docs: reframe SDD positioning, modernize install, and de-duplicate walkthroughs#30
Closed
mnriem wants to merge 1 commit into
Closed
docs: reframe SDD positioning, modernize install, and de-duplicate walkthroughs#30mnriem wants to merge 1 commit into
mnriem wants to merge 1 commit into
Conversation
…lkthroughs Reframe the landing page so Spec Kit reads as a toolkit for Spec-Driven Development *or your own process* with any AI coding agent, and correct stale claims: context files and git are now opt-in extensions, and the install path uses PyPI (specify-cli). Generalize the landing cards to cover bundles and catalog hosting across all primitives. Restructure the Quick Start into a lean, guided Taskify walkthrough with one command per step (install as a prerequisite, Steps 1-9 aligned with the Full path), and extract the deep per-command detail into two new reference pages: reference/agentic-sdd.md (the /speckit.* SDD process) and reference/agentic-bugfix.md (the bug extension). Retitle the reference overview to "Reference" and group these agentic processes in their own section, distinct from CLI-managed primitives. Remove the duplicated "Detailed Process" walkthrough from README.md (and its TOC entry), repointing readers to the docs-site Quick Start while keeping the concise "Get Started" section as the front door. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, supervised) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9d9232f8-ece4-4aa6-a9bd-ff8d74ca1c89
Owner
Author
|
Superseded by github#3565 — this change targets upstream, not the fork's main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation-only pass that updates how Spec Kit positions itself, corrects stale setup claims, and removes duplicated walkthrough material.
Landing page (
docs/index.md)uv tool install specify-cli).Quick Start (
docs/quickstart.md)New reference pages
docs/reference/agentic-sdd.md— full reference for the/speckit.*SDD process (constitution → converge), including arguments, output, phased implementation, and quality gates.docs/reference/agentic-bugfix.md— reference for the bundled bug extension (assess / fix / test).toc.yml) updated to match.README (
README.md)spec-driven.md.Also
reference/overview.mdandreference/integrations.md.All internal links verified to resolve. No code changes.
Assisted-by: GitHub Copilot (model: Claude Opus 4.8, supervised). Opened on behalf of @mnriem.