diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3494d..8f1551d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ * README slimmed — merged repeated product positioning and made mqobsidian explicit in the architecture boundary. * CONTRIBUTING documents the prompt-pack template and maturity bar. +* All 14 prompt packs brought up to the maturity standard (`When to Use`, + `Expected Output`, `Constraints`, `Example`); `check-prompts.sh` (v0.6.0) + now enforces it. Regenerated the prompt index. ### Removed diff --git a/ROADMAP.md b/ROADMAP.md index e7893fb..c5fa540 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -712,15 +712,14 @@ Repo hygiene (shipped): Prompt-pack maturity: * [x] Define a canonical pack template (`docs/prompts/PACK_TEMPLATE.md`) -* [ ] Bring the thin packs up to the template — `learning-coach`, - `product-strategy`, `repo-review`, `systems-thinking` currently carry only - Recommended Modes + Starter Prompt -* [ ] Add the missing maturity sections across packs — `When to Use`, +* [x] Bring the thin packs up to the template — `learning-coach`, + `product-strategy`, `repo-review`, `systems-thinking` +* [x] Add the missing maturity sections across packs — `When to Use`, `Expected Output`, `Constraints`, `Example Usage` -* [ ] Extend `check-prompts.sh` to enforce the maturity sections (today it only - checks `Version:`, `Tags:`, a heading and a `Starter Prompt`) -* [ ] Bump `web/prompts.json` / `docs/prompts.json` and regenerate the index - once packs are updated +* [x] Extend `check-prompts.sh` to enforce the maturity sections (v0.6.0 — + 179 checks pass) +* [x] Regenerate the prompt index; bump `web/prompts.json` / + `docs/prompts.json` version at release tag ### v1.5.0 definition of done @@ -729,7 +728,7 @@ Prompt-pack maturity: * [x] A new visitor can tell the static demo from the local Java backend * [x] The MQ ecosystem boundary (including mqobsidian) is visible * [x] The CI/check workflow is discoverable from the README -* [ ] Every public pack meets the `PACK_TEMPLATE.md` standard, verified by +* [x] Every public pack meets the `PACK_TEMPLATE.md` standard, verified by `check-prompts.sh` ### Prompt-pack maturity standard