Issue-Driven Development Overview The master coding process. Every step references specific skills. Follow in order. Core principle: No work without an issue. No shortcuts. No exceptions. Announce at start: "I'm using issue-driven-development to implement this work." Before Starting Create TodoWrite items for each step you'll execute. This is not optional. The 13-Step Process Step 1: Issue Check Question: Am I working on a clearly defined GitHub issue that is tracked in the project board? Actions: - If no issue exists → Create one using skill - If issue is vague → Ask questions, UPDATE the is…