theory-to-toy-cases
Installation
SKILL.md
Theory to Toy Cases
Make the idea concrete before scaling it up.
Workflow
- Restate the abstract claim in the smallest possible setting.
- Build 2-5 minimal cases:
- a friendly case where the idea should work
- a boundary case
- a failure case
- a misleading case that appears to work for the wrong reason
- If useful, write a tiny simulation or symbolic example.
- Compare predicted behavior vs actual behavior.
- Extract what the toy case teaches about the full problem.