What I did
I turned football rules and team constraints into a testable browser workflow.
I translated football rules, team constraints, and play-design ideas into requirements, then directed Claude and ChatGPT through the build, testing, debugging, and revision of a working browser prototype.
1Defined what users needed to control and what the simulator needed to display.
2Tested each version, identified interface and simulation problems, and documented what needed to change.
3Directed revisions to route logic, defender behavior, rule handling, the generator, storage, and results.
Runtime boundary
The AI helped build it. The finished tool runs in the browser.
The deployed prototype does not call a live model, external API, or backend. Its controls, animation, scoring, route search, playbook, and exports execute locally.
ClaudeUsed for AI-assisted implementation and iterative changes as I translated product requirements into the working prototype.
ChatGPTUsed for QA, debugging, browser testing, and a rebuild pass that refined the standalone prototype.
Browser runtimeStandalone HTML, CSS, and JavaScript execute the interactive prototype.