Feature radar archive
π‘ AI skill that helps your coding agent discover, track, and prioritize what to build next.
npx -y skills add runkids/feature-radar --skill feature-radar-archiveAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Archive a completed, rejected, or covered feature into .feature-radar/archive/ with mandatory learning extraction. MUST use this skill whenever a feature reaches a terminal state β done, rejected, covered, deferred, or N/A. Even casual mentions like "we shipped X" or "X is done" should trigger this. The skill extracts learnings, derives new opportunities, and updates refs. Use when the user: - Says "we shipped X", "X is done", "X is complete", "we just finished X" - Rejects a feature: "we decided not to build X", "reject this", "doesn't fit" - Defers: "defer X", "postpone this", "revisit later", "not now" - Closes an opportunity: "close this opportunity", "mark as done", "archive this" - Mentions any feature reaching Done/Covered/Rejected/Deferred status Do NOT use for discovering new features β that's feature-radar-scan's job.
SKILL.md
3.9 KB, as published. Nobody here has run it
Archive Feature
Move a feature to .feature-radar/archive/ and run the mandatory extraction checklist.
Deep Read
<HARD-GATE> Read and follow `../feature-radar/references/DEEP-READ.md` β complete all 6 steps before proceeding. </HARD-GATE>Behavioral Directives
<HARD-GATE> Read and follow `../feature-radar/references/DIRECTIVES.md`. </HARD-GATE>Workflow
-
Identify the feature β ask the user which feature to archive. Check
opportunities/for an existing file to move. -
Determine status:
- Done β fully implemented and working
- Covered β existing functionality handles the use case
- Rejected β decided against implementing
- N/A β not applicable to our architecture
- Deferred β valuable but postponed with rationale
-
Create archive file β write
.feature-radar/archive/{nn}-{slug}.md -
Checkpoint β Review & Annotate per
../feature-radar/references/WORKFLOW-PATTERNS.md -
Run extraction checklist:
Extraction Checklist
<HARD-GATE> Complete ALL 5 checks below. For each check, you MUST explicitly state the finding. Do NOT proceed to step 5 until every check has a written response.β‘ archive/{nn}-{slug}.md created with correct status β‘ Extract learnings β specs/{topic}.md β‘ Derive new opportunities β opportunities/{nn}-{slug}.md β‘ Update references β references/{topic}.md β‘ Update ecosystem trends β specs/ecosystem-trends.md
Acceptable responses per check:
- "No learnings to extract" β acceptable, but must be stated
- "New opportunity identified: {description}" β create the file
- "No reference updates needed" β acceptable, but must be stated </HARD-GATE>
- Remove from opportunities β if the feature had an
opportunities/file, delete it - Update base.md β adjust counts in Tracking Summary
Checkpoint: Present extraction results using this format:
Archive: {nn}-{slug} ({status})
| Check | Result |
|-------|--------|
| Learnings | {created specs/X.md / updated specs/X.md / none} |
| Opportunities | {created opportunities/X.md / none} |
| References | {updated references/X.md / none} |
| Ecosystem | {updated specs/ecosystem-trends.md / none} |
Archive File Format
Use the format defined in ../feature-radar/references/SPEC.md Β§ 3.2 (archive/{nn}-{slug}.md).
Guidelines
- The extraction checklist is NOT optional. Every archive action must go through all 5 checks.
- If the feature was in
opportunities/, use the same number. If it's new, use the next available number. - "Deferred" is not a trash bin β include a clear rationale and conditions for re-evaluation.
Example Output
β Moved opportunities/04-config-merge.md β archive/04-config-merge.md (Done)
β Learnings: specs/yaml-config-merge.md (new)
β New opportunity: opportunities/09-config-validation.md
β References: no updates | Ecosystem: no changes
β Updated base.md: archive 3β4, specs 2β3
Completion Summary
Follow the template in ../feature-radar/references/DIRECTIVES.md, with skill name "Archive Complete".