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
- Keep tables concise, limit to 20 findings per severity level
133
+
- If more than 20 findings in a category, add a note: "_(Additional N issues not shown - see full report)_"
134
+
- Include the complete "Next Actions" block with specific recommendations
135
+
136
+
8. At end of report, output a concise Next Actions block:
98
137
- If CRITICAL issues exist: Recommend resolving them before `/implement`.
99
138
- If only LOW/MEDIUM issues: User may proceed, but provide improvement suggestions.
100
139
- Provide explicit command suggestions: e.g., "Run /specify with refinement", "Run /plan to adjust architecture", or "Manually edit tasks.md to add coverage for 'performance-metrics'".
Copy file name to clipboardExpand all lines: .github/prompts/plan.prompt.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Given the implementation details provided as an argument, do this:
23
23
-**If exists**: You are ITERATING on an existing plan. User input should guide refinements/additions to the existing plan content.
24
24
-**If not exists**: You are CREATING a new plan from scratch.
25
25
- BEFORE proceeding, inspect FEATURE_SPEC for a `## Clarifications` section with at least one `Session` subheading. If missing or clearly ambiguous areas remain (vague adjectives, unresolved critical choices), PAUSE and instruct the user to run `/clarify` first to reduce rework. Only continue if: (a) Clarifications exist OR (b) an explicit user override is provided (e.g., "proceed without clarification"). Do not attempt to fabricate clarifications yourself.
26
+
26
27
2. Read and analyze the feature specification to understand:
27
28
- The feature requirements and user stories
28
29
- Functional and non-functional requirements
@@ -138,6 +139,8 @@ Given the implementation details provided as an argument, do this:
8. Report completion with branch name, spec file path, whether it's a new or updated feature, issue number, target repository (if fork), and readiness for the next phase.
140
+
8.**Post final status comment**: "β Specification complete. Ready for clarification with `/clarify` or planning with `/plan`."
141
+
142
+
9. Report completion with branch name, spec file path, whether it's a new or updated feature, issue number, target repository (if fork), and readiness for the next phase.
141
143
142
144
Note: The script handles branch creation/reuse and initializes the spec file before writing.
0 commit comments