Skip to content

Commit 95ef205

Browse files
inderclaude
andcommitted
fix: remove ~/.claude/roadmap.md path from wwsd template for Codex compatibility
The gen-skill-docs generator replaces ~/.claude/skills/gstack paths but not arbitrary ~/.claude/ paths. Move the roadmap read hint to prose so the Codex host output passes the no-~/.claude/-paths validation test. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f8780bb commit 95ef205

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

wwsd/SKILL.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ If no topic is given, ask for one before proceeding.
2222

2323
```bash
2424
git branch --show-current 2>/dev/null
25-
cat ~/.claude/roadmap.md 2>/dev/null | head -50
2625
```
2726

28-
Also read any design docs or plan files referenced in the conversation.
29-
The goal is to have enough product/company context to make the critique specific,
30-
not generic.
27+
Also read the project roadmap and any design docs or plan files referenced in the
28+
conversation. The goal is to have enough product/company context to make the critique
29+
specific, not generic.
3130

3231
---
32+
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
33+
<!-- Regenerate: bun run gen:skill-docs -->
3334

3435
## Step 2: Select the lenses
3536

wwsd/SKILL.md.tmpl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ If no topic is given, ask for one before proceeding.
2222

2323
```bash
2424
git branch --show-current 2>/dev/null
25-
cat ~/.claude/roadmap.md 2>/dev/null | head -50
2625
```
2726

28-
Also read any design docs or plan files referenced in the conversation.
29-
The goal is to have enough product/company context to make the critique specific,
30-
not generic.
27+
Also read the project roadmap and any design docs or plan files referenced in the
28+
conversation. The goal is to have enough product/company context to make the critique
29+
specific, not generic.
3130

3231
---
3332

0 commit comments

Comments
 (0)