Development workflow automation including feature development, code quality, and PR management
/plugin marketplace add rp1-run/rp1
/plugin install rp1-dev@rp1-run/rp1
Guided wizard that captures project vision through a two-tier document hierarchy (charter + PRDs) to bridge the gap between idea and feature requirements.
Analyzes implemented code for pattern consistency, maintainability, code duplication, comment quality, and documentation drift.
Fast code hygiene validation (lints, formatters, tests, coverage) for quick development loop feedback
Systematically removes unnecessary comments from code while preserving docstrings, critical logic explanations, and type directives.
Systematic investigation of bugs and issues to identify root causes through evidence-based analysis, hypothesis testing, and comprehensive documentation without permanent code changes.
Handle exploratory development requests including quick fixes, prototypes, performance optimizations, and small feature enhancements with proper planning and scope management.
Archives a completed feature to .rp1/work/archives/features/
Implements features systematically from task lists and design specs with automated testing and verification.
Transform requirements into detailed technical design documents with interactive technology selection and comprehensive architecture diagrams.
Incorporates mid-stream changes into feature documentation with validation and propagation
Interactive requirements collection prompt that transforms high-level requirements into detailed specifications through structured clarification questions.
Transform design specifications into actionable development tasks with milestones, acceptance criteria, and clear execution plans.
Restores an archived feature to .rp1/work/features/
Comprehensive feature validation with code checks and acceptance criteria verification before merge
Automatically gathers pull request review comments from GitHub, classifies them by priority and type, extracts actionable tasks, and generates structured feedback documents for systematic resolution.
Systematically address pull request review comments by loading pr_feedback.md, prioritizing issues by severity, and implementing changes to resolve reviewer concerns.
Intent-aware map-reduce PR review with confidence gating and holistic synthesis
Transform pull request diffs into comprehensive Mermaid diagrams for visual code review and change understanding.
Validate design hypotheses for a feature through code experiments, codebase analysis, and external research
Claude Agent SDK Development Plugin
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.