From utils
Candango Plan. Thin Candango wrapper over Matt Pocock's to-prd skill. Use when the user wants to shape feature scope, clarify business rules, split uncertain work from ready work, identify dependencies, and produce a concise implementation-ready plan for later candango-issues, candango-uat, or candango-executor use.
How this skill is triggered — by the user, by Claude, or both
Slash command
/utils:candango-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `$to-prd` as the planning engine. Pass the context stored in `docs/features/<feature-slug>/context.md` as input.
Use $to-prd as the planning engine. Pass the context stored in docs/features/<feature-slug>/context.md as input.
Pass Candango's plan doc output target: docs/features/<feature-slug>/plan.md
npx claudepluginhub lucasbayma/skills --plugin candango-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.