From 6c22085214af0289fb315f1df907c32c2408e6b1 Mon Sep 17 00:00:00 2001 From: Jeff Li Date: Tue, 21 Oct 2025 21:30:52 +0800 Subject: [PATCH] fix: correct command references in implement.md Update speckit.implement.md to correct the command for regenerating the task list from '/tasks' to '/speckit.tasks', ensuring accurate documentation for task breakdown requirements. --- templates/commands/implement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/implement.md b/templates/commands/implement.md index c4e7c17b..a5446f1f 100644 --- a/templates/commands/implement.md +++ b/templates/commands/implement.md @@ -128,5 +128,5 @@ You **MUST** consider the user input before proceeding (if not empty). - Confirm the implementation follows the technical plan - Report final status with summary of completed work -Note: This command assumes a complete task breakdown exists in tasks.md. If tasks are incomplete or missing, suggest running `/tasks` first to regenerate the task list. +Note: This command assumes a complete task breakdown exists in tasks.md. If tasks are incomplete or missing, suggest running `/speckit.tasks` first to regenerate the task list.