starting-issues

Community

Start issue work in a dedicated worktree.

Authornuitsjp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you start work on a GitHub issue by creating or reusing a dedicated worktree and guiding you into Plan mode for implementation.

Core Features & Use Cases

  • Dedicated worktree per issue: Create or reuse a worktree named fix-issue-<number> to isolate work.
  • Automatic branch naming: Uses the branch name fix-issue-<number> for focused work.
  • Issue selection: If no issue number is provided, list open issues and let you choose one.
  • Plan mode: Enter Plan Mode to lay out tasks and acceptance criteria before coding.
  • Use Case: Start a clean, traceable development flow for each GitHub issue.

Quick Start

Choose an issue number and run one of the setup scripts to create a worktree:

  • pwsh -File .claude/skills/starting-issues/scripts/Setup-Worktree.ps1 -Issue <番号>
  • bash ./scripts/setup-worktree.sh <番号> After the script returns, cd into the created worktree path and run EnterPlanMode to begin planning.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: starting-issues
Download link: https://github.com/nuitsjp/spec-driven-docs-infra/archive/main.zip#starting-issues

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.