Audit a repo for inconsistencies — stale docs, naming drift, structural asymmetry, test drift — and produce a tiered report, then grill the user on what to fix. Use when the user wants an inconsistency/consistency audit, asks to find contradictions or drift…
Commenting code conventions for this project. Use when writing or reviewing any Python code in this repo.
Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
Grill the user relentlessly about a plan or design. Then create a github issue with the description.
Create a GitHub pull request targeting main, with body auto-generated from the diff, using this repo's PR template. Use when the user wants to open a PR from the current branch.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.