Update prompts

This commit is contained in:
den (work)
2025-10-21 10:48:59 -07:00
parent 8e9d25e9be
commit 317ae4dad9
4 changed files with 11 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
description: Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
handoffs:
- label: Build Specification
agent: speckit.spec
agent: speckit.specify
prompt: Implement the feature specification based on the updated constitution. I want to build...
---

View File

@@ -4,7 +4,9 @@ handoffs:
- label: Create Tasks
agent: speckit.tasks
prompt: Break the plan into tasks
send: true
- label: Create Checklist
agent: speckit.checklist
prompt: Create a checklist for the following domain...
scripts:
sh: scripts/bash/setup-plan.sh --json
ps: scripts/powershell/setup-plan.ps1 -Json

View File

@@ -4,6 +4,9 @@ handoffs:
- label: Build Technical Plan
agent: speckit.plan
prompt: Create a plan for the spec
- label: Clarify Spec Requirements
agent: speckit.clarify
prompt: Clarify specification requirements
scripts:
sh: scripts/bash/create-new-feature.sh --json "{ARGS}"
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"

View File

@@ -1,6 +1,10 @@
---
description: Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
handoffs:
- label: Analyze For Consistency
agent: speckit.analyze
prompt: Start the implementation in phases
send: true
- label: Implement Project
agent: speckit.implement
prompt: Start the implementation in phases