Skip to content

Commit 9969def

Browse files
committed
MAF-19914: docs: update example plan paths in dispatch skills
Earlier rounds intentionally left these two example paths on the old docs/superpowers/plans/ convention as out-of-scope. The exclusion was the wrong call: example paths should follow the same naming pattern the rest of the codebase advertises, otherwise readers infer that the old convention is still valid. Update both example paths to docs/plans/YYYY-MM-DD-<name>.md so every plan path in the repository points at the same convention.
1 parent a87faab commit 9969def

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

skills/requesting-code-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ HEAD_SHA=$(git rev-parse HEAD)
5757
5858
[Dispatch code reviewer subagent]
5959
DESCRIPTION: Added verifyIndex() and repairIndex() with 4 issue types
60-
PLAN_OR_REQUIREMENTS: Task 2 from docs/superpowers/plans/deployment-plan.md
60+
PLAN_OR_REQUIREMENTS: Task 2 from docs/plans/YYYY-MM-DD-deployment-plan.md
6161
BASE_SHA: a7981ec
6262
HEAD_SHA: 3df7661
6363

skills/subagent-driven-development/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Implementer subagents report one of four statuses. Handle each appropriately:
130130
```
131131
You: I'm using Subagent-Driven Development to execute this plan.
132132
133-
[Read plan file once: docs/superpowers/plans/feature-plan.md]
133+
[Read plan file once: docs/plans/YYYY-MM-DD-feature-plan.md]
134134
[Extract all 5 tasks with full text and context]
135135
[Create TodoWrite with all tasks]
136136

0 commit comments

Comments
 (0)