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

14
checklist.md Normal file
View File

@@ -0,0 +1,14 @@
# Verification Checklist (checklist.md)
- [x] Built-in `spec-coding` skill added
- [x] Scaffold script added for `spec.md`, `tasks.md`, and `checklist.md`
- [x] Shared markdown templates added under the skill
- [x] Workspace policy updated to prefer spec-driven coding for non-trivial implementation work
- [x] Agent context loads active project spec docs when present
- [x] Missing project spec docs auto-initialize for coding tasks only
- [x] `tasks.md` auto-tracks current coding turn progress
- [x] Completed items can be reopened automatically on later debugging / retry work
- [x] Context loading has tests for presence and truncation
- [x] README documents the workflow
- [x] Go tests pass for affected packages
- [x] No known missing follow-up inside current scope