Skip to content
View fastroware's full-sized avatar

Block or report fastroware

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fastroware/README.md

Hey, I'm fastroware 👋

Software craftsman focused on developer tooling, lean code, and anti-slop workflows.


waitsec npm packagist


⚡ Featured Project: waitsec

"Hold on. Think first. Code less."
Practical guardrails that prevent AI coding agents from bloated diffs, overengineering, and blind assumptions.


Why waitsec?

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.

Quick Install

npx waitsec

Works out of the box with Kilo Code, Cline, Cursor, Google Antigravity, Claude Code, and Laravel / PHP (Composer).

👉 View the Repository & Documentation →


📊 GitHub & Language Stats

Top Languages

GitHubNPMPackagist

Pinned Loading

  1. password-manager password-manager Public

    Offline password manager with encrypted local storage and user-friendly interface using python.

    Python

  2. lumpiajs lumpiajs Public

    JavaScript

  3. waitsec waitsec Public

    Practical guardrails for AI coding agents. Hold on, think first, code less. Stops over-engineering and keeps changes minimal.

    JavaScript 1