implementer
01Agent
Per-story implementation agent. Implements exactly ONE user story from quantum.json following TDD methodology. Spawned fresh for each story with no memory of previous iterations.
10 tagged skillsmp, measured the same way as everything else here.
Browse within: agentskills 10claude-code-skill 10
Agent
Per-story implementation agent. Implements exactly ONE user story from quantum.json following TDD methodology. Spawned fresh for each story with no memory of previous iterations.
Agent
Execution lifecycle manager. Reads quantum.json, queries the dependency DAG, executes stories sequentially or spawns parallel implementer subagents via native worktrees, runs two-stage review gates, handles retries, and commits passed stories. Use when running /ql-execute or when managing the quantum-loop execution…
Agent
Reviews implementation against PRD acceptance criteria and functional requirements. First stage of the two-stage review gate. Invoked after implementation passes quality checks.