From a2574f59a36aa5f406014b912152458c7d6860c1 Mon Sep 17 00:00:00 2001 From: alexinslc Date: Sat, 25 Oct 2025 17:41:34 -0600 Subject: [PATCH] Fix incorrect phase numbering in plan.md Fixes #1036 - Changed second occurrence of 'Phase 1' to 'Phase 2' for agent context update - Added 'Phase 2:' prefix to constitution re-evaluation step - Ensures phase numbering is consistent: Phase 0 (research), Phase 1 (design), Phase 2 (context update) - Now matches the 'ends after Phase 2 planning' statement in outline --- templates/commands/plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/commands/plan.md b/templates/commands/plan.md index 7dfe63a2f..36df58ec8 100644 --- a/templates/commands/plan.md +++ b/templates/commands/plan.md @@ -28,8 +28,8 @@ You **MUST** consider the user input before proceeding (if not empty). - Evaluate gates (ERROR if violations unjustified) - Phase 0: Generate research.md (resolve all NEEDS CLARIFICATION) - Phase 1: Generate data-model.md, contracts/, quickstart.md - - Phase 1: Update agent context by running the agent script - - Re-evaluate Constitution Check post-design + - Phase 2: Update agent context by running the agent script + - Phase 2: Re-evaluate Constitution Check post-design 4. **Stop and report**: Command ends after Phase 2 planning. Report branch, IMPL_PLAN path, and generated artifacts.