Thanks to visit codestin.com
Credit goes to github.com

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
2 changes: 2 additions & 0 deletions templates/commands/analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ You **MUST** consider the user input before proceeding (if not empty).

Wait for the result of the hook command before proceeding to the Goal.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently

## Goal
Expand Down Expand Up @@ -228,6 +229,7 @@ After reporting, check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently

## Operating Principles
Expand Down
2 changes: 2 additions & 0 deletions templates/commands/checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ You **MUST** consider the user input before proceeding (if not empty).
Wait for the result of the hook command before proceeding to the Execution Steps.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
## Execution Steps
Expand Down Expand Up @@ -363,4 +364,5 @@ Check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
2 changes: 2 additions & 0 deletions templates/commands/clarify.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ You **MUST** consider the user input before proceeding (if not empty).
Wait for the result of the hook command before proceeding to the Outline.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
## Outline
Expand Down Expand Up @@ -251,6 +252,7 @@ Check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- **Optional hook** (`optional: true`):
```
## Extension Hooks
Expand Down
2 changes: 2 additions & 0 deletions templates/commands/constitution.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ You **MUST** consider the user input before proceeding (if not empty).
Wait for the result of the hook command before proceeding to the Outline.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
## Outline
Expand Down Expand Up @@ -147,4 +148,5 @@ Check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
2 changes: 2 additions & 0 deletions templates/commands/implement.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ You **MUST** consider the user input before proceeding (if not empty).
Wait for the result of the hook command before proceeding to the Outline.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
## Outline
Expand Down Expand Up @@ -192,6 +193,7 @@ Check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- **Optional hook** (`optional: true`):
```
## Extension Hooks
Expand Down
2 changes: 2 additions & 0 deletions templates/commands/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ You **MUST** consider the user input before proceeding (if not empty).
Wait for the result of the hook command before proceeding to the Outline.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
## Outline
Expand Down Expand Up @@ -91,6 +92,7 @@ Check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- **Optional hook** (`optional: true`):
```
## Extension Hooks
Expand Down
2 changes: 2 additions & 0 deletions templates/commands/specify.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ You **MUST** consider the user input before proceeding (if not empty).
Wait for the result of the hook command before proceeding to the Outline.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
## Outline
Expand Down Expand Up @@ -253,6 +254,7 @@ Check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- **Optional hook** (`optional: true`):
```
## Extension Hooks
Expand Down
2 changes: 2 additions & 0 deletions templates/commands/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ You **MUST** consider the user input before proceeding (if not empty).
Wait for the result of the hook command before proceeding to the Outline.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
## Outline
Expand Down Expand Up @@ -111,6 +112,7 @@ Check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- **Optional hook** (`optional: true`):
```
## Extension Hooks
Expand Down
2 changes: 2 additions & 0 deletions templates/commands/taskstoissues.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ You **MUST** consider the user input before proceeding (if not empty).
Wait for the result of the hook command before proceeding to the Outline.
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently
## Outline
Expand Down Expand Up @@ -97,4 +98,5 @@ Check if `.specify/extensions.yml` exists in the project root.
Executing: `/{command}`
EXECUTE_COMMAND: {command}
```
After emitting the block above you MUST actually invoke the hook (run `/{command}`) and wait for it to finish before continuing — emitting `EXECUTE_COMMAND:` alone does not run it.
- If no hooks are registered or `.specify/extensions.yml` does not exist, skip silently