From 9ca26eb88ae5343f4e1639b1a202465d2d81d1d0 Mon Sep 17 00:00:00 2001 From: ryancnelson Date: Wed, 11 Feb 2026 17:58:40 -0800 Subject: [PATCH] fix: remove duplicate ed3d- prefix in skill invocation command The starting-a-design-plan skill was outputting `/ed3d-ed3d-plan-and-execute:start-implementation-plan` instead of `/ed3d-plan-and-execute:start-implementation-plan`. Co-Authored-By: Claude Opus 4.5 --- .../skills/starting-a-design-plan/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ed3d-plan-and-execute/skills/starting-a-design-plan/SKILL.md b/plugins/ed3d-plan-and-execute/skills/starting-a-design-plan/SKILL.md index 55dfad5..a204303 100644 --- a/plugins/ed3d-plan-and-execute/skills/starting-a-design-plan/SKILL.md +++ b/plugins/ed3d-plan-and-execute/skills/starting-a-design-plan/SKILL.md @@ -305,7 +305,7 @@ Ready to create the implementation plan? This requires fresh context to work eff (1) Copy this command now: ``` -/ed3d-ed3d-plan-and-execute:start-implementation-plan @docs/design-plans/[full-filename].md . +/ed3d-plan-and-execute:start-implementation-plan @docs/design-plans/[full-filename].md . ``` (the `.` at the end is necessary or else Claude Code will eat the command and do the wrong thing.)