From 220f4471b71e5aa0687b8486f3bc9d45613553fe Mon Sep 17 00:00:00 2001 From: Adam Hainsworth-Potter Date: Fri, 15 May 2026 10:57:15 +0100 Subject: [PATCH 1/2] fix: fix typo in brainstorm skill --- .codex-plugin/plugin.json | 2 +- package.json | 2 +- skills/brainstorm/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 12b91f0..74dd59e 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "propulsion", - "version": "1.1.1", + "version": "1.1.2", "description": "Opinionated agentic coding workflow that guides software work from exploration and planning through execution and review.", "author": { "name": "Moon Pixels" diff --git a/package.json b/package.json index 66c0d91..d49f6fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "propulsion", - "version": "1.1.1", + "version": "1.1.2", "main": "./index.mjs", "exports": "./index.mjs", "scripts": { diff --git a/skills/brainstorm/SKILL.md b/skills/brainstorm/SKILL.md index 5cf86f9..bd7ed42 100644 --- a/skills/brainstorm/SKILL.md +++ b/skills/brainstorm/SKILL.md @@ -19,7 +19,7 @@ Follow these steps IN ORDER. Do NOT skip steps. 1. Load `interrogate` skill and interview the user about their request. 2. Write `docs/propulsion/{yyyymmdd}-{feature-name}/prd.md` from [references/prd-template.md](references/prd-template.md). -3. Maliciously sanity-check `prd.md` against the conversation and add any missing decisions, facts, constraints, behaviours, or success criteria. +3. Meticulously sanity-check `prd.md` against the conversation and add any missing decisions, facts, constraints, behaviours, or success criteria. 4. Ask the user to review and approve `prd.md`. 5. After explicit approval, enter the `plan` skill. From 7c21bf39a12ed84b46e42640f49bde3026b139bb Mon Sep 17 00:00:00 2001 From: Adam Hainsworth-Potter Date: Fri, 15 May 2026 13:14:58 +0100 Subject: [PATCH 2/2] fix: fix typo in brainstorm skill --- skills/brainstorm/references/prd-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/brainstorm/references/prd-template.md b/skills/brainstorm/references/prd-template.md index 9835b02..7c14716 100644 --- a/skills/brainstorm/references/prd-template.md +++ b/skills/brainstorm/references/prd-template.md @@ -25,7 +25,7 @@ Describe the proposed behaviour end-to-end from the user's perspective. | ID | User Story | | ------ | ---------------------------------------------------- | -| US-001 | As a , I want , so that . | +| US-001 | As a , I want , so that . | ## Functional Requirements