wt-writing-tasks
Installation
SKILL.md
WT Writing Tasks
Write each TaskDocument body as an implementation-grade plan the launched agent can execute without rediscovering the work. The agent starts in a fresh worktree with zero conversation context; the body is its only guaranteed input. Spec files support the body, they do not replace it.
Canonical location
- The TaskDocument body at
<repo-root>/.wt/execution/tasks/<slug>.tomlis the canonical home of implementation steps. - The spec's
03-Architect/07-tasks.mdkeeps the slice graph only: slice titles, dependencies, parallel groups, execution shape, and the path of each TaskDocument. Do not duplicate step detail there. - The body may reference
planning/specs/<slug>/files for rationale and durable contracts, but the agent must be able to execute from the body alone.