Skip to content

Commit 895bcbe

Browse files
committed
Update prompts
1 parent 90f0652 commit 895bcbe

5 files changed

Lines changed: 28 additions & 2 deletions

File tree

templates/commands/constitution.md

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

5+
The user input to you can be provided directly by the agent or in `$ARGUMENTS` - you **MUST** consider it before proceeding with the prompt (if not empty).
6+
7+
User input:
8+
9+
$ARGUMENTS
10+
511
You are updating the project constitution at `/memory/constitution.md`. This file is a TEMPLATE containing placeholder tokens in square brackets (e.g. `[PROJECT_NAME]`, `[PRINCIPLE_1_NAME]`). Your job is to (a) collect/derive concrete values, (b) fill the template precisely, and (c) propagate any amendments across dependent artifacts.
612

713
Follow this execution flow:

templates/commands/implement.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ scripts:
55
ps: scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks
66
---
77

8-
Given the current feature context, do this:
8+
The user input to you can be provided directly by the agent or in `$ARGUMENTS` - you **MUST** consider it before proceeding with the prompt (if not empty).
9+
10+
User input:
11+
12+
$ARGUMENTS
913

1014
1. Run `{SCRIPT}` from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute.
1115

templates/commands/plan.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ scripts:
55
ps: scripts/powershell/setup-plan.ps1 -Json
66
---
77

8+
The user input to you can be provided directly by the agent or in `$ARGUMENTS` - you **MUST** consider it before proceeding with the prompt (if not empty).
9+
10+
User input:
11+
12+
$ARGUMENTS
13+
814
Given the implementation details provided as an argument, do this:
915

1016
1. Run `{SCRIPT}` from the repo root and parse JSON for FEATURE_SPEC, IMPL_PLAN, SPECS_DIR, BRANCH. All future file paths must be absolute.

templates/commands/specify.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ scripts:
55
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
66
---
77

8+
The user input to you can be provided directly by the agent or in `$ARGUMENTS` - you **MUST** consider it before proceeding with the prompt (if not empty).
9+
10+
User input:
11+
12+
$ARGUMENTS
13+
814
The text the user typed after `/specify` in the triggering message **is** the feature description. Assume you always have it available in this conversation even if `{ARGS}` appears literally below. Do not ask the user to repeat it unless they provided an empty command.
915

1016
Given that feature description, do this:

templates/commands/tasks.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ scripts:
55
ps: scripts/powershell/check-prerequisites.ps1 -Json
66
---
77

8-
Given the context provided as an argument, do this:
8+
The user input to you can be provided directly by the agent or in `$ARGUMENTS` - you **MUST** consider it before proceeding with the prompt (if not empty).
9+
10+
User input:
11+
12+
$ARGUMENTS
913

1014
1. Run `{SCRIPT}` from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute.
1115
2. Load and analyze available design documents:

0 commit comments

Comments
 (0)