spec-index

Generate INDEX.md and SNAPSHOT.md from SPEC.md files and validate frontmatter.

39|3|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/LiorCohen/sdd --skill spec-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-index
Source: https://github.com/LiorCohen/sdd/tree/main/plugin/core/skills/spec-index
Command: npx skills add https://github.com/LiorCohen/sdd --skill spec-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and index change specifications by generating a centralized INDEX.md from all SPEC.md files.

Core Features & Use Cases

  • Generate an INDEX.md registry from changes/ SPEC files to keep teams aligned.
  • Generate a SNAPSHOT.md compiling all active specs for quick review.
  • Validate spec frontmatter and format to ensure consistency across the repository.

Quick Start

Generate the index and snapshot of all specs by running the appropriate spec commands against the changes and specs directories.

Frequently Asked Questions about spec-index

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

FAQPage Schema
How do I generate an index of SPEC.md files in my repository?

To generate an index of SPEC.md files, you can use a CLI command to scan your changes and specs directories and automatically compile a centralized INDEX.md registry, keeping your team aligned on active specifications.

What is the best way to snapshot active change specifications for review?

The best way to snapshot active change specifications is to run a CLI command that compiles all active SPEC.md files into a single SNAPSHOT.md, providing a point-in-time review of current specifications.

How do I validate spec frontmatter and format consistency across directories?

You can validate spec frontmatter and format consistency by running a validation CLI command against your changes and specs directories, ensuring all SPEC.md files meet required compliance and formatting rules.

Can I use this to track changes across multiple specs and changes directories?

Yes, you can apply this to workflows that track changes across multiple specs and changes directories, validating specs and producing a centralized index or snapshot of all active specifications.

Do I need any external dependencies to manage and index change specifications?

No external dependencies are required to manage and index change specifications, as the tool operates independently using CLI commands to generate the index, snapshot, and validation outputs directly.