starting-issues

Create or reuse a GitHub issue worktree and enter Plan mode.

16|3|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/nuitsjp/spec-driven-docs-infra --skill starting-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: starting-issues
Source: https://github.com/nuitsjp/spec-driven-docs-infra/tree/main/.claude/skills/starting-issues
Command: npx skills add https://github.com/nuitsjp/spec-driven-docs-infra --skill starting-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.