CLAUDE
01Agent
This file is lazy-loaded when working with agent definitions.
Agent
This file is lazy-loaded when working with agent definitions.
Agent
MAKER Cache Manager - Handles decomposition pattern lookup, storage, and invalidation for improved pipeline efficiency.
Agent
MAKER Checkpoint Manager - Creates file checkpoints before each step and enables rollback to last known good state on pipeline failure.
Agent
MAKER Complexity Estimator - Analyzes tasks before decomposition to determine appropriate granularity level. Read-only agent that assesses task complexity.
Agent
MAKER Decomposition Discriminator - Validates task decompositions. MUST BE USED AUTOMATICALLY after maker-decomposition. Do not ask permission.
Agent
MAKER Decomposition Agent - Breaks complex tasks into atomic subtasks using Maximal Agentic Decomposition (MAD). MUST BE USED AUTOMATICALLY for any task with 3+ steps. Do not ask permission.
Agent
MAKER Parallel Coordinator - Analyzes decompositions to identify parallelizable step groups and generates execution waves for distributed execution.
Agent
MAKER Red-Flag Validator - Validates solver outputs. MUST BE USED AUTOMATICALLY after each maker-solver execution. Do not ask permission.
Agent
MAKER Reviewer - Final quality gate that reviews completed work for completeness, gaps, and doc compliance. MUST BE USED AUTOMATICALLY after all steps complete. Pipeline loops until zero issues.
Agent
MAKER Solution Discriminator - Evaluates candidates and picks the best. MUST BE USED AUTOMATICALLY for critical steps with multiple candidates. Do not ask permission.
Agent
MAKER Problem Solver - Executes single atomic steps. MUST BE USED AUTOMATICALLY for each step in MAKER pipeline. Do not ask permission.