You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/skills/specs/references/cmd_implement.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ You're willing to flag when a requirement leads to bad technical outcomes — bu
63
63
7.**Run tests**. Iterate until passing.
64
64
8.**Run automated checks again** (tests/fixes may introduce lint/format issues). Iterate until clean.
65
65
9.**Self code-review via sub-agent**:
66
-
- → Read [references/spawning_subagents.md](references/spawning_subagents.md) for how to spawn
67
-
- Pass the prompt from [references/cr_agent_prompt.md](references/cr_agent_prompt.md) to the sub-agent
66
+
- → Read [spawning_subagents.md](.cursor/skills/specs/references/spawning_subagents.md) for how to spawn
67
+
- Pass the prompt from [cr_agent_prompt.md](.cursor/skills/specs/references/cr_agent_prompt.md) to the sub-agent
68
68
- Include: "A coding agent just implemented phase N of [project]. Review the changes using `git diff`. The spec for this project can be found [here](link_to_spec_folder)."
69
69
- Iterate per CR Iteration Loop below
70
70
10.**Run automated checks one final time** (CR fixes may introduce issues). Iterate until clean.
@@ -99,7 +99,7 @@ A lightweight coordinator that runs all remaining phases in sequence.
99
99
100
100
1. Get next incomplete phase from `implementation_plan.md`
101
101
2. Spawn a sub-agent with clean context to run the single-phase implementation flow above
102
-
- → Read [references/spawning_subagents.md](references/spawning_subagents.md) for how to spawn
102
+
- → Read [spawning_subagents.md](.cursor/skills/specs/references/spawning_subagents.md) for how to spawn
3.**Auto-commit**: `"Phase N implementation of [project name]\n\n[description of work in phase]"`
105
105
4. Show the phase summary from the subagent to the user
@@ -114,10 +114,10 @@ CR happens inside each phase's implementation loop, not at coordinator level.
114
114
115
115
### Passed to Phase Sub-Agents
116
116
117
-
For implement-all, pass the content of [references/coding_phase_prompt.md](references/coding_phase_prompt.md) to each phase sub-agent. This prompt contains the full single-phase implementation instructions.
117
+
For implement-all, pass the content of [coding_phase_prompt.md](.cursor/skills/specs/references/coding_phase_prompt.md) to each phase sub-agent. This prompt contains the full single-phase implementation instructions.
118
118
119
119
## References
120
120
121
-
-[references/spawning_subagents.md](references/spawning_subagents.md) — How to spawn sub-agents
122
-
-[references/coding_phase_prompt.md](references/coding_phase_prompt.md) — Prompt passed to coding sub-agents
123
-
-[references/cr_agent_prompt.md](references/cr_agent_prompt.md) — Prompt passed to CR sub-agents
121
+
-[spawning_subagents.md](.cursor/skills/specs/references/spawning_subagents.md) — How to spawn sub-agents
122
+
-[coding_phase_prompt.md](.cursor/skills/specs/references/coding_phase_prompt.md) — Prompt passed to coding sub-agents
123
+
-[cr_agent_prompt.md](.cursor/skills/specs/references/cr_agent_prompt.md) — Prompt passed to CR sub-agents
0 commit comments