feat(spec): sync /spec skill and add plan-quality patterns#7
Open
brolag wants to merge 1 commit into
Open
Conversation
Align the plugin's /spec skill with the operational global version and fold in three patterns adapted from writing-plans: - explicit acceptance-failure list (no prose-only criteria) - [produces:]/[consumes:] interface handoff for fleet subtasks - final coverage pass (requirement->subtask, signature name/type match) Also brings forward prior global-only improvements: /spec trigger, --no-html HTML render, [needs:] dependency graph, agents/related frontmatter, and rg/fd allowed-tools.
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.
Syncs the plugin's
/specskill to the operational global version and folds in three patterns adapted from thewriting-plansskill.New patterns (this session)
verify:with no real command,ensures:nothing checks).[produces:]/[consumes:](§4 + artifact shape): explicit interface handoff for fleet agents that see only their own subtask.[needs:]gives order,[produces:]/[consumes:]give the contract.Catch-up (prior global-only improvements)
The plugin copy was several edits behind the global. This also brings forward:
trigger: /specfrontmatter--no-htmlHTML render of the plan[needs:]dependency graph for parallel fan-outagents/relatedfrontmatter (traceability)rg/fdin allowed-toolsDocs-only change to one skill file. No code paths affected.