arc-planning-github-issues
Installation
SKILL.md
Planning GitHub Issues
Creates detailed implementation plans for GitHub issues by analyzing the codebase, breaking work into ordered tasks, and posting the plan as a comment on the issue.
Workflow
- Read the issue using
gh issue view <number> - Analyze the codebase — read all files referenced in the issue's Context section and any related files
- Create the plan with ordered tasks, file changes, and test strategy
- Post the plan as a comment on the issue using
gh issue comment - Move the issue to "In Progress" on the project board if applicable
Plan Format
Every plan must follow this structure posted as an issue comment:
## Implementation Plan