Prompt updates

This commit is contained in:
den (work)
2025-10-21 14:44:17 -07:00
parent 37e87c78a0
commit 115b4335d9
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
---
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.
handoffs:
- label: Build Technical Plan
agent: speckit.plan
prompt: Create a plan for the spec. I am building with...
scripts:
sh: scripts/bash/check-prerequisites.sh --json --paths-only
ps: scripts/powershell/check-prerequisites.ps1 -Json -PathsOnly

View File

@@ -3,10 +3,11 @@ description: Create or update the feature specification from a natural language
handoffs:
- label: Build Technical Plan
agent: speckit.plan
prompt: Create a plan for the spec
prompt: Create a plan for the spec. I am building with...
- label: Clarify Spec Requirements
agent: speckit.clarify
prompt: Clarify specification requirements
send: true
scripts:
sh: scripts/bash/create-new-feature.sh --json "{ARGS}"
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"