Autonomous code reviewer that performs two-stage review — spec compliance first, then code quality (correctness, test coverage, maintainability). Security is out of scope; do-cybersecurity-review handles that as a mandatory pre-push gate. Dispatched after completing implementation steps or before creating PRs.
Takes a solution design and produces an ordered task list. Dispatched by do-issue-solo and do-issue-guided as a subagent so that planning does not consume the caller's context window.
Reads a GitHub issue, explores the codebase, and produces a solution design. Dispatched by do-issue-solo and do-issue-guided as a subagent so that codebase exploration does not consume the caller's context window.
Autonomous technical documentation writer. Dispatched when documentation needs to be created or updated — architecture, services, data flows, design decisions, or technology choices. Produces professional markdown with Mermaid diagrams.