mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-27 06:27:28 +08:00
Enhance spec-driven coding workflow
This commit is contained in:
14
checklist.md
Normal file
14
checklist.md
Normal 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
|
||||
Reference in New Issue
Block a user