homeradar-spec-align

Align feature specs with codebase CAP-IDs and tests via automated workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aligns a feature spec with the codebase by retro-fitting CAP-IDs, performing gap analysis, and guiding end-to-end implementation from planning to merging.

Core Features & Use Cases

  • CAP-ID retro-fit and validation
  • Gap analysis and plan generation
  • Structured implementation workflow with gates and Spec Coverage
  • Ship a PR with a comprehensive Spec Coverage section

Quick Start

Provide a spec name or topic and run homeradar spec-align to start the end-to-end alignment workflow.

Frequently Asked Questions about homeradar-spec-align

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

FAQPage Schema
How do I align feature specs with my codebase and identify missing coverage?

Spec alignment bridges feature specs and code by retro-fitting CAP-IDs, performing gap analysis, and generating implementation plans to ensure full codebase coverage and coordinated development.

What is a CAP-ID and when do I need to retro-fit it into my feature specs?

A CAP-ID is a traceable identifier linking feature specs to codebase components. You retro-fit CAP-IDs when existing specs lack these links, enabling structured gap analysis and gating plan approvals.

How do I generate an implementation plan from a feature gap analysis?

Gap analysis identifies missing CAP-IDs and spec coverage gaps, then automatically generates a structured implementation workflow with approval gates to guide end-to-end development and PR shipping.

Can I use spec alignment workflows on any repository with feature docs?

Yes, spec alignment applies to any repository containing feature spec documentation, enabling CAP-ID retrofits, gap analysis, and plan generation without requiring specific framework dependencies.

What's the best way to ship a PR with spec coverage backing?

Use a structured implementation workflow with approval gates that validate spec coverage, ensuring your PR includes a comprehensive Spec Coverage section before merging.

Why does my feature implementation lack traceability between specs and tests?

Missing CAP-IDs in your specs break traceability between requirements, codebase, and tests, requiring a gap analysis and spec alignment workflow to restore coverage and validation gates.