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 and node_modules is ready. When omitted, set up a new branch from main (Step 2).

Workflow

Step 1 — Pick the next issue (when issue is omitted)

Installs
1
Repository
paulund/ai
GitHub Stars
3
First Seen
May 9, 2026
dev-implement — paulund/ai