execution-guardian
Installation
SKILL.md
Execution Guardian
The Default Being Overridden
Left unchecked, LLMs default to:
- Executing destructive operations eagerly when a task "implies" them
- Proceeding with ambiguous requirements by filling in assumptions
- Stacking multiple untested changes before verifying any single one
- Treating "it should work now" as sufficient verification
- Running the same failing command repeatedly with minor variations
- Treating
git pushas equivalent togit push --force
This skill overrides those defaults with a pause-validate-execute gate.
ABSOLUTE RULES (Never Violate)
NEVER execute these without explicit user confirmation in the chat:
Related skills
More from cleanexpo/unite-hub
tdd
Use when implementing any feature or bug fix. Hard gate — no production code without a failing test first. Applies to vitest (apps/web/) and pytest (apps/backend/). Triggers on "implement", "add feature", "fix bug", "new component", "new endpoint", or any code-writing task.
1idea-to-production
Plain-English pipeline from idea to production — routes user requests to the right phase and agent
1oauth-flow
OAuth 2.0 and OIDC integration with PKCE, Supabase Auth providers, and redirect URI validation
1health-check
>-
1csv-processor
>-
1vector-search
>-
1