Software craftsman focused on developer tooling, lean code, and anti-slop workflows.
⚡ Featured Project: waitsec
"Hold on. Think first. Code less."
Practical guardrails that prevent AI coding agents from bloated diffs, overengineering, and blind assumptions.
Most AI assistants (Kilo Code, Cursor, Cline, Claude Code) move too fast and assume too much:
- You ask for a small tweak, and the AI creates ten new abstraction layers.
- You report a one-line bug, and the AI modifies five unrelated files.
- You give a vague requirement, and the AI invents database schemas without asking.
waitsec acts as a practical brake:
| Guardrail | What It Does |
|---|---|
ask-first |
Forces AI to clarify missing requirements before writing code instead of guessing. |
anti-overengineering |
Rejects unneeded design patterns, DTOs, and speculative abstractions for simple tasks. |
small-diff |
Restricts code changes strictly to what solves the prompt without collateral edits. |
debug-first |
Mandates inspecting stack traces and root causes before touching code. |
npx waitsecWorks out of the box with Kilo Code, Cline, Cursor, Google Antigravity, Claude Code, and Laravel / PHP (Composer).
👉 View the Repository & Documentation →
