Example Result
What You Can Make
- A Python CLI script
- Sample input and output CSVs
- Pytest coverage
- A README and zip package
What To Prepare
- What the tool should do
- Input and output formats
- Rules or edge cases
- How you want to run it
Try This Prompt
Full Conversation
What Happycapy Does
- Turns requirements into code structure.
- Creates sample data and expected output.
- Runs the CLI in the sandbox.
- Runs tests and fixes issues.
- Packages the code for download or review.
Review Checklist
- Does the CLI accept input and output paths?
- Are classification rules readable?
- Do tests cover the core logic?
- Can someone run it from the README?
- Is the zip package complete?

