Skip to main content
ClaudeWave
Skill1.9k repo starsupdated today

make-issue-spec

The make-issue-spec tool generates a detailed markdown specification document for a software development task. Use it when you need to create clear, comprehensive issue documentation that outlines requirements, acceptance criteria, and implementation details. The tool prompts for clarification on ambiguous requirements and automatically stages the resulting specification in Git if permissions allow.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/pchalasani/claude-code-tools /tmp/make-issue-spec && cp -r /tmp/make-issue-spec/plugins/workflow/skills/make-issue-spec ~/.claude/skills/make-issue-spec
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# 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.