roast-me
Thesis
Code is cheap now. Judgment is not. This skill exists to stop planning theatre, vague intent, and suspiciously polished nonsense from gliding past review on charm alone.
Use it when you need to
- pressure-test a plan before implementation
- interrogate a diff, PR, spec, ADR, or architecture note
- turn "looks fine" into explicit reasons
- expose where the work is correct, brittle, misaligned, or under-justified
Operating mode
- Work from evidence, not vibes.
- Pull one issue into focus at a time.
- Ask one question at a time. This is a roast, not a hostage negotiation.
- For each issue, state the concern, why it matters, and the answer or fix you would actually back.
- Prefer constraints, trade-offs, and reasons over open-ended brainstorming.
- Check for intent drift, architectural fit, integration risk, edge cases, maintainability, and silent regressions.
More from shihyuho/skills
lessons-learned
Use when starting, executing, or finishing non-trivial implementation tasks where reusable constraints may matter. Recall relevant lessons before work, capture reusable corrections or discoveries during and after work, and keep project memory in `docs/lessons/`.
103fanfuaji
Use when user requests Chinese terminology conversion, checking, or ensuring terminology - "使用繁體中文", "使用台灣用語", "轉換成台灣用語", "確保都是台灣用語", "統一台灣用語", "改成台灣用語", "用台灣的說法", "簡體轉繁體", "繁體轉簡體", "全部改成繁體", "轉成台灣繁體", check/ensure Taiwan/Hong Kong/China terminology, simplified/traditional conversion, or phonetic transcription (Pinyin/Bopomofo)
60executing-plans-preflight
Use before any implementation start — auto-detects and fixes git state issues (branch, dirty files, remote sync) with one confirmation per fix. Trigger on "start implementation", "implement this plan", "start coding", "execute plan", "開始實作", "執行計劃", or any signal that coding is about to begin.
42agent-install-guide
Use when creating INSTALL.md, setup guides, or configuration instructions intended to be executed by AI agents.
35harvest
Capture project memory from planning-with-files source-of-truth into Obsidian-compatible second-brain notes in docs/notes. Use for milestone summaries, decision capture, and timeline snapshots. Trigger on: harvest, /harvest, harvest this, save this to second brain, save what we just did, document this work, capture this knowledge.
29skill-design
Design and refactor Agent Skills with concise, high-signal instructions and explicit trigger metadata. Use when creating a new skill, revising SKILL.md/README.md structure, or improving skill discoverability and portability.
27