بنقرة واحدة
blueprint-archive
Archives a completed PRD to the archives directory with associated features and closure summary.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Archives a completed PRD to the archives directory with associated features and closure summary.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Agent-only canonical output templates for rp1 artifacts. Load when producing structured markdown to ensure format consistency and routing metadata.
Ask about rp1 capabilities, discover skills, and get workflow guidance.
Evidence-gated tech debt and bloat detection. Scouts signals, ranks by materiality, validates by refutation, reports up to 5 findings with actions.
Synchronizes user-facing documentation with the current knowledge base through validate -> stale gate -> scan -> approval -> process orchestration.
Orchestrates parallel KB generation using spatial analysis and a map-reduce architecture with incremental and feature-learning modes.
Analyzes systems holistically to provide strategic recommendations balancing cost, quality, performance, complexity, and business objectives with quantified trade-offs.
| name | blueprint-archive |
| description | Archives a completed PRD to the archives directory with associated features and closure summary. |
| allowed-tools | Bash(echo *), Bash(rp1 *) |
| metadata | {"category":"planning","is_workflow":false,"version":"1.0.0","tags":["blueprint","prd","archive","lifecycle"],"created":"2025-12-31T00:00:00.000Z","updated":"2026-02-26T00:00:00.000Z","author":"cloud-on-prem/rp1","arguments":[{"name":"PRD_NAME","type":"string","required":true,"description":"PRD filename without extension (kebab-case)"}]} |
Archives completed PRD docs from active -> archives dir with associated features.
/rp1-dev:blueprint-archive <prd-name>
.rp1/work/prds/<PRD_NAME>.md -> .rp1/work/archives/prds/<PRD_NAME>/prd.md.rp1/work/archives/features/closure_summary.md with archive metadata/knowledge-build if needed{% dispatch_agent "rp1-dev:prd-archiver" %} MODE: scan PRD_NAME: {PRD_NAME} KB_ROOT: {kbRoot} WORK_ROOT: {workRoot} {% enddispatch_agent %}
Parse JSON response from agent.
Error Response (type: "error"):
{"type":"error","message":"...","available_prds":["prd1","prd2"]}
Output error message with available PRDs list, then STOP.
Needs Confirmation (type: "needs_confirmation"):
{
"type": "needs_confirmation",
"prd_name": "...",
"prd_title": "...",
"associated_features": [...],
"message": "..."
}
Continue to Step 3.
{% ask_user "Archive PRD '{PRD_NAME}' ({prd_title})? {message}", options: "Yes - Objectives fully met", "Partial - Some objectives met", "No - Cancel" %}
Handle response:
CLOSURE_STATUS=completeArchive aborted by user. + STOP{% ask_user "Document the gaps or unmet objectives:" %}
Capture response as GAPS.
{% dispatch_agent "rp1-dev:prd-archiver" %} MODE: archive PRD_NAME: {PRD_NAME} CLOSURE_STATUS: {complete|partial} GAPS: {user-provided gaps or empty} KB_ROOT: {kbRoot} WORK_ROOT: {workRoot} {% enddispatch_agent %}
Display agent success output directly. Include: