What problem does it solve? Older workflows and handoff notes still reference the /issue command, but its work has been split across three separate skills, leaving operators unsure which one actually runs. This Skill resolves that ambiguity by forwarding the invocation to the correct successor instead of silently doing the wrong thing. ## Core Features & Use Cases - Argument-based routing: When the argument contains an issue number like #42, it loads and follows the plan skill, passing the argument through unchanged. - Safe stop on missing number: When no issue number is present, it names the task skill and stops rather than running a workflow that quietly drops the issue premise. - Backward compatibility: Preserves the behavior operators expect from muscle memory, since /issue ... #N historically invoked what is now the plan skill. - Use Case: An operator types /issue fix the login redirect #57 from an old runbook; the command forwards to the plan skill with the full argument, then notes that task and go accept the same input. ## Quick Start Invoke /issue followed by a description and an issue number such as #42 to have it forwarded to the plan skill.