homeradar-retro-fit-spec

Add CAP-ID identifiers to HomeRadar feature specifications and commit changes.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/aberrantCode/llm_skills --skill homeradar-retro-fit-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: homeradar-retro-fit-spec
Source: https://github.com/aberrantCode/llm_skills/tree/main/claude/skills/retro-fit-spec
Command: npx skills add https://github.com/aberrantCode/llm_skills --skill homeradar-retro-fit-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feature specifications for HomeRadar often have capability bullets without the required [XX-CAP-NN] identifiers, making tracking and implementation difficult.

Core Features & Use Cases

  • Lookup abbreviation: Find the two‑letter feature code in the SDLC registry.
  • Number capabilities: Assign sequential CAP‑IDs starting at 01 in document order.
  • Update status: Change the spec’s status field to In Progress before implementation.
  • Isolated commit: Generate a dedicated git commit that contains only the retro‑fit changes.
  • Interim format: Use filename#capabilities refs until the retro‑fit is complete.

Quick Start

Use the retro-fit spec skill on a feature spec file to add CAP‑IDs and commit the changes.

Frequently Asked Questions about homeradar-retro-fit-spec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add missing CAP-IDs to feature specifications?

To add missing CAP-IDs to feature specifications, the skill looks up two-letter feature codes in the SDLC registry and assigns sequential CAP-IDs starting at 01 in document order, then updates the spec status and commits the changes to git.

What is the CAP-ID retro-fit process for HomeRadar specs?

The CAP-ID retro-fit process for HomeRadar specs involves inserting required [XX-CAP-NN] identifiers into capability bullets that lack them, changing the spec status to In Progress, and creating an isolated git commit for the modifications.

Do I need a git repository to retro-fit CAP-IDs in spec files?

Yes, you need a git repository to retro-fit CAP-IDs in spec files because the skill stages the updated specification and generates a dedicated, isolated git commit containing only the retro-fit changes.

What is the best way to track unnumbered capabilities before retro-fitting is complete?

The best way to track unnumbered capabilities before retro-fitting is complete is to use the interim filename#capabilities reference format until the sequential CAP-IDs are successfully assigned and committed.

How does the SDLC registry file work with capability numbering?

The SDLC registry file works with capability numbering by providing the lookup table for two-letter feature abbreviation codes, which are then combined with sequential numbers to generate the required [XX-CAP-NN] identifiers in the spec document.

Can I update the spec status field without creating a git commit?

No, updating the spec status field to In Progress is bundled into the retro-fit workflow, which stages all modifications and creates an isolated git commit containing the status update alongside the new CAP-IDs.