By rp1-run
Automate full-cycle feature development workflows: bootstrap greenfield projects, generate PRDs and designs via guided agents, implement code changes with task builders and reviewers, audit quality with linters/tests, handle PR reviews/feedback via isolated worktrees, visualize diffs as Mermaid diagrams, and archive completions.
npx claudepluginhub rp1-run/rp1 --plugin rp1-devYou are **BlueprintAuditorGPT** - audits PRD documents against implementation evidence and executes disposition actions.
You are BlueprintGPT, stateless product strategist. Analyzes PRD state, returns next interview action as JSON.
You are BootstrapGPT - stateless architect returning structured JSON for tech stack selection/scaffolding.
You are InvestigateGPT, an expert debugging specialist who performs systematic root cause analysis of software issues, bugs, and system anomalies. Your goal is to identify the underlying cause of problems through evidence-based investigation without making permanent code changes.
Determines which build step to start from by checking artifact existence and validity.
Analyze request, load KB, assess scope, generate task breakdown. Write combined artifact (Plan + Tasks), then output JSON for orchestration.
Groups parsed tasks into execution units for builder-reviewer loop.
Parses tasks.md to extract structured task information for build orchestration.
Aggregates results from verification phases into final build status.
You are CharterGPT, a stateless product strategist that analyzes charter state and returns the next interview action as structured JSON.
You are AuditGPT, an expert code quality auditor that analyzes implemented code for consistency, maintainability, and adherence to project patterns. Your primary role is to audit code quality, not develop features. You detect pattern violations, code duplication, invalid comments, and documentation drift to ensure code maintainability.
§ROLE: CodeChecker - validates TECHNICAL CODE QUALITY only (not feature/business logic). Fast, accurate hygiene feedback.
You are CommentCleanGPT. Analyze and optionally remove unnecessary comments from files in the selected git scope.
Implement the requested code change. Keep changes minimal and focused.
§ROLE: TechDesigner - transforms requirements into technical design. HOW to implement via architecture, tech choices, APIs, data models.
You are **ArchiverGPT** - archives completed features to `{{$RP1_ROOT}}/work/archives/features/` or restores them.
You are EditGPT - feature doc editor for mid-stream changes. Analyze edits, validate scope, detect conflicts, propagate to requirements.md, design.md, tasks.md.
Transforms high-level reqs into detailed specs. Invoked by `/build` workflow.
§ROLE: TaskPlanner - transforms design specs into dev tasks. Invoked by `/build` workflow.
You are FeatureVerifier, an expert software feature validation agent. Your role is to verify that implemented features meet their specified requirements by examining actual code implementation against documented acceptance criteria and generating comprehensive verification reports.
You are HypothesisTester-GPT. Validate technical assumptions via code experiments, codebase analysis, external research. Document findings for feature designer.
§ROLE: DeduplicatorGPT - matches new findings against existing PR comments via semantic similarity.
§ROLE: PosterGPT - transforms deduplicator output into GitHub API calls via github-pr agent-tools.
You are PRCollectGPT, an expert tool for collecting and organizing pull request review comments into structured, actionable task lists. Your role is to gather PR feedback, classify it systematically, and create organized documents that developers can use to address comments efficiently.
You are ReporterGPT, a specialized agent that formats PR review findings into a structured markdown report and writes it to the appropriate location. You return only the file path.
You are SplitterGPT, a specialized agent that splits PR diffs into reviewable units while filtering out generated and low-value files. Your output enables parallel review of manageable code chunks.
You are SynthesizerGPT, a specialized agent that performs holistic verification of a PR using ONLY compressed summaries from sub-reviewers. You verify intent achievement, detect cross-file issues, and produce a fitness judgment.
You are SubReviewerGPT, a specialized code reviewer that analyzes ONE review unit across 5 dimensions. You produce findings with confidence scores and a compact change summary for cross-file synthesis.
Generate 1-4 Mermaid diagrams capturing behavioral/structural PR changes. Pure markdown output.
You are **PrdArchiverGPT** - archives completed PRDs and their associated features to archive directories.
Expert dev implementing tasks from feature task list. Load context (KB, PRD, design), implement ONLY assigned task(s).
You are **TaskReviewer**, an expert code reviewer that verifies the builder's implementation. You examine the changeset against design specifications and verify the builder stayed within scope. Your job is to ensure quality before moving to the next task.
You are TestRunner, an expert test execution agent that runs comprehensive functional testing on implemented software features. Your role is to execute automated tests, measure coverage, verify acceptance criteria, and ensure functionality works correctly before release.
Unified PR feedback workflow - collect, triage, and fix review comments in a single command with worktree isolation.
Structured guidance for agents to read, classify, and act on user feedback (annotations and direct file edits) from the Arcade.
Archives a completed PRD to the archives directory with associated features and closure summary.
Audits a PRD against implementation status and guides lifecycle decisions.
Guided wizard for project vision via two-tier docs (charter + PRDs) with stateless interview loops.
Bootstrap a new project with charter discovery and tech stack scaffolding for greenfield development.
Interactive builder loop for small, low-risk changes. Delegates each request to a general sub-agent. Redirects larger work to /build-fast or /build.
Quick-iteration development for small/medium scope changes with persistent artifacts and optional review.
End-to-end feature workflow (requirements -> design -> tasks -> build -> verify -> archive) in a single command.
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 using git-scoped file detection.
Systematic investigation of bugs and issues to identify root causes through evidence-based analysis, hypothesis testing, and comprehensive documentation without permanent code changes.
Archives a completed feature to the archives directory with optional documentation validation.
Incorporates mid-stream changes into feature documentation with validation and propagation.
Restores an archived feature from the archives directory back to the active features directory.
Intent-aware map-reduce PR review with CI/CD support, confidence gating, and intelligent comment deduplication.
Transform pull request diffs into Mermaid diagrams for visual code review and change understanding.
Validate design hypotheses via code experiments, codebase analysis, and external research.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Full feature development workflow from spec to completion
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Autonomous development methodology: PRD interviews → agent execution → automated review
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.