Inverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challenge every addition's necessity.
npx skills add https://github.com/athola/claude-night-market --skill additive-bias-defense
> The default answer to "should we add this?" is no.
> The burden of proof is on the addition.
> Note (#444): Frontmatter declares provides.guidance, not
> provides.contract. The scrutiny questions are consumed by
> partner skills (pensive:code-refinement, conserve:unbloat,
> imbue:scope-guard) that voluntarily embed them; no validator or
> hook in leyline enforces them directly. If a future contributor
> adds enforcement, restore the contract label and link the
> validator path here.
conserve:bloat-detector)imbue:scope-guard)LLMs are additive by nature. They reinvent wheels, add
unnecessary complexity, hallucinate issues and modify
tests to justify them, and deviate from priorities. This
contract provides a systemic defense.
Applied to every proposed addition (code, files,
abstractions, error handling, configuration):
current priority?
juncture?
solution exist?
(not assumed)?
If the proposer cannot answer questions 4 and 5 with
concrete evidence, the addition is unjustified.
| Pattern | Signal | Challenge |
|---------|--------|-----------|
| Wheel reinvention | New utility/helper overlapping existing code | "Does X already do this?" |
| Hallucinated issues | Fix for a bug with no reproduction evidence | "Show the failing test before the fix" |
| Test manipulation | Test changed to match behavior rather than spec | "Did the spec change, or did you change the test?" |
| Complexity creep | Abstraction introduced for single use case | "Is this the 3rd use, or the 1st?" |
| Priority deviation | Work not traceable to current task/spec | "Which requirement does this serve?" |
| Gold plating | Error handling or flexibility beyond need | "What breaks without this?" |
After applying scrutiny questions and anti-pattern
detection, produce a verdict:
| Verdict | Meaning | Action |
|---------|---------|--------|
| justified | Evidence supports the addition | Proceed |
| needs_evidence | Plausible but unproven | Provide evidence or remove |
| unjustified | No evidence, likely bias | Remove or justify |
Review-oriented skills MUST consult this contract by:
| Skill | Integration Point |
|-------|-------------------|
| attune:war-room | Prosecution Counsel role uses scrutiny questions |
| sanctum:pr-review | Every added file/function challenged |
| pensive:code-refinement | Refactors pass "3rd use" test |
| conserve:unbloat | Findings feed removal candidates |
| attune:mission-orchestrator | Plan sections scanned before user review |
| imbue:justify | Scrutiny questions extend audit protocol |
imbue:karpathy-principles - "Simplicity First" and "Surgical Changes" principles invoke this contract from a higher-level four-principle synthesisdocs/quality-gates.md#skill-level-quality-gate-composition for the full gate-skill federation graph> Rely less on AI and initial lines of thinking.
> Challenge yourself to think of a more elegant
> implementation or a simpler solution.
Before accepting any addition, ask: "Could I achieve
this by removing code instead of adding it?" If yes,
prefer the subtractive approach.
questions 4 (evidence) and 5 (consequence) answered with
concrete evidence, not assumptions
issues, test manipulation, complexity creep, priority deviation,
gold plating); any match named with the pattern label
justified, needs_evidence, or unjustified; the verdict
appears in the consuming skill's output
"could this be achieved by removing code instead?" before
accepting any net-positive line-count change
Control Cursor AI code editor via CLI. Open files, folders, diffs, and manage extensions.
Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
Systematically evaluate architecture decisions, document trade-offs, and select appropriate patterns. This skill should be used when the user asks about 'architecture decision', 'ADR', 'design pattern selection', 'technology choice', or needs to evaluate architectural trade-offs. Keywords: architecture, ADR, patterns, trade-offs, technical debt, quality attributes, decision record.
Facilitates deliberate skill development during AI-assisted coding. Offers interactive learning exercises after architectural work (new files, schema changes, refactors). Use when completing features, making design decisions, or when user asks to understand code better. Triggers on "learning exercise", "help me understand", "teach me", "why does this work", or after creating new files/modules. Do NOT use for urgent debugging, quick fixes, or when user says "just ship it".
Organize project files and folders for maintainability and scalability. Use when structuring new projects, refactoring folder structure, or establishing conventions. Handles project structure, naming conventions, and file organization best practices.
Automatically trigger review agents after task completion. Use when strategic-planner finishes planning tasks (calls plan-consultant) or when main agent completes coding tasks in /implement workflow (calls code-reviewer). Triggers on phrases like "plan complete", "implementation done", "coding finished", "ready for review".
Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.
Recall project-first and global-supplement ChatCrystal memories before substantive implementation, refactoring, migration, configuration, investigation, or optimization work. Use when the task is non-trivial, has repository or project context, and prior fixes, decisions, pitfalls, or reusable patterns may change the approach.
Take athola/additive-bias-defense from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.