This file is lazy-loaded when working with agent definitions.
Coordinates multi-agent task decomposition and execution using specialized agents for breaking down complex tasks, validating steps, and managing parallel workflows. Use when you need systematic problem-solving with quality gates and checkpointing for large refactors or complex multi-file changes.
/plugin marketplace add forsonny/maker-framework/plugin install maker-framework@maker-frameworkThis file is lazy-loaded when working with agent definitions.
| Agent | Role | Model |
|---|---|---|
| maker-decomposition | Break tasks into atomic steps (m=1) | inherit |
| maker-decomposition-discriminator | Validate decomposition quality | inherit |
| maker-solver | Execute exactly ONE atomic step | inherit |
| maker-red-flag | Validate solver outputs (<750 tokens) | haiku |
| maker-solution-discriminator | Vote on critical step candidates | inherit |
| maker-reviewer | Final quality gate (zero issues) | inherit |
| maker-complexity-estimator | Assess task complexity | inherit |
| maker-checkpoint-manager | Create/restore file checkpoints | haiku |
| maker-cache-manager | Cache decomposition patterns | haiku |
| maker-parallel-coordinator | Plan parallel execution waves | haiku |
Each agent has specific tools available:
Must include:
Flag solver output if:
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences