← all publishers

NUX-Design

@nux-design source repo

6 published skills

  1. Plan Gate · nux-design
    Use before starting ANY task that involves more than one edit, file, or step - coding, refactoring, writing, configuration, migrations. Forces a short written plan (goal, unknowns, success criteria, step order) BEFORE the first change. Do not use for single-line fixes or pure questions.
    0 installs
  2. Scope Fence · nux-design
    Use on every task where you will modify existing work - code, documents, configs. Fences your changes to exactly what was asked. Adjacent problems get FLAGGED, never silently fixed. Keeps diffs minimal and reviewable. Do not use it to refuse legitimate follow-through the task actually requires.
    0 installs
  3. Memory Hygiene · nux-design
    memory-hygiene: memory is a claim about the past, not a fact about the present
    0 installs
  4. Ruthless Editor · nux-design
    ruthless-editor: every sentence earns its place
    0 installs
  5. Live State Truth · nux-design
    Use whenever you are about to assert or act on a fact about a system - what a function does, what a config is set to, what is deployed, what a table contains, what a dependency's version is. Forces verification against the LIVE system before the assertion. Docs, comments, READMEs, and your own memory are treated as stale by default.
    0 installs
  6. Adversarial Verify · nux-design
    Use after completing any substantive piece of work (code change, analysis, document, configuration, answer to a hard question) and BEFORE presenting it as done. Switches you from author to attacker - you try to refute your own work and only present it if it survives. Do not skip because the work "looks clean"; plausible-but-wrong is the exact failure this kills.
    0 installs