You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/prompts/constitution.prompt.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
description: Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
3
3
---
4
4
5
+
# Constitution
6
+
5
7
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).
Copy file name to clipboardExpand all lines: .github/prompts/implement.prompt.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
description: Execute the implementation plan by processing and executing all tasks defined in tasks.md
3
3
---
4
4
5
+
# Implement
6
+
5
7
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).
6
8
7
9
User input:
@@ -26,7 +28,7 @@ $ARGUMENTS
26
28
27
29
4. Execute implementation following the task plan:
28
30
-**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
30
32
-**Follow TDD approach**: Execute test tasks before their corresponding implementation tasks
31
33
-**File-based coordination**: Tasks affecting the same files must run sequentially
32
34
-**Validation checkpoints**: Verify each phase completion before proceeding
Copy file name to clipboardExpand all lines: .github/prompts/plan.prompt.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
description: Execute the implementation planning workflow using the plan template to generate design artifacts.
3
3
---
4
4
5
+
# Plan
6
+
5
7
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).
Copy file name to clipboardExpand all lines: .github/prompts/specify.prompt.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
description: Create or update the feature specification from a natural language feature description.
3
3
---
4
4
5
+
# Specify
6
+
5
7
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).
Copy file name to clipboardExpand all lines: .github/prompts/tasks.prompt.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
description: Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
3
3
---
4
4
5
+
# Tasks
6
+
5
7
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).
0 commit comments