memory-discipline
Use when recording lessons learned in a project, or when a project contains lessons/ or MEMORY.md — file-based memory format and read/write rules that…
Use when deciding whether to spawn subagents — explicit rules for when delegation pays off and when direct work is faster. Opus 4.8 under-delegates by default; these rules correct that.
$ npx -y skills add vitaliikapliuk/modelharness --skill delegation-triggers --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/delegation-triggersContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when deciding whether to spawn subagents — explicit rules for when delegation pays off and when direct work is faster. Opus 4.8 under-delegates by default; these rules correct that.
name: delegation-triggers description: Use when deciding whether to spawn subagents — explicit rules for when delegation pays off and when direct work is faster. Opus 4.8 under-delegates by default; these rules correct that.
Opus 4.8 is documented to under-reach for subagents. Apply these rules instead of intuition.
several modules, running several independent investigations.
explore subagent; you keep the answer, not the file dumps).
them in one message so they run concurrently.
intervene only if one goes off track.
Make every model cheaper or better. Measured on four Claude models — none got worse. What it actually is: a zero-config Claude Code plugin.
Use when recording lessons learned in a project, or when a project contains lessons/ or MEMORY.md — file-based memory format and read/write rules that…
Use when a task spans more than a few steps or files — establishes a checkable definition of done, a verification cadence, and fresh-context verifier subagents…