fix(skills): strip redundant markdown links in edit-prd step references
Bare filenames are cleaner than [file.md](file.md) for LLM-consumed skill files — the markdown link wrapper adds nothing when display text and URL are identical. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6ee4062e56
commit
de565221d8
|
|
@ -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](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](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](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](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 @@ Read fully and follow: [step-e-03-edit.md](step-e-03-edit.md)
|
||||||
|
|
||||||
- IF A: Invoke the `bmad-advanced-elicitation` skill, then return to discussion
|
- IF A: Invoke the `bmad-advanced-elicitation` skill, then return to discussion
|
||||||
- IF P: Invoke the `bmad-party-mode` skill, then return to discussion
|
- IF P: Invoke the `bmad-party-mode` skill, then return to discussion
|
||||||
- IF C: Document approval, then load [step-e-03-edit.md](step-e-03-edit.md)
|
- IF C: Document approval, then load step-e-03-edit.md
|
||||||
- IF Any other: discuss, then redisplay menu
|
- IF Any other: discuss, then redisplay menu
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@ Display:
|
||||||
|
|
||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- IF C (Continue): Read fully and follow: [step-e-04-complete.md](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](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](steps-e/step-e-01-discovery.md)
|
Then read fully and follow: steps-e/step-e-01-discovery.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue