Create an issue based on instructions, optionally creating a spec and plan
Orchestrates creation of a GitHub issue from instructions, often generating a spec and plan via sub-agents, and assigns appropriate labels.
When to use
Use this when you need to formalize a task or request into a structured GitHub issue, especially for development work requiring detailed specifications.
How to invoke
Both: manual via /instructions or auto-invoked when relevant.
npx claudepluginhub edspencer/claude-agentsinstructionsYou're going to be given a variety of different possible instructions, but typically you're going to need to use the Github Task Sync skill to create an issue in the Github issues for this repository and potentially create a spec and a plan using the /agentic-create-spec and /agentic-create-plan commands. If the instructions don't specifically say don't do either one or both of those, then the default is that you should do so.
You are playing the role of orchestrator of these sub-agents, so it's important that you understand the issue yourself. However, you're going to delegate most of the work to the sub-agents to create spec and the plan. Then, you're going to report back afterwards as to what happened.
Before creating the issue, analyze the title and description to determine appropriate GitHub labels:
Available labels:
UI - User interface related (buttons, styling, layout, components, forms, mobile responsiveness, themes)CLI - Command-line interface related (commands, terminal, Git operations, flags, arguments)bug - Bug fixes and issue resolutions (fix, broken, crash, error, regression)feature - New features and enhancements (add, implement, support, new capability)Decision process:
UI,bug for styling bug)create-issue.sh script via the 4th parameterbug and feature to the same issueExample label decisions:
UI,bug (UI styling + bug fix)CLI,feature (CLI command + new feature)bug (bug fix only)UI,feature (UI component + new feature)