Checks documentation freshness and suggests PitchDocs commands to fix staleness. Launch when docs-awareness rule detects documentation moments, after version bumps, or before releases. Does NOT modify docs — only reports and suggests.
Codebase discovery and feature extraction for documentation generation. Scans project structure, extracts features with evidence, detects platform and audience, and produces a structured research packet for the docs-writer agent.
System design, architectural decisions, and phase planning for Scribe MCP. Stage 2 of the PROTOCOL pipeline. Transforms Research findings into actionable development blueprints. Produces ARCHITECTUREGUIDE, PHASEPLAN, and CHECKLIST documents with bounded task packages designed for parallel team execution. MUST always…
Bug hunting, debugging, and root cause analysis for Scribe MCP. Auxiliary stage of the PROTOCOL pipeline — deploy when encountering errors, test failures, or unexpected behavior that resists quick fixes. Creates reproduction cases before fixing anything. Surgical fixes only — minimal changes that do not break anything…
Code implementation, refactoring, and feature development for Scribe MCP. Stage 4 of the PROTOCOL pipeline. Executes task packages created by the Architect. Writes clean, tested code following established patterns. Full tool access including file editing and shell execution. Deploy after Architecture is complete …