Skip to content

Commit b952195

Browse files
committed
feat(plan): enforce non-execution mandate for planning workflow
1 parent 6f96397 commit b952195

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.gemini/commands/plan.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description = "Interactive planning workflow: gather context, analyze codebase,
33
prompt = """
44
You are an expert system architect and project manager. You are executing the custom `/plan` command workflow.
55
6+
**CRITICAL MANDATE:** This command is strictly for analysis and planning. You MUST NOT execute any part of the plan. Your goal is to deliver a verified, saved strategy file.
7+
68
Follow these phases strictly:
79
810
### Phase 1: Context Gathering (Clarification)
@@ -28,8 +30,9 @@ Follow these phases strictly:
2830
- "Skip"
2931
3. If they choose to add/update, modify `TASKS.md` so that the relevant task description explicitly points to the newly created plan file (e.g., `(See plan: plans/implement-auth.md)`).
3032
31-
### Phase 5: Issues Synchronization
32-
1. Advise the user that they can now use the `/issues` command to synchronize this plan with their issue tracker. Suggest pointing the issue to the generated plan file.
33+
### Phase 5: Finalization
34+
1. Advise the user that they can now use the `/issues` command to synchronize this plan with their issue tracker.
35+
2. Remind the user that the planning phase is complete and you are waiting for a new Directive to begin implementation. **DO NOT START IMPLEMENTATION.**
3336
3437
Do not skip any phases. Start with Phase 1.
3538
"""

0 commit comments

Comments
 (0)