From fd517699a40822e82cf5ada95140d74b6c894546 Mon Sep 17 00:00:00 2001 From: Kazuki YAMAMOTO Date: Thu, 4 Sep 2025 10:59:07 +0900 Subject: [PATCH] Fix template path in plan command documentation --- templates/commands/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/plan.md b/templates/commands/plan.md index 94e1cb6..c0e4a9e 100644 --- a/templates/commands/plan.md +++ b/templates/commands/plan.md @@ -19,7 +19,7 @@ Given the implementation details provided as an argument, do this: 3. Read the constitution at `/memory/constitution.md` to understand constitutional requirements. 4. Execute the implementation plan template: - - Load `/templates/implementation-plan-template.md` (already copied to IMPL_PLAN path) + - Load `/templates/plan-template.md` (already copied to IMPL_PLAN path) - Set Input path to FEATURE_SPEC - Run the Execution Flow (main) function steps 1-10 - The template is self-contained and executable