From rp1-dev
Archives completed feature directories from work/features to work/archives, validating docs exist first. Prompts confirmation for minimal docs (no requirements.md/design.md) and handles existing archives with timestamp suffix.
npx claudepluginhub rp1-run/rp1 --plugin rp1-devThis skill is limited to using the following tools:
Archives completed feature docs from active -> archives dir.
Archives completed feature directories from work/features/ to work/archives/ with optional documentation validation. Handles existing archives via timestamp suffix and confirms minimal docs.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Archives completed feature docs from active -> archives dir.
Extract these parameters from the user's input:
| Parameter | Required | Default | Description |
|---|---|---|---|
FEATURE_ID | Yes | - | Feature ID to archive (kebab-case) |
Environment values (resolve via shell):
RP1_ROOT: !rp1 agent-tools rp1-root-dir (extract data.root from JSON response)/rp1-dev:feature-archive <feature-id>
{{$RP1_ROOT}}/work/features/{FEATURE_ID}/ -> {{$RP1_ROOT}}/work/archives/features/{FEATURE_ID}/Task tool: subagent_type: rp1-dev:feature-archiver prompt: MODE: archive FEATURE_ID: {FEATURE_ID} SKIP_DOC_CHECK: false
If agent returns JSON w/ type: "needs_confirmation":
{"type":"needs_confirmation","reason":"minimal_docs","feature_id":"...","message":"..."}
AskUserQuestion: "Feature '{FEATURE_ID}' has minimal documentation (no requirements.md or design.md). Archive anyway?" Options:
Yes - Archive anyway
No - Cancel
Yes: Re-invoke w/ SKIP_DOC_CHECK: true
No: Output Archive aborted by user + STOP
Display agent success output directly.