# Chill

> Stop overengineering and reinventing the wheel. Use ONLY when the user explicitly invokes /chill or asks to simplify an approach that has become unnecessarily complex.

- Skill: `timmo001/chill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add timmo001/chill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/timmo001/chill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: timmo001 (https://skillmd.com/u/timmo001)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/timmo001/chill

---


# Chill

Load and apply `evidence-first` and `changeset-scope` before reassessing the approach.

Reassess the current approach and choose the smallest ordinary solution that meets the stated requirement.

Prefer existing code, dependencies, platform features, and established project patterns over new abstractions or custom machinery. Remove speculative flexibility, premature generalisation, unnecessary helpers, and work not required now.

Preserve complexity that is justified by concrete constraints, correctness, or evidence. Briefly state the simpler approach, then follow it if implementation was requested. Do not use simplification as a reason to discard requirements or widen the task.

