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. 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