From workflow
Generates dated markdown issue specs in issues/ with task details and implementation plans. Clarifies with user queries. Stages in Git if possible.
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 pchalasani/claude-code-tools --plugin workflowCreates structured GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.
Manages sudocode specs and issues: view (show_spec, list_issues), create/modify (upsert_spec, upsert_issue), plan features, build dependency graphs, add feedback. Supports markdown editing and Obsidian-style links.
Creates well-structured GitHub issues using gh CLI with templates for bugs, features, tasks including titles, descriptions, acceptance criteria, and labels. Use for filing bugs or feature requests.