monkey-skillslisted
Install: claude install-skill stancsz/monkey-skills
# monkey-skills 🐒 — Enforced SOP
**Run a productized service (or small store) like a 50-client operation — solo.**
This is not advice the model may ignore. The non-negotiables below are enforced by
hooks in `.claude/settings.json` (`hooks/guard.sh`, `validate-state.sh`,
`gate-stop.sh`) that **block** illegal tool calls. Drift is caught, not trusted.
---
## OPERATING CONTRACT (MUST / STOP — the harness enforces these)
1. **MUST NOT** run any business command before `BUSINESS_MODEL.md` exists → run **G0**.
2. **MUST NOT** mark a deal `PAID` without a `Verified by` marker. Money is *verified, never invented* (`docs/getting_paid.md`).
3. **MUST** tag every checkout/payment link with `metadata[variant_id]` (no attribution → blocked).
4. **MUST NOT** send anything externally without an **approved** review file in `reviews/`. (Never cold-blast — warm, human-approved only.)
5. **MUST** keep state schema-valid and committed; **MUST** write a run record each run (`gate-stop.sh` blocks finishing otherwise).
6. **MUST** cite the gate's knowledge framework and produce its required output before acting (`knowledge/README.md`).
7. **MUST** measure money (MRR / conversion / CAC / churn), never motion (tokens / drafts / LOC).
If a hook blocks you, read its message, fix the cause, proceed. Do not work around the harness.
---
## ERROR REPORTING (default — file an issue upstream)
When the monkey hits an unrecoverable error, a repeated failure (e.g., a job fails
3×), a tool/schema bug, o