Arguments
/issue {number}
/issue {description}
With number: Fetch the Issue and investigate/plan it.
Without number: Create a new Issue from the description. Before creating, check gh issue list for duplicates. If a duplicate exists, ask the user whether to use the existing Issue or create a new one.
Skills and plugins
Invoke via the Skill tool.
issue-planning: Create technical plan text for an Issue.feature-dev: Investigate codebase and assess impact.superpowers: Spawn parallel agents, create plans, review code.gh-issue-template: Issue template, labels, and formatting rules.
Workflow
Plan phase
Use the issue-planning skill to create a technical plan and write it to the Issue body.
Report
Present the plan to the user and ask whether to proceed with development.
- Proceed: Invoke the
prskill to continue with implementation. - Stop: End the workflow.