A Spec Kit preset that adds a navigable Table of Contents to generated spec.md, plan.md, and tasks.md documents.
- Adds a
## Table of Contentssection with GitHub-style anchor links to all three structure templates - Instructs the
/speckit.specify,/speckit.plan, and/speckit.taskscommands to generate and maintain the TOC from final##-level headings
specify preset add --from https://github.com/Quratulain-bilal/spec-kit-preset-toc-navigation/archive/refs/tags/v1.0.0.zip- Only
##-level headings included to keep TOC concise - Standard GitHub anchor format (lowercase, spaces to hyphens, strip special characters)
- Dynamic phase headings (Phase 3-5) use plain text in template TOC since actual titles are generated at runtime
## Table of Contentsdoes not link to itself (self-reference exclusion)- Commands instruct the AI to regenerate TOC after
/speckit.clarifyrewrites - Downstream consumers (
/speckit.implement,/speckit.analyze) are warned that TOC is navigational only
- Spec Kit >= 0.4.0
MIT
