Claude-code-tools make-issue-spec

Create a markdown document that describes a specific task along with

install
source · Clone the upstream repo
git clone https://github.com/pchalasani/claude-code-tools
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/pchalasani/claude-code-tools "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/workflow/skills/make-issue-spec" ~/.claude/skills/pchalasani-claude-code-tools-make-issue-spec && rm -rf "$T"
manifest: plugins/workflow/skills/make-issue-spec/SKILL.md
source content

make-issue-spec

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.