Make some improvements to spec-related skills.#30
Draft
vorporeal wants to merge 6 commits into
Draft
Conversation
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.

Description
The previous spec workflow could encourage redundant product specs for technically complex work, blur responsibility between selecting, writing, implementing, and validating specs, and leave approval boundaries implicit. That made it harder for humans and agents to align on an approved solution and keep the durable documentation synchronized with implementation.
This PR establishes a pragmatic workflow where
spec-driven-implementationselects the smallest independently valuable artifact set: no spec,PRODUCT.mdonly,TECH.mdonly, or both. Direct writer skills honor and right-size requested documents, while implementation consumes the settled artifact set and all approved commitments regardless of which spec contains them.The workflow now requires explicit human approval for the artifact path and drafted specs, requires implementation-blocking questions to be resolved or explicitly deferred, and requires approval before proposed material changes are persisted or acted upon. Validation also reads relevant approved sibling specs and distinguishes authoritative commitments from supporting context based on approval evidence rather than filenames alone.
Testing
git diff --check.Co-Authored-By: Oz oz-agent@warp.dev