What problem does it solve?
When AI assistance makes thorough work nearly as fast as quick hacks, developers still default to shortcuts that accumulate technical debt. This Skill forces every decision point through a structured scoring rubric so the higher-quality option is chosen deliberately, not by habit.
Core Features & Use Cases
- Thoroughness Rating Scale: Scores every option T:1-10 based on edge cases, tests, types, docs, and error handling, with a defined rubric for each level.
- Effort Delta Comparison: Presents manual vs AI-assisted time estimates side by side so the marginal cost of doing things properly is explicit.
- Scope Classification: Distinguishes contained work (score and execute) from unbounded work (break into shippable pieces before scoring).
- Use Case: When adding rate limiting to an API endpoint, the Skill presents a full sliding-window Redis-backed limiter (T:9, ~20 min with AI) versus a basic in-memory counter (T:4, ~5 min), then recommends the thorough option with the concrete delta.
Quick Start
Ask the AI to score the implementation options for your current task using thoroughness scoring and recommend the highest-rated approach.