plan:issue-analyzer

Analyze GitHub issues into phased investigation and TDD planning outputs.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sorafujitani/claudedot --skill plan-issue-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan:issue-analyzer
Source: https://github.com/sorafujitani/claudedot/tree/main/skills/plan%3Aissue-analyzer
Command: npx skills add https://github.com/sorafujitani/claudedot --skill plan-issue-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

OSSのissue・バグレポート・機能提案を4フェーズで段階的に分析し、TDDベースの実装計画を作成する。コード変更は行わず調査・分析・計画のみ。 以下の場合に使用: (1) OSSバグの原因特定と修正計画立案 (2) OSSへの機能追加の設計と計画 (3) GitHub Issue/Discussionの深掘り分析 (4) OSSコントリビューション前の学習と理解

Core Features & Use Cases

  • 四フェーズ分析フレームワークでIssue/Discussionを構造化
  • フェーズ完了後の確認ゲートとユーザーの明示的なOKを前提とした次フェーズ進行
  • 最終成果として .claude/plans/ 配下にTDD実装計画ファイルを生成・保存

Quick Start

Use the issue-analyzer to analyze a GitHub issue and generate a phased plan.

Frequently Asked Questions about plan:issue-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a TDD planning workflow from a GitHub issue?

To create a TDD planning workflow from a GitHub issue, the analyzer processes the issue through Investigation, Learning, Approach Comparison, and TDD planning phases, outputting a structured implementation plan saved to the .claude/plans directory.

What is the best way to analyze OSS bug reports before contributing code?

Analyzing OSS bug reports before contributing code is best handled by applying a phased investigation framework that guides users through structured learning and approach comparison without making code changes, ensuring thorough root cause analysis.

Can I use this issue-analyzer for GitHub Discussions and feature requests?

Yes, you can use this issue-analyzer for GitHub Discussions and feature requests. It accepts descriptive problem statements and converts them into structured, phase-driven investigation and TDD planning outputs.

How does phase management work during issue analysis?

Phase management during issue analysis works by enforcing completion gates after each stage. The analyzer requires explicit user confirmation to proceed, delivering phase summaries and learning prompts throughout the workflow.

Does the analyzer modify repository code when generating an implementation plan?

No, the analyzer does not modify repository code when generating an implementation plan. It strictly performs investigation, analysis, and planning tasks, outputting only TDD-based planning artifacts to the .claude/plans directory.