Agent Types
CoffeeBreakAI supports multiple categories of agents, each focused on a specific type of work.
Planning & Decomposition Agents
- Break epics into features, stories, and tasks.
- Build or update dependency graphs.
- Provide a structured plan for implementation.
Coding & Refactoring Agents
- Implement new features in code.
- Refactor existing modules.
- Apply style and architectural patterns.
Documentation & Explanation Agents
- Generate or update documentation.
- Produce human-friendly explanations and summaries.
- Draft release notes or change logs.
Review Simulation Agents
- Provide automated “first pass” feedback.
- Highlight potential issues before human review.
Refinement Agents
- Take reviewer feedback as input.
- Adjust code or documentation to align with comments.
- Help close the loop efficiently.
As CoffeeBreakAI evolves, new agent types can be added without changing the core platform architecture.