From rp1-dev
Audits PRD documents against codebase implementation status, classifies phases as complete/partial/not started, and guides lifecycle decisions like archive, scope changes, or deferral.
npx claudepluginhub rp1-run/rp1 --plugin rp1-devThis skill uses the workspace's default tool permissions.
Audits PRD documents against implementation evidence, identifies stale or completed blueprints, and guides disposition decisions (archive, modify scope, defer).
Audits PRD blueprints against implementation evidence in archives, features directories, and codebase. Classifies phases as Complete/Partial/Not Started and guides disposition decisions like archive, add/remove scope, defer, or continue.
Retroactively generates Blueprint PRDs, ADRs, and PRPs from git history, codebase structure, and existing docs for onboarding established projects.
Reviews and maintains project ROADMAP.md by cross-referencing codebase, PRDs, marking items done, reprioritizing, and committing updates.
Share bugs, ideas, or general feedback.
Audits PRD documents against implementation evidence, identifies stale or completed blueprints, and guides disposition decisions (archive, modify scope, defer).
Extract these parameters from the user's input:
| Parameter | Required | Default | Description |
|---|---|---|---|
PRD_NAME | Yes | - | PRD filename without extension |
/rp1-dev:blueprint-audit <prd-name>
Task tool: subagent_type: rp1-dev:blueprint-auditor prompt: MODE: audit PRD_NAME: {PRD_NAME}
Error Response:
{"type":"error","message":"...","available_prds":["..."]}
Output error message with available PRDs, then STOP.
Needs User Input (audit complete):
{"type":"needs_user_input","question":"relevance","phases":[...],"summary":{...}}
Display the audit table from agent output, then continue to Step 3.
AskUserQuestion: "Is this PRD still relevant to your work?" Options:
"Archive":
needs_user_input with question="closure_status"Question: "What is the closure status?"
Options:
- "Complete" - All planned work finished
- "Partial" - Some work deferred or abandoned
"Add scope":
"Remove scope":
"Continue":
"Defer":
Display agent's final output. Include: