Claude Code Plugins

Community-maintained marketplace

Feedback

Set up a GitHub issue for development with branch, worktree, and planning doc.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name start-issue
description Set up a GitHub issue for development with branch, worktree, and planning doc. Use when user says "start issue", "work on issue

Start Issue Workflow

When the user wants to start working on a GitHub issue:

Prerequisites

Ensure dossier-tools is installed:

pip install dossier-tools

If not installed, help the user install it first.

Steps

  1. Extract the issue number from their request
  2. Run the setup workflow:
    dossier run imboard-ai/development/git/setup-issue-workflow
    
  3. When prompted for issue number, provide the extracted number
  4. Confirm successful setup with the user

What This Creates

  • A properly named branch (feature/123-title or bug/123-title)
  • A git worktree for isolated development
  • A PLANNING.md file to track implementation