mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 03:47:29 +08:00
Enhance spec-driven coding workflow
This commit is contained in:
8
workspace/skills/spec-coding/templates/checklist.md
Normal file
8
workspace/skills/spec-coding/templates/checklist.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Verification Checklist (checklist.md)
|
||||
|
||||
- [ ] Scope implemented
|
||||
- [ ] Edge cases reviewed
|
||||
- [ ] Tests added or updated where needed
|
||||
- [ ] Validation run
|
||||
- [ ] Docs / prompts / config updated if required
|
||||
- [ ] No known missing follow-up inside current scope
|
||||
21
workspace/skills/spec-coding/templates/spec.md
Normal file
21
workspace/skills/spec-coding/templates/spec.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Project Scope (spec.md)
|
||||
|
||||
## Overview
|
||||
- What is being built:
|
||||
- Why this change is needed:
|
||||
- Desired outcome:
|
||||
|
||||
## In Scope
|
||||
-
|
||||
|
||||
## Out of Scope
|
||||
-
|
||||
|
||||
## Decisions
|
||||
-
|
||||
|
||||
## Tradeoffs
|
||||
-
|
||||
|
||||
## Risks / Open Questions
|
||||
-
|
||||
12
workspace/skills/spec-coding/templates/tasks.md
Normal file
12
workspace/skills/spec-coding/templates/tasks.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Task Breakdown (tasks.md)
|
||||
|
||||
## Workstreams
|
||||
|
||||
### 1.
|
||||
- [ ]
|
||||
|
||||
### 2.
|
||||
- [ ]
|
||||
|
||||
## Progress Notes
|
||||
-
|
||||
Reference in New Issue
Block a user