Convert PRDs to prd.json format for the Ralph autonomous agent system. Converts markdown PRDs to Ralph's JSON format.
Guides through the complete TDD workflow with Red-Green-Refactor cycle. Start features, write failing tests, implement minimal code, and refactor with confidence.
Fix PR review comments by implementing requested changes. Fetch review comments, implement fixes, run tests, and commit changes.
Orchestrate parallel codebase analysis to produce 7 structured documents (STACK, INTEGRATIONS, ARCHITECTURE, STRUCTURE, CONVENTIONS, TESTING, CONCERNS) in .planning/codebase/.
Generate Product Requirements Documents (PRD) for new features. Use when planning features, starting projects, or creating specifications.
Resumes work from a previous handoff session stored in .claude/handoffs/. Load and continue from where you left off in prior sessions.
Removes AI-generated code slop from git diffs to maintain code quality. Clean up extra comments, defensive checks, type casts, and inconsistent style.
Creates detailed handoff plans of conversations for continuing work in new sessions. Capture context, technical decisions, and pending tasks for seamless session continuation.
Manages Architecture Decision Records (ADR) for tracking important architectural decisions. Initialize, create, list, search, and view ADRs.
Project-specific knowledge management system using qmd MCP server. Captures learnings, issue notes, and conventions in a searchable knowledge base.