From workflow
Generates dated markdown issue specs in issues/ with task details and implementation plans. Clarifies with user queries. Stages in Git if possible.
npx claudepluginhub pchalasani/claude-code-tools --plugin workflowThis skill uses the workspace's default tool permissions.
There isn't a lot more to this than what the top level description says. The idea is
Creates structured GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.
Creates pre-planned GitHub issues from brainstormed conversation solutions, including Implementation Plan sections (Context, Exploration, Risks, Approach, Tasks) for fast Plan phase execution.
Creates formatted GitHub issues from conversation context with tag selection from git-msg-tags.md, prefixes like [plan][feat], and user confirmation before creation.
Share bugs, ideas, or general feedback.
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.