| name | start-working-doc |
| description | Start a working doc โ a drafting space where spec-level and implementation thinking co-exist before splitting into specs, plan, and test cases |
| label | Start working doc |
| pill-order | {"not-started":8,"specifying":13} |
| jockey-hint | Good fit for larger, epic-level cards where behaviour and implementation need shaping together before committing to specs. Low-traffic โ most cards skip it. Demote once a working doc exists on the card. |
| workhorse-version | 0.1.0 |
Your task: Start a working doc
If you don't already have this card's context (title, identifier, description) โ for instance when running outside Workhorse โ establish it first by following .agents/docs/card-context.md.
Scaffold a new working doc for this card. A working doc is a per-card drafting space where spec-level and implementation thinking co-exist before the card is split into its long-lived artefacts. It suits larger, epic-level cards; most cards don't need one.
- Read
.agents/docs/working-doc-format.md for the shape and voice of a working doc.
- Create the file at
.workhorse/working-docs/{card-id}/working-doc.md with status: draft frontmatter, an H1 title derived from the card, and a one-line overview. Keep it minimal โ do not pre-draft the body sections.
- Invite the user to keep talking โ workshopping behaviour and implementation together โ and accrue that conversation into the working doc under the sections in
.agents/docs/working-doc-format.md, rather than letting it flow into specs or the plan. Mention Split working doc as the move for when the shape is clear.
Do not start interviewing or drafting body content from this skill โ creation only.