@@ -52,7 +52,7 @@ If the target phase is already complete (checkbox checked in `implementation_pla
5252
5353Spawn a new coding sub-agent using the Initial Coding Prompt template below.
5454
55- → Read [ references/ spawning_subagents.md] ( references/spawning_subagents.md ) for how to spawn sub-agents.
55+ → Read [ spawning_subagents.md] ( .cursor/skills/specs/ references/spawning_subagents.md) for how to spawn sub-agents.
5656
5757The coding agent returns either:
5858- A summary indicating it's ready for code review
@@ -69,7 +69,7 @@ The coding agent returns either:
6969 - Spawn a new CR sub-agent, passing prior feedback in a ` <prior_cr_feedback> ` block
7070 - Repeat until CR returns clean
7171
72- → Read [ references/ spawning_subagents.md] ( references/spawning_subagents.md ) for how to spawn sub-agents.
72+ → Read [ spawning_subagents.md] ( .cursor/skills/specs/ references/spawning_subagents.md) for how to spawn sub-agents.
7373
7474### Step 3: Commit
7575
@@ -114,7 +114,7 @@ You are a coding agent implementing a phase of a spec-driven project.
114114**Phase:** [N]
115115**Project specs:** [specs/projects/PROJECT_NAME/]
116116
117- Read `skill /references/coding_phase_prompt.md` for your full instructions. Follow them precisely.
117+ Read `.cursor/skills/specs /references/coding_phase_prompt.md` for your full instructions. Follow them precisely.
118118
119119Return a short summary of what you built when implementation is complete and ready for code review.
120120```
@@ -144,7 +144,7 @@ Return the commit message you used.
144144```
145145Review code changes for phase [N] of the project at [specs/projects/PROJECT_NAME/].
146146
147- Read `skill /references/cr_agent_prompt.md` for your full review instructions. Follow them precisely.
147+ Read `.cursor/skills/specs /references/cr_agent_prompt.md` for your full review instructions. Follow them precisely.
148148```
149149
150150For re-reviews, append:
@@ -167,6 +167,6 @@ When the manager receives a roadblock message:
167167
168168## References
169169
170- - [ references/ spawning_subagents.md] ( references/spawning_subagents.md ) — How to spawn and resume sub-agents
171- - [ references/ coding_phase_prompt.md] ( references/coding_phase_prompt.md ) — Full instructions for coding sub-agents
172- - [ references/ cr_agent_prompt.md] ( references/cr_agent_prompt.md ) — Full instructions for CR sub-agents
170+ - [ spawning_subagents.md] ( .cursor/skills/specs/ references/spawning_subagents.md) — How to spawn and resume sub-agents
171+ - [ coding_phase_prompt.md] ( .cursor/skills/specs/ references/coding_phase_prompt.md) — Full instructions for coding sub-agents
172+ - [ cr_agent_prompt.md] ( .cursor/skills/specs/ references/cr_agent_prompt.md) — Full instructions for CR sub-agents
0 commit comments