From workflow
Creates a markdown issue specification document with a concise implementation plan, saved to issues/ directory and staged in Git.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow:make-issue-specThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
There isn't a lot more to this than what the top level description says. The idea is
There isn't a lot more to this than what the top level description says. The idea is for this issue spec to contain a clear specification of what is needed. Make sure to ask the user any questions for parts that you're not sure of or are under specified. Stage this in Git if you have permissions.
npx claudepluginhub johnny-rice/claude-code-tools --plugin workflowCreates a markdown issue specification document with a concise implementation plan, saved to issues/ directory and staged in Git.
Creates structured GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.
Generates structured GitHub Issues with title, body, and plan sections. Uses gh CLI and integrates with /challenge, /research, /think artifacts.