From just-claude-things
Use when ready to break complete requirements + tech design into independently-shippable, tracker-agnostic issues. Outputs a markdown file using tracer-bullet vertical slices. Triggers include "break into tickets", "create issues", "slice the work", "issue list", "what should we build first".
How this skill is triggered — by the user, by Claude, or both
Slash command
/just-claude-things:to-issuesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert a complete requirements doc + complete tech design into a markdown
Convert a complete requirements doc + complete tech design into a markdown issue list. Tracer-bullet vertical slices. Tracker-agnostic — output is a markdown file devs choose how to import.
docs/requirements/<slug>.md with status: completedocs/tech-design/<slug>.md with status: completedocs/issues/<slug>.md — see ISSUE-FORMAT.md.
PREREQ-CHECK.md. Refuse if either prereq is missing or
in-progress.FR-XXX from requirements (need issue coverage)OQ-XXX from requirements (need spike issues)D-XXX from tech design frontmatter deferred[] (need spike issues)SLICING-HEURISTICS.md. Each slice is
end-to-end and demoable. Acceptance criteria come from the FR's criteria.docs/issues/<slug>.md per ISSUE-FORMAT.md. Include the
mermaid dependency graph at top.python tools/validate-issues.py docs/issues/<slug>.md
from repo root. If it fails, fix and re-run. Do not declare complete until
validator exits 0.NEG-AUDIT.md. Focus:
status: complete only if validator and neg-audit both pass.Most decisions are upstream. Skill grills only when:
ISSUE-FORMAT.mdSLICING-HEURISTICS.mdtools/validate-issues.pyGRILL-LOOP.md, PREREQ-CHECK.md, FRONTMATTER-FORMAT.md, NEG-AUDIT.mdnpx claudepluginhub smalls257/just-claude-things --plugin just-claude-thingsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.