Claude Skill

implement

Implement a piece of work based on a PRD or set of issues.

LLM Mart · 0 points · 11 views 36 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download ConnorGriffin-skills-skills_drivers_implement-872be56.zip · 0 KB
Part of connorgriffin/skills — 25 skills

Install

skills CLI npx skills add https://github.com/ConnorGriffin/skills/tree/main/skills/drivers/implement
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install connorgriffin-skills@llmmart
Git 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.

No comments yet.

Reviews (0)

No reviews yet.

Related