mirror of
https://github.com/github/spec-kit.git
synced 2026-08-03 06:26:30 +08:00
* docs(concepts): document the spec-of-specs feature breakdown approach (#3423) Add a dedicated "Spec of Specs" concept page describing how to decompose a large feature into a roadmap of smaller, independently-specified sub-features using the existing Spec Kit flow. Covers the roadmap pass, the roadmap artifact template, specifying each sub-feature, bidirectional sub-spec/roadmap linking, keeping them in sync, a worked example, and optional automation. Link the new page from the "Handling Complex Features" decomposition section and add it to the docs table of contents. Closes #3423 Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f236bc38-a7c6-4063-a79c-6ba81aa685b5 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
87 lines
2.1 KiB
YAML
87 lines
2.1 KiB
YAML
# Home page
|
|
- name: Home
|
|
href: index.md
|
|
|
|
# Getting started section
|
|
- name: Getting Started
|
|
items:
|
|
- name: Installation
|
|
href: installation.md
|
|
- name: Quick Start
|
|
href: quickstart.md
|
|
- name: Upgrade
|
|
href: upgrade.md
|
|
- name: Install uv
|
|
href: install/uv.md
|
|
- name: Install from PyPI
|
|
href: install/pypi.md
|
|
- name: Install with pipx
|
|
href: install/pipx.md
|
|
- name: One-time Usage (uvx)
|
|
href: install/one-time.md
|
|
- name: Enterprise / Air-Gapped
|
|
href: install/air-gapped.md
|
|
|
|
# Reference
|
|
- name: Reference
|
|
items:
|
|
- name: Overview
|
|
href: reference/overview.md
|
|
- name: Core Commands
|
|
href: reference/core.md
|
|
- name: Integrations
|
|
href: reference/integrations.md
|
|
- name: Extensions
|
|
href: reference/extensions.md
|
|
- name: Presets
|
|
href: reference/presets.md
|
|
- name: Workflows
|
|
href: reference/workflows.md
|
|
- name: Bundles
|
|
href: reference/bundles.md
|
|
- name: Agentic SDD
|
|
href: reference/agentic-sdd.md
|
|
- name: Agentic Bug Fix
|
|
href: reference/agentic-bugfix.md
|
|
- name: Authentication
|
|
href: reference/authentication.md
|
|
|
|
# Concepts
|
|
- name: Concepts
|
|
items:
|
|
- name: What is SDD?
|
|
href: concepts/sdd.md
|
|
- name: Spec Persistence Models
|
|
href: concepts/spec-persistence.md
|
|
- name: Handling Complex Features
|
|
href: concepts/complex-features.md
|
|
- name: Spec of Specs
|
|
href: concepts/spec-of-specs.md
|
|
|
|
# Development workflows
|
|
- name: Development
|
|
items:
|
|
- name: Local Development
|
|
href: local-development.md
|
|
- name: Evolving Specs
|
|
href: guides/evolving-specs.md
|
|
- name: Monorepos
|
|
href: guides/monorepo.md
|
|
|
|
# Community
|
|
- name: Community
|
|
href: community/overview.md
|
|
items:
|
|
- name: Overview
|
|
href: community/overview.md
|
|
- name: Extensions
|
|
href: community/extensions.md
|
|
- name: Presets
|
|
href: community/presets.md
|
|
- name: Bundles
|
|
href: community/bundles.md
|
|
- name: Walkthroughs
|
|
href: community/walkthroughs.md
|
|
- name: Friends
|
|
href: community/friends.md
|