feat(v1.5.0): prompt-pack maturity — all packs to standard + CI enforcement - #11
Merged
Conversation
…ce it
Execute the prompt-pack maturity scope defined in the ROADMAP.
- All 14 packs now meet docs/prompts/PACK_TEMPLATE.md: When to Use,
Expected Output, Constraints and Example, in addition to the metadata
and Starter Prompt already required.
- Rewrote the four thin packs (learning-coach, product-strategy,
repo-review, systems-thinking) to the full template.
- Added the missing sections to the other ten, tailored to each pack.
- check-prompts.sh now enforces the maturity sections for packs via a
new check_section helper (heading-anchored, accepts sensible synonyms:
Output Contract for Expected Output, Safety Constraints for
Constraints). Bumped to v0.6.0.
- Regenerated docs/PROMPT_INDEX.md — refreshes the stale header from
1.3.0 to the current 1.4.0.
check-prompts.sh: 179 pass / 0 fail. check-docs.sh: 31 pass / 0 fail.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
MCamner
added a commit
that referenced
this pull request
Jul 2, 2026
…#12) All v1.5.0 prompt-pack maturity items and the definition-of-done line are complete after #11: thin packs rewritten, missing sections added across all 14 packs, and check-prompts.sh enforcing the standard. Record it in the CHANGELOG [Unreleased] section. VERSION bump and release tag left to a separate release step. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Executes the prompt-pack maturity scope defined in the ROADMAP (follow-up to #10).
What this does
docs/prompts/PACK_TEMPLATE.md— every pack carriesWhen to Use,Expected Output,ConstraintsandExample, on top of the metadata +Starter Promptalready required.learning-coach,product-strategy,repo-review,systems-thinking.check-prompts.shenforces the standard — newcheck_sectionhelper (heading-anchored, accepts sensible synonyms:Output Contract→Expected Output,Safety Constraints→Constraints). Bumped to v0.6.0.docs/PROMPT_INDEX.md— refreshes the stale header from 1.3.0 to the current 1.4.0 (pack rows unchanged).Verification
check-prompts.sh— 179 pass / 0 fail (was 123; +56 = 4 new section checks × 14 packs).check-docs.sh— 31 pass / 0 fail.This completes the v1.5.0 prompt-pack maturity DoD: every public pack meets the template standard, verified by check-prompts.sh.
🤖 Generated with Claude Code