docs: document Articles IV, V & VI as project-customizable in spec-driven.md#2467
Open
docs: document Articles IV, V & VI as project-customizable in spec-driven.md#2467
Conversation
…ven.md Agent-Logs-Url: https://github.com/github/spec-kit/sessions/a5a938bd-4400-4deb-bdc8-0109b0bf4ccb Co-authored-by: mnriem <[email protected]>
Copilot
AI
changed the title
[WIP] Document Articles IV, V, VI as project-customizable in spec-driven.md
docs: document Articles IV, V & VI as project-customizable in spec-driven.md
May 6, 2026
Collaborator
|
@copilot apply changes based on the comments in this thread |
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/2501d2e9-fbcf-4d44-afe1-1fa19f1a0a24 Co-authored-by: mnriem <[email protected]>
Contributor
Author
Applied all three review comments in d4ec0b7:
|
|
|
||
| - **Article IV** addresses integration concerns—such as integration testing requirements, contract testing across service boundaries, or cross-component communication standards. The constitution template's `[PRINCIPLE_4_NAME]` / `[PRINCIPLE_4_DESCRIPTION]` slot is dedicated to this article, with an example hint of *Integration Testing*. | ||
|
|
||
| - **Articles V & VI** address operational and lifecycle concerns—such as observability, structured logging, versioning schemes, or breaking-change policies. By default, the template groups these under a single `[PRINCIPLE_5_NAME]` / `[PRINCIPLE_5_DESCRIPTION]` slot (example hint: *V. Observability, VI. Versioning & Breaking Changes*). Teams that need separate articles can expand to additional principle sections using `/speckit.constitution`. |
|
|
||
| - **Articles V & VI** address operational and lifecycle concerns—such as observability, structured logging, versioning schemes, or breaking-change policies. By default, the template groups these under a single `[PRINCIPLE_5_NAME]` / `[PRINCIPLE_5_DESCRIPTION]` slot (example hint: *V. Observability, VI. Versioning & Breaking Changes*). Teams that need separate articles can expand to additional principle sections using `/speckit.constitution`. | ||
|
|
||
| To define these articles, populate the corresponding principle sections in `.specify/memory/constitution.md` (generated from `templates/constitution-template.md`). The `/speckit.analyze` command validates all spec and plan artifacts against every principle in your project constitution, so any rules you define here are automatically applied during analysis. |
Collaborator
|
@copilot apply changes based on the comments in this thread |
…erences Agent-Logs-Url: https://github.com/github/spec-kit/sessions/1c970cf3-767e-4e00-9e3b-db24461843e5 Co-authored-by: mnriem <[email protected]>
Contributor
Author
Applied both comments in b9c7a0c:
|
|
|
||
| - **Article IV** addresses integration concerns—such as integration testing requirements, contract testing across service boundaries, or cross-component communication standards. The constitution template's `[PRINCIPLE_4_NAME]` / `[PRINCIPLE_4_DESCRIPTION]` slot is dedicated to this article, with an example hint of *Integration Testing*. | ||
|
|
||
| - **Articles V & VI** address operational and lifecycle concerns—such as observability, structured logging, versioning schemes, or breaking-change policies. By default, the template groups these (along with a Simplicity article) under a single `[PRINCIPLE_5_NAME]` / `[PRINCIPLE_5_DESCRIPTION]` slot (example hint: *V. Observability, VI. Versioning & Breaking Changes, VII. Simplicity*). Teams that need separate articles can expand to additional principle sections using `/speckit.constitution`. |
|
|
||
| - **Articles V & VI** address operational and lifecycle concerns—such as observability, structured logging, versioning schemes, or breaking-change policies. By default, the template groups these (along with a Simplicity article) under a single `[PRINCIPLE_5_NAME]` / `[PRINCIPLE_5_DESCRIPTION]` slot (example hint: *V. Observability, VI. Versioning & Breaking Changes, VII. Simplicity*). Teams that need separate articles can expand to additional principle sections using `/speckit.constitution`. | ||
|
|
||
| To define these articles, populate the corresponding principle sections in `.specify/memory/constitution.md` (initialized from `.specify/templates/constitution-template.md` in your project, sourced from `templates/constitution-template.md` in the Spec Kit repo). The `/speckit.analyze` command validates all spec and plan artifacts against every principle in your project constitution, so any rules you define here are automatically applied during analysis. |
Collaborator
|
@copilot apply changes based on the comments in this thread |
…ath notation Agent-Logs-Url: https://github.com/github/spec-kit/sessions/05743acb-4cf0-4c58-a67e-4b996b5e3088 Co-authored-by: mnriem <[email protected]>
Contributor
Author
Applied both comments in 88e9823:
|
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.
spec-driven.mdclaimed "nine articles" but only documented six — Articles IV, V, and VI were silently missing between Article III and Articles VII & VIII.Changes
spec-driven.md— adds#### Articles IV, V & VI: Project-Customizable Standardsbetween Article III and Articles VII & VIII:[PRINCIPLE_4_NAME]/[PRINCIPLE_5_NAME]placeholders intemplates/constitution-template.mdas the customization point/speckit.analyzealready validates dynamically against whatever a project defines — no Spec Kit changes required to extend these articles