mirror of
https://github.com/github/spec-kit.git
synced 2026-02-03 22:43:08 +00:00
Update prompts
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
description: Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
|
description: Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
|
||||||
handoffs:
|
handoffs:
|
||||||
- label: Build Specification
|
- label: Build Specification
|
||||||
agent: speckit.spec
|
agent: speckit.specify
|
||||||
prompt: Implement the feature specification based on the updated constitution. I want to build...
|
prompt: Implement the feature specification based on the updated constitution. I want to build...
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ handoffs:
|
|||||||
- label: Create Tasks
|
- label: Create Tasks
|
||||||
agent: speckit.tasks
|
agent: speckit.tasks
|
||||||
prompt: Break the plan into tasks
|
prompt: Break the plan into tasks
|
||||||
send: true
|
- label: Create Checklist
|
||||||
|
agent: speckit.checklist
|
||||||
|
prompt: Create a checklist for the following domain...
|
||||||
scripts:
|
scripts:
|
||||||
sh: scripts/bash/setup-plan.sh --json
|
sh: scripts/bash/setup-plan.sh --json
|
||||||
ps: scripts/powershell/setup-plan.ps1 -Json
|
ps: scripts/powershell/setup-plan.ps1 -Json
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ handoffs:
|
|||||||
- label: Build Technical Plan
|
- label: Build Technical Plan
|
||||||
agent: speckit.plan
|
agent: speckit.plan
|
||||||
prompt: Create a plan for the spec
|
prompt: Create a plan for the spec
|
||||||
|
- label: Clarify Spec Requirements
|
||||||
|
agent: speckit.clarify
|
||||||
|
prompt: Clarify specification requirements
|
||||||
scripts:
|
scripts:
|
||||||
sh: scripts/bash/create-new-feature.sh --json "{ARGS}"
|
sh: scripts/bash/create-new-feature.sh --json "{ARGS}"
|
||||||
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
|
ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}"
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
description: Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
|
description: Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
|
||||||
handoffs:
|
handoffs:
|
||||||
|
- label: Analyze For Consistency
|
||||||
|
agent: speckit.analyze
|
||||||
|
prompt: Start the implementation in phases
|
||||||
|
send: true
|
||||||
- label: Implement Project
|
- label: Implement Project
|
||||||
agent: speckit.implement
|
agent: speckit.implement
|
||||||
prompt: Start the implementation in phases
|
prompt: Start the implementation in phases
|
||||||
|
|||||||
Reference in New Issue
Block a user