From 3a5891603598eb7e81118bacfa3abc6584929386 Mon Sep 17 00:00:00 2001 From: venkatp-infomagnus <207826583+venkatp-infomagnus@users.noreply.github.com> Date: Tue, 16 Dec 2025 13:16:31 +0530 Subject: [PATCH] Fix issue #1148: Update plan-template.md path reference to be agent-agnostic The hardcoded path '.specify/templates/commands/plan.md' caused confusion as it doesn't exist for different AI agents. Updated the note to reference the correct agent-specific paths (e.g., .claude/commands/, .cursor/commands/, .codex/prompts/, etc.). Fixes #1148 --- templates/plan-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/plan-template.md b/templates/plan-template.md index 6a8bfc6c8a..e3dc38ee42 100644 --- a/templates/plan-template.md +++ b/templates/plan-template.md @@ -3,7 +3,7 @@ **Branch**: `[###-feature-name]` | **Date**: [DATE] | **Spec**: [link] **Input**: Feature specification from `/specs/[###-feature-name]/spec.md` -**Note**: This template is filled in by the `/speckit.plan` command. See `.specify/templates/commands/plan.md` for the execution workflow. +**Note**: This template is filled in by the `/speckit.plan` command. The execution workflow is defined in your AI agent's command configuration (e.g., `.claude/commands/speckit.plan.md`, `.cursor/commands/speckit.plan.md`, `.codex/prompts/speckit.plan.md`, etc.). ## Summary