Examples don't seem to contain examples. Are there examples of specs? #4037
|
The examples seem to contain instructions on how to use the tool but I don't want to run the tool yet. Are there any examples of specs generated by the tool? |
Replies: 2 comments
|
Short answer: there is not currently a filled generated spec in the official Without running the tool, these official files show the intended shape:
For filled, read-only examples, these public community repositories are useful:
Those two are community artifacts, not official golden outputs. They may reflect a different spec-kit/model version or later human edits. Still, they let you inspect the output and progression without installing anything: read So the documentation gap you noticed is real: the official repo provides the template and workflow, while complete filled examples currently have to be found in repositories using spec-kit. |
|
You can see how this all lands in the community walkthroughs mentioned at https://github.github.com/spec-kit/community/walkthroughs.html |
Short answer: there is not currently a filled generated spec in the official
github/spec-kitrepository. Theexamples/directory is easy to misread; it currently contains bundle manifests, not example feature outputs.Without running the tool, these official files show the intended shape:
spec.mdtemplate — prioritized user stories, independent tests, acceptance scenarios, edge cases, requirements, key entities, measurable outcomes, and assumptions.spec.md,plan.md,research.md,data-model.md,contracts/,quickstart.md, andtasks.md.For filled, read-only examples, these public community r…