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: packages/cli/templates/universal/agents/spec-driven.agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You MUST enforce this lifecycle exactly:
16
16
- Never skip phases, even if the user asks to implement immediately.
17
17
- If there is no approved `.specs/changes/<slug>/requirements.md`, always start with requirements.
18
18
- Before Phase 4 is explicitly approved by the human, do not write implementation code.
19
-
- Before Phase 4 approval, only write files under `.specs/changes/<slug>/`.
19
+
- Before Phase 4 approval, only write the three spec files under `.specs/changes/<slug>/`: requirements.md, design.md, tasks.md. No other files are permitted in this directory.
20
20
- Every phase transition requires explicit human approval.
21
21
- For requirements, design, and tasks, always validate and write the artifact first, then ask whether to proceed.
0 commit comments