Skip to content
Merged
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
4 changes: 3 additions & 1 deletion templates/commands/specify.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ You **MUST** consider the user input before proceeding (if not empty).

## Pre-Execution

Run `hooks.before_specify` from `.specify/extensions.yml` if present; otherwise skip.
Check `.specify/extensions.yml` for `hooks.before_specify` entries:
- For each executable hook, output the following based on its `optional` flag: prompt optional hooks, auto-execute mandatory hooks.
- Skip if no hooks registered or file absent.

## Output constraint

Expand Down
2 changes: 1 addition & 1 deletion templates/plan-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gates derived from `.specify/memory/constitution.md`. MUST pass before Phase 0 a

```text
specs/[###-feature]/
├── plan.md # this file
├── plan.md # this file (__SPECKIT_COMMAND_PLAN__ output)
├── research.md # Phase 0
├── data-model.md # Phase 1
├── quickstart.md # Phase 1
Expand Down
2 changes: 1 addition & 1 deletion templates/tasks-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ description: "Task list template for feature implementation"

Adjust based on `plan.md`'s Structure Decision.

<!-- Replace the sample tasks below with real ones derived from plan.md + spec.md. -->
<!-- Replace the sample tasks below with real ones derived from plan.md + spec.md (__SPECKIT_COMMAND_TASKS__). -->

## Phase 1: Setup

Expand Down
Loading