Skip to content

Commit 115b433

Browse files
committed
Prompt updates
1 parent 37e87c7 commit 115b433

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

templates/commands/clarify.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
description: Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
3+
handoffs:
4+
- label: Build Technical Plan
5+
agent: speckit.plan
6+
prompt: Create a plan for the spec. I am building with...
37
scripts:
48
sh: scripts/bash/check-prerequisites.sh --json --paths-only
59
ps: scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly

templates/commands/specify.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ description: Create or update the feature specification from a natural language
33
handoffs:
44
- label: Build Technical Plan
55
agent: speckit.plan
6-
prompt: Create a plan for the spec
6+
prompt: Create a plan for the spec. I am building with...
77
- label: Clarify Spec Requirements
88
agent: speckit.clarify
99
prompt: Clarify specification requirements
10+
send: true
1011
scripts:
1112
sh: scripts/bash/create-new-feature.sh --json "{ARGS}"
1213
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"

0 commit comments

Comments
 (0)