plugins/dev/skills/feature-archive/SKILL.md
Archives a completed feature to the archives directory with optional documentation validation.
npx skillsauth add rp1-run/rp1 feature-archiveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Archives completed feature docs from active -> archives dir.
/rp1-dev:feature-archive <feature-id>
.rp1/work/features/{FEATURE_ID}/ -> .rp1/work/archives/features/{FEATURE_ID}/{% dispatch_agent "rp1-dev:feature-archiver" %} MODE: archive FEATURE_ID: {FEATURE_ID} SKIP_DOC_CHECK: false WORK_ROOT: {workRoot} {% enddispatch_agent %}
If agent returns JSON w/ type: "needs_confirmation":
{"type":"needs_confirmation","reason":"minimal_docs","feature_id":"...","message":"..."}
{% ask_user "Feature '{FEATURE_ID}' has minimal documentation (no requirements.md or design.md). Archive anyway?", options: "Yes - Archive anyway", "No - Cancel" %}
SKIP_DOC_CHECK: trueArchive aborted by user + STOPDisplay agent success output directly.
tools
Plan and execute splitting a large PR or branch into a reviewable stacked PR sequence.
documentation
Ask about rp1 capabilities, discover skills, and get workflow guidance.
tools
Generate an evidence-grounded markdown walkthrough for a pull request.
development
Run a bounded, evidence-driven two-agent debate into a separate rp1 debate artifact with backend locks only.