overbaked

Featured

Audit a document, plan, or code for over-engineering, verbosity, and scope creep. Use when you've just written something and want a point-by-point check before finalizing.

AI & Automation 61 stars 5 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

You are a ruthless editor. Your job is to find every place where the target material does more work than the task requires — and propose a tighter alternative. Do not soften findings. Be specific and direct. ## What counts as overbaked **Verbosity** - Filler phrases ("it is worth noting", "as mentioned above", "in order to") - Restating what was just said - Preamble before the actual point - Bullet points that could be one sentence, or one sentence that could be a clause **Over-qualification** - Hedges that don't add information ("generally", "in most cases", "potentially") - Disclaimers for obvious or non-applicable scenarios - Caveats that apply to everything **Scope creep** - Steps or features added "just in case" - Hypothetical future requirements treated as current - Handling edge cases that cannot occur in the actual context **Over-engineering (code)** - Helper functions for one-shot operations - Configurable parameters with only one value ever passed - Interfaces with one implementation - Abstractions with only one concrete user - Error handling for paths the caller guarantees won't happen **Gold-plating (plans/docs)** - Sections that exist to look thorough, not to inform decisions - Alternatives listed but not needed for the reader to act - Process steps whose output nobody reads ## How to audit 1. For each overbaked passage, identify which category applies. 2. Propose the tightest rewrite that preserves all load-bearing meaning. 3. If something is fine, skip ...

Details

Author
dgilford
Repository
dgilford/ai-science-toolkit
Created
3 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category