implement
Implement a piece of work based on a PRD or set of issues.
Install
npx skills add https://github.com/ConnorGriffin/skills/tree/main/skills/drivers/implement
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install connorgriffin-skills@llmmart
git clone https://github.com/ConnorGriffin/skills.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole connorgriffin/skills collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
For a tracked ticket, consume its selected caller lifecycle and admitted lock. Do
not re-triage a valid lock, run more than one ticket verb in one session, or create
a competing current-branch path. triage, start, revise, and finalize stay
fresh sessions; start stops at its open pull request and finalize runs only
after human merge. Explicit operator overrides still control their stated scope.
For an untracked PRD, resolve the tracked path explicitly: ask whether the operator
wants a ticket filed, then route a yes through /ticket triage <id>. If the
operator explicitly declines, return that there is no tracked implementation path
rather than duplicating ticket's worktree, lock, review, commit, or PR procedure.
Files (skills)
-
agents
-
openai.yaml 199 B
interface: display_name: "Implement" short_description: "Build the work described in a PRD or issues" default_prompt: "Use $implement to build the work described in this PRD or set of issues."
-
-
SKILL.md 834 B
--- name: implement description: "Implement a piece of work based on a PRD or set of issues." --- For a tracked ticket, consume its selected caller lifecycle and admitted lock. Do not re-triage a valid lock, run more than one ticket verb in one session, or create a competing current-branch path. `triage`, `start`, `revise`, and `finalize` stay fresh sessions; `start` stops at its open pull request and `finalize` runs only after human merge. Explicit operator overrides still control their stated scope. For an untracked PRD, resolve the tracked path explicitly: ask whether the operator wants a ticket filed, then route a yes through `/ticket triage <id>`. If the operator explicitly declines, return that there is no tracked implementation path rather than duplicating ticket's worktree, lock, review, commit, or PR procedure.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.