mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-13 06:47:30 +08:00
15 lines
774 B
Markdown
15 lines
774 B
Markdown
# 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
|