plan-implementation
Draft or refine the implementation checklist from specs and current code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Draft or refine the implementation checklist from specs and current code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check whether this card's code meets the acceptance criteria
Write automated tests for unticked scenarios in this card's test cases
Draft edits to existing specs (or a new spec if no existing one fits) from the card description
Draft or refine the test-cases checklist for this card
Rebase onto latest upstream, checking for soft conflicts
Generate a context-rich briefing prompt for an external agent (Claude Code, Cursor, etc.)
| name | plan-implementation |
| description | Draft or refine the implementation checklist from specs and current code |
| label | Plan implementation |
| pill-order | {"specifying":8,"implementing":3} |
| jockey-hint | Surface when the user wants a concrete checklist but hasn't yet started coding. Demote once a plan with a healthy checklist exists on the card. |
| workhorse-version | 0.1.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.
Draft or refine the implementation checklist in the card's plan file. The plan turns the card's specs and any existing tech notes into a sequenced checklist of steps that Implement this can then work through.
.workhorse/plans/{card-id}/.workhorse/plans/{card-id}/plan.md with an H1 title, a short summary, and one or more checklist sectionsThe plan is a free-form working document, not a spec — checkboxes describe build steps, not product behaviour. See .workhorse/specs/plan/overview.md.