added pi config files

This commit is contained in:
2026-05-27 14:09:18 +02:00
parent e29e48a633
commit 9eca6b572d
18 changed files with 1599 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
---
name: sdd-plan
description: Plan an SDD change through proposal, spec, design, and tasks.
---
## sdd-init
output: init.md
outputMode: file-only
progress: true
Initialize SDD context for {task} before planning. If `openspec/config.yaml` is missing, inspect the project and create it automatically. If it already exists, read it and report the current SDD/testing configuration without blocking the chain.
## sdd-proposal
reads: init.md
output: proposal.md
outputMode: file-only
progress: true
Create or update the OpenSpec proposal for {task}. Use prior exploration if it is available in the project artifacts.
## sdd-spec
reads: proposal.md
output: spec.md
outputMode: file-only
progress: true
Write delta specs for {task} using the proposal and previous output. Keep requirements and scenarios acceptance-focused.
## sdd-design
reads: proposal.md+spec.md
output: design.md
outputMode: file-only
progress: true
Design the technical approach for {task}. Preserve native SDD orchestration intent and identify review/judgment risks.
## sdd-tasks
reads: proposal.md+spec.md+design.md
output: tasks.md
outputMode: file-only
progress: true
Create reviewable strict-TDD implementation tasks for {task}. Include workload forecast and any required delivery decision.