From 87a9690cf9ee5361a6dba34538321059aa19a6d5 Mon Sep 17 00:00:00 2001 From: Marsel Safin <179933638+marcelsafin@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:45:31 +0200 Subject: [PATCH] fix(templates): remove self-referencing path in plan-template.md note (#3417) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The note told readers to "See .specify/templates/plan-template.md for the execution workflow" — that path is the file itself. The execution workflow lives in the plan command's definition, which the note already names via the __SPECKIT_COMMAND_PLAN__ placeholder. Point there instead of at a self-reference. Fixes #1148 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- 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 4fe6c8844..36f2eab16 100644 --- a/templates/plan-template.md +++ b/templates/plan-template.md @@ -4,7 +4,7 @@ **Input**: Feature specification from `/specs/[###-feature-name]/spec.md` -**Note**: This template is filled in by the `__SPECKIT_COMMAND_PLAN__` command. See `.specify/templates/plan-template.md` for the execution workflow. +**Note**: This template is filled in by the `__SPECKIT_COMMAND_PLAN__` command; its definition describes the execution workflow. ## Summary