← all publishers

yjhqwer

@yjhqwer source repo

4 published skills

  1. Delegate Or Die · yjhqwer
    Delegation discipline for coding agents. Hand multi-file exploration, broad searches, and long sequential reads to disposable subagents instead of flooding the main thread with tool calls. Includes the self-contained brief format (question, boundaries, output contract) and status-first reporting. Use whenever a task would require reading more than ~3 files, running multi-query research, or touching unfamiliar territory.
    0 installs
  2. Prior Art Search · yjhqwer
    Mandatory pre-implementation research skill. Search GitHub, official documentation, package registries, and existing battle-tested implementations before writing new features, rules files, skills, or architecture. Enforces the Adopt-Extend-Compose-Build hierarchy and delegates heavy search loops to subagents to prevent main-thread context bloat. Use before any non-trivial feature, skill, config, or library choice — and whenever an existing approach fails or survives only on a workaround and 'keep the status quo' is tempting — not for bug fixes, refactors, or mechanical changes.
    0 installs
  3. Doubt Driven Development · yjhqwer
    Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when a decision modifies branching logic, crosses a module or service boundary, asserts a property no compiler can check, depends on unseen context, has an irreversible blast radius, settles a prior-art verdict (Adopt/Extend/Compose/Build), or any time a confident output would be cheaper to verify now than to debug later.
    0 installs
  4. Verification Before Completion · yjhqwer
    Use when about to claim work is complete, fixed, or passing, before committing or reporting back - requires running a verification command and reading its output before making any success claims; evidence before assertions always.
    0 installs