docs(vibe-start-informed): add missing '## When NOT to Use' section - #2
Open
ash1794 wants to merge 1 commit into
Open
docs(vibe-start-informed): add missing '## When NOT to Use' section#2ash1794 wants to merge 1 commit into
ash1794 wants to merge 1 commit into
Conversation
The vibe-start-informed skill was the only one of 38 missing the required '## When NOT to Use' section, producing the sole validator warning (Warnings: 1). Added a genuine section consistent with the skill's frontmatter (creative/design tasks, not spec implementation). Acceptance gate (scripts/validate-skills.sh) now: Skills: 38 | Errors: 0 | Warnings: 0 | PASSED. Bead: t_7a835d07 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Owner
Author
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
vibe-start-informedwas the only one of 38 skills missing the required## When NOT to Usesection — the sole warning emitted byscripts/validate-skills.sh(the exact script CI runs in.github/workflows/validate.yml).This adds a genuine
## When NOT to Usesection, consistent with the skill's frontmatter ("Triggers on creative/design tasks, not on implementation of already-designed specs"), placed right after the## When to Usesection.Acceptance gate (verified locally, genuinely green)
e16b273)bash ./scripts/validate-skills.shWarnings 1 → 0, errors stay 0. No tag-away, no no-op — the
vibe-start-informedentry now reportsOKinstead ofWARN: Missing '## When NOT to Use' section.Diff
Only that one file changed; no other section, file, or skill altered.
Bead:
t_7a835d07🤖 Generated with Claude Code