thread-master/.grok/skills/spec-driven/references/templates/task.md

55 lines
676 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# T### — <短標題>
> Status: `todo` | `doing` | `done` | `blocked`
> Milestone: `M#`
> Est. change: `~NNN lines` (target 100200)
## Goal
完成後系統應:<一句可驗證的 Done>
## Depends on
- T###(若無:`—`
## Inputs
- 讀取 / 依賴:
- 檔案:
- 既有能力 / API
- Spec 段落:
## Outputs
### 程式變更(預期路徑)
| 路徑 | 動作 | 說明 |
|------|------|------|
| | add/edit/delete | |
### 行為變更
-
### API / 契約(若有)
-
## Out of scope
-
## Acceptance
- [ ]
- [ ] 指令:
```bash
# e.g.
cd backend && go test ./path/...
```
## Notes
<可選實作提示非必做細節>