Enhance spec-driven coding workflow

This commit is contained in:
lpf
2026-03-09 13:24:55 +08:00
parent d1abd73e63
commit 6089f4e7c4
26 changed files with 1388 additions and 717 deletions

View 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

View 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
-

View File

@@ -0,0 +1,12 @@
# Task Breakdown (tasks.md)
## Workstreams
### 1.
- [ ]
### 2.
- [ ]
## Progress Notes
-