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