Skip to content

Commit 74dfcbc

Browse files
fix: Add section headers to prompt documentation for improved clarity
1 parent 2f0508f commit 74dfcbc

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

.github/prompts/constitution.prompt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
description: Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
33
---
44

5+
# Constitution
6+
57
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
68

79
User input:

.github/prompts/implement.prompt.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
description: Execute the implementation plan by processing and executing all tasks defined in tasks.md
33
---
44

5+
# Implement
6+
57
The user input can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
68

79
User input:
@@ -26,7 +28,7 @@ $ARGUMENTS
2628

2729
4. Execute implementation following the task plan:
2830
- **Phase-by-phase execution**: Complete each phase before moving to the next
29-
- **Respect dependencies**: Run sequential tasks in order, parallel tasks [P] can run together
31+
- **Respect dependencies**: Run sequential tasks in order, parallel tasks [P] can run together
3032
- **Follow TDD approach**: Execute test tasks before their corresponding implementation tasks
3133
- **File-based coordination**: Tasks affecting the same files must run sequentially
3234
- **Validation checkpoints**: Verify each phase completion before proceeding

.github/prompts/plan.prompt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
description: Execute the implementation planning workflow using the plan template to generate design artifacts.
33
---
44

5+
# Plan
6+
57
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
68

79
User input:

.github/prompts/specify.prompt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
description: Create or update the feature specification from a natural language feature description.
33
---
44

5+
# Specify
6+
57
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
68

79
User input:

.github/prompts/tasks.prompt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
description: Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
33
---
44

5+
# Tasks
6+
57
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
68

79
User input:

0 commit comments

Comments
 (0)