dev-implement
Installation
SKILL.md
Dev Implement
Implement one issue with TDD on a branch and push the result. Scope ends at the push — opening the PR and verifying the build are separate jobs.
Inputs
When invoked with arguments, the first line of the prompt may carry a context envelope as JSON:
{ "issue": 582, "branch": "agent/issue-582-foo" }
issue— when set, work on this specific issue. When omitted, pick the next ready one (Step 1).branch— when set, the worktree is already on this branch andnode_modulesis ready. When omitted, set up a new branch frommain(Step 2).