split-working-doc
Split a working doc into the card's specs, plan, and test cases once its shape is clear
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Split a working doc into the card's specs, plan, and test cases once its shape is clear
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check whether this card's code meets the acceptance criteria
Run a quick UX/UI workshop using ASCII-art sketches
Write automated tests for unticked scenarios in this card's test cases
Review code changes on this card for likely bugs, regressions, and missed edges
Cherry-pick post-merge commits onto a new follow-up branch
Maintain a support docs pack — dedup, length budgets, and no splintering — and land changes as a reviewed pull request. Use when a support thread, or a hand-off from Support assist, surfaces a new resolution, a correction to an existing one, or a deployment quirk worth recording. Not for ordinary code changes.
| name | split-working-doc |
| description | Split a working doc into the card's specs, plan, and test cases once its shape is clear |
| label | Split working doc |
| pill-order | {"specifying":8} |
| jockey-hint | Surface as soon as the card has a working doc in draft — the moment it exists, regardless of how developed it looks. On cards with no draft working doc, do not include in pills or suggestions at all. |
| workhorse-version | 0.2.0 |
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.
Separate the material in the card's working doc into its long-lived and card-scoped artefacts. Read .agents/docs/working-doc-format.md and .agents/docs/spec-format.md first.
.workhorse/working-docs/{card-id}/working-doc.md..agents/docs/spec-format.md. Default to editing existing specs..workhorse/plans/{card-id}/plan.md (see .workhorse/specs/plan/overview.md)..workhorse/test-cases/{card-id}/ (see .workhorse/specs/test-cases/overview.md).status to complete. Leave the doc itself in place — it stays as the record of the reasoning.Generate or update mockups for any UI-facing behaviour as part of the split, following the Design sourcing process from your system prompt.