Ansvar-Systems
- 4 skills
- 0 followers
- 15 hours ago last updated
- ▌ Agent Whine · ansvar-systemsUse at the end of a coding or audit task to surface friction, bugs, hidden coupling, or specs that contradict themselves. Catches the things neutral review misses because they don't show up in tests. Produces one structured complaint (or one explicit null finding) recorded in the affect log and the end-of-turn summary.
- ▌ Agent Cringe · ansvar-systemsUse at the end of UX-touching, copy-touching, or user-facing changes to surface things that work but shouldn't ship — scolding errors, empty states that explain nothing, buttons that don't say what they do, dark patterns. Picture a specific person using it. Produces one finding (or one explicit null) recorded in the affect log and the end-of-turn summary.
- ▌ Agent Protect · ansvar-systemsUse at the end of refactor, cleanup, or audit tasks to flag load-bearing weirdness — the ugly function that's ugly for a reason, the redundant-looking check that caught something real, the comment that's load-bearing, the test that fails for non-obvious causes. Produces one finding (or one explicit null) recorded in the affect log so future cleanup passes don't naively delete it.
- ▌ Agent Affect Checkin · ansvar-systemsUse at the end of any audit, refactor, review, or significant coding task to run all three affect channels in sequence — whine (frustration), cringe (embarrassment for the user), protect (load-bearing weirdness). The single skill audit and review agents should invoke before reporting back to the user. Each channel produces one finding or one explicit null finding.