diff --git a/templates/plan-template.md b/templates/plan-template.md index 6a8bfc6c8a..e35b4e19af 100644 --- a/templates/plan-template.md +++ b/templates/plan-template.md @@ -1,6 +1,7 @@ # Implementation Plan: [FEATURE] **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. diff --git a/templates/spec-template.md b/templates/spec-template.md index c67d914980..d5374891ed 100644 --- a/templates/spec-template.md +++ b/templates/spec-template.md @@ -1,8 +1,11 @@ # Feature Specification: [FEATURE NAME] -**Feature Branch**: `[###-feature-name]` -**Created**: [DATE] -**Status**: Draft +**Feature Branch**: `[###-feature-name]` + +**Created**: [DATE] + +**Status**: Draft + **Input**: User description: "$ARGUMENTS" ## User Scenarios & Testing *(mandatory)* diff --git a/templates/tasks-template.md b/templates/tasks-template.md index 60f9be455d..636494e6cb 100644 --- a/templates/tasks-template.md +++ b/templates/tasks-template.md @@ -6,6 +6,7 @@ description: "Task list template for feature implementation" # Tasks: [FEATURE NAME] **Input**: Design documents from `/specs/[###-feature-name]/` + **Prerequisites**: plan.md (required), spec.md (required for user stories), research.md, data-model.md, contracts/ **Tests**: The examples below include test tasks. Tests are OPTIONAL - only include them if explicitly requested in the feature specification.