From utils
Candango Issues. Thin Candango wrapper over Matt Pocock's to-issues skill. Convert a feature plan into implementation issues, stories, tasks, and subtasks. Use when the user wants issues saved to GitHub Issues, Linear, Jira, or local markdown, with dependencies, acceptance criteria, AFK/HITL classification, and autonomous-execution-ready issue bodies. Always writes a local Markdown issue index under docs/features using the feature slug, even when also publishing to GitHub, Linear, Jira, or another tracker.
How this skill is triggered — by the user, by Claude, or both
Slash command
/utils:candango-issuesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `$to-issues` as the issue-slicing engine.
Use $to-issues as the issue-slicing engine.
Before use $to-issues, confirm with user the tracker (GitHub, Linear, Jira, or other), besides the markdown file
Then, convert each $to-issues issue to issue-template.md and store them in docs/features/<feature-slug>/issues.md.
Hard rule: do not write issues.md, create tracker issues, or mutate any tracker until the user explicitly approves the proposed issue breakdown.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub lucasbayma/skills --plugin candango-skills