fix(skills): add missing ./ prefix to bare step file references
Bare filenames like `step-e-02-review.md` in "Read fully and follow:" directives need `./` prefix for consistent relative path resolution. Fixes 9 references across edit-prd, create-prd, and brainstorming. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cb16a4fac2
commit
1558a68a0a
|
|
@ -184,7 +184,7 @@ Display: "**Edit Requirements Understood**
|
||||||
|
|
||||||
**Proceeding to deep review and analysis...**"
|
**Proceeding to deep review and analysis...**"
|
||||||
|
|
||||||
Read fully and follow: step-e-02-review.md
|
Read fully and follow: `./step-e-02-review.md`
|
||||||
|
|
||||||
**IF PRD is Legacy (Non-Standard) AND no validation report:**
|
**IF PRD is Legacy (Non-Standard) AND no validation report:**
|
||||||
|
|
||||||
|
|
@ -211,7 +211,7 @@ Present MENU OPTIONS below for user selection
|
||||||
|
|
||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- IF C (Convert): Read fully and follow: step-e-01b-legacy-conversion.md
|
- IF C (Convert): Read fully and follow: `./step-e-01b-legacy-conversion.md`
|
||||||
- IF E (Edit As-Is): Display "Proceeding with edits..." then load next step
|
- IF E (Edit As-Is): Display "Proceeding with edits..." then load next step
|
||||||
- IF X (Exit): Display summary and exit
|
- IF X (Exit): Display summary and exit
|
||||||
- IF Any other: help user, then redisplay menu
|
- IF Any other: help user, then redisplay menu
|
||||||
|
|
|
||||||
|
|
@ -178,7 +178,7 @@ Edit goals: {summary}
|
||||||
|
|
||||||
**Proceeding to deep review...**"
|
**Proceeding to deep review...**"
|
||||||
|
|
||||||
Read fully and follow: step-e-02-review.md
|
Read fully and follow: `./step-e-02-review.md`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@ Display: "**Change Plan Approved**
|
||||||
|
|
||||||
**Proceeding to edit step...**"
|
**Proceeding to edit step...**"
|
||||||
|
|
||||||
Read fully and follow: step-e-03-edit.md
|
Read fully and follow: `./step-e-03-edit.md`
|
||||||
|
|
||||||
### 7. Present MENU OPTIONS (If User Wants Discussion)
|
### 7. Present MENU OPTIONS (If User Wants Discussion)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@ Display:
|
||||||
|
|
||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- IF C (Continue): Read fully and follow: step-e-04-complete.md
|
- IF C (Continue): Read fully and follow: `./step-e-04-complete.md`
|
||||||
- IF A (Adjust): Accept additional requirements, loop back to editing
|
- IF A (Adjust): Accept additional requirements, loop back to editing
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ Display:
|
||||||
- Display: "**Additional Edits**"
|
- Display: "**Additional Edits**"
|
||||||
- Ask: "What additional edits would you like to make?"
|
- Ask: "What additional edits would you like to make?"
|
||||||
- Accept input, then display: "**Returning to edit step...**"
|
- Accept input, then display: "**Returning to edit step...**"
|
||||||
- Read fully and follow: step-e-03-edit.md again
|
- Read fully and follow: `./step-e-03-edit.md` again
|
||||||
|
|
||||||
- **IF S (Summary):**
|
- **IF S (Summary):**
|
||||||
- Display detailed summary including:
|
- Display detailed summary including:
|
||||||
|
|
|
||||||
|
|
@ -60,4 +60,4 @@ Load and read full config from {main_config} and resolve:
|
||||||
|
|
||||||
Prompt for PRD path: "Which PRD would you like to edit? Please provide the path to the PRD.md file."
|
Prompt for PRD path: "Which PRD would you like to edit? Please provide the path to the PRD.md file."
|
||||||
|
|
||||||
Then read fully and follow: steps-e/step-e-01-discovery.md
|
Then read fully and follow: `./steps-e/step-e-01-discovery.md`
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,7 @@ Display:
|
||||||
- **IF E (Use Edit Workflow):**
|
- **IF E (Use Edit Workflow):**
|
||||||
- Explain: "The Edit workflow (steps-e/) can use this validation report to systematically address issues. Edit mode will guide you through discovering what to edit, reviewing the PRD, and applying targeted improvements."
|
- Explain: "The Edit workflow (steps-e/) can use this validation report to systematically address issues. Edit mode will guide you through discovering what to edit, reviewing the PRD, and applying targeted improvements."
|
||||||
- Offer: "Would you like to launch Edit mode now? It will help you fix validation findings systematically."
|
- Offer: "Would you like to launch Edit mode now? It will help you fix validation findings systematically."
|
||||||
- If yes: Read fully and follow: steps-e/step-e-01-discovery.md
|
- If yes: Read fully and follow: `./steps-e/step-e-01-discovery.md`
|
||||||
- If no: Return to menu
|
- If no: Return to menu
|
||||||
|
|
||||||
- **IF F (Fix Simpler Items):**
|
- **IF F (Fix Simpler Items):**
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,6 @@ All steps MUST reference `{brainstorming_session_output_file}` instead of the fu
|
||||||
|
|
||||||
## EXECUTION
|
## EXECUTION
|
||||||
|
|
||||||
Read fully and follow: `steps/step-01-session-setup.md` to begin the workflow.
|
Read fully and follow: `./steps/step-01-session-setup.md` to begin the workflow.
|
||||||
|
|
||||||
**Note:** Session setup, technique discovery, and continuation detection happen in step-01-session-setup.md.
|
**Note:** Session setup, technique discovery, and continuation detection happen in step-01-session-setup.md.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue