%%{init: {'theme': 'default', 'flowchart': {'nodeSpacing': 20, 'rankSpacing': 30}}}%% flowchart LR A["EXPLORE"] --> B["PLAN"] B --> C["IMPLEMENT"] C --> D["COMMIT"]
%%{init: {'theme': 'default', 'flowchart': {'nodeSpacing': 20, 'rankSpacing': 30}}}%% flowchart TD A["RED: Write failing test"] --> B["GREEN: Implement to pass"] B --> C["REFACTOR: Clean up"] C -->|"next feature/fix"| A
%%{init: {'theme': 'default', 'flowchart': {'nodeSpacing': 20, 'rankSpacing': 30}}}%% flowchart LR A["Paste Error"] --> B["Trace Source"] B --> C["Fix Code"] C --> D["Verify Tests"]
%%{init: {'theme': 'default', 'flowchart': {'nodeSpacing': 20, 'rankSpacing': 30}}}%% flowchart LR A["Claude Code"] --> B["Output"] B --> C["Judge LLM"]