Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/plan-template.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
9 changes: 6 additions & 3 deletions templates/spec-template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Feature Specification: [FEATURE NAME]

**Feature Branch**: `[###-feature-name]`
**Created**: [DATE]
**Status**: Draft
**Feature Branch**: `[###-feature-name]`

**Created**: [DATE]

**Status**: Draft

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe a better approach would be to add double spaces at the end of the line? this would not break linting as well and would be a nicer visual IMO

**Feature Branch**: `[###-feature-name]`  
**Created**: [DATE]  
**Status**: Draft  

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree it looks slightly nicer, but I outlined in the source issue (#1343) that markdownlint (used by many tools) removes the double spaces from these lines automatically

**Input**: User description: "$ARGUMENTS"

## User Scenarios & Testing *(mandatory)*
Expand Down
1 change: 1 addition & 0 deletions templates/tasks-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down