predictable-behavior-first

Installation
SKILL.md

Predictable Behavior First

Overview

Use this skill to keep system behavior explicit, clear, and predictable.

The product principle behind this skill is simple:

  • We do not want surprise success.
  • We do not want surprise failure.
  • We do not want behavior that changes because of hidden environment state.

Use it to prevent "helpful" compatibility logic from hiding broken packaging, broken config, or broken runtime contracts.

Default stance:

  • Prefer fail-fast over silent rescue.
  • Prefer one clear source of truth over multiple fallback sources.
  • Prefer explicit dev-only switches over automatic environment sniffing.
Related skills
Installs
1
Repository
peiiii/nextclaw
GitHub Stars
208
First Seen
Apr 6, 2026