Files
harness_coding_docs/docs/tasks/_template.md
T
chengmaandClaude Fable 5 795a852aa9 docs(tasks): make one-task-per-file the default task mode (H-409)
- docs/tasks/README.md: default mode for single and multi agent, drop switch narrative
- docs/06-tasks.md: demote to read-only roadmap (phases, milestones, backlog, suggested split list without status)
- progress.md: optional archive / project-level event log; execution records live in task files
- current-state.md: project-level snapshot; task status authoritative in task frontmatter
- sync all referencing docs (start-here, coding-rules, READMEs, adoption/clean-state checklists, method-map, evaluator-rubric)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 09:34:48 +08:00

662 B

id, title, phase, deps, status, created
id title phase deps status created
T-XXX 一句话任务名 1
TODO 【日期】

问题 / 背景

(现象、根因、为什么要做)

方案

(怎么改,落到"改哪个文件、改成什么")

验收要点

(可验证的完成标准;按「passing 需证据」写清跑哪个验证命令,不写"应该能用")

边界(不改什么)

(明确不碰的模块/流程)

执行记录

(做完在此记录:改了哪些文件、跑的验证命令与结果、阻塞、关键决策。 执行记录只写进本任务文件,不逐任务追加共享的 progress.md,避免多 agent 抢改共享文件。)