Help us improve
Share bugs, ideas, or general feedback.
From maos
Use when about to spawn a subagent/skill/task (Task tool, Agent tool, /command). Defines 6 decision criteria (decomposable/specialist-exists/audit-capacity/score≥MEDIUM/not-HUMAN-DOMAIN/time-budget), 10 mandatory briefing components (context/scope/motivation/purpose/objective/DoR/DoD/deliverables/feedback-loops/constraints), accountability preservation (parent NEVER delegates accountability — only execution; "delegating does not waive the responsibility received"), recursion ≤2, parallel ≤3. Harmonizes the agentic-inheritance principle (tree-returns-to-root · subordinate-is-parent's-full-responsibility · audit-output · zero-drift). Cross-vendor AAIF.
npx claudepluginhub ekson73/multi-agent-os --plugin multi-agent-osHow this skill is triggered — by the user, by Claude, or both
Slash command
/maos:agentic-delegationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Origin**: operator directive 2026-05-12 codifying delegation discipline — *"whenever useful and justified, use recursive sequential parallel delegation with accompaniment, with proper context, scope, motivation, purpose, objective, DoR, DoD, feedback/retro-loop, expected deliverables, etc; remember that delegating does not waive the responsibility received. Define the agentic delegation cri...
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
Origin: operator directive 2026-05-12 codifying delegation discipline — "whenever useful and justified, use recursive sequential parallel delegation with accompaniment, with proper context, scope, motivation, purpose, objective, DoR, DoD, feedback/retro-loop, expected deliverables, etc; remember that delegating does not waive the responsibility received. Define the agentic delegation criteria."
Version: 1.0.0 (2026-05-17 community promotion of an extraction from the operator's host-local
auto-self-harness §12-equivalent rule body).Source lineage: operator's host-local
auto-self-harnessrule §12-equivalent (the parent framework section the operator maintains; host-dependent location).Harmonization principle (verbatim, agnostic of source): "the delegated subordinate is the parent's full responsibility · the tree returns to the root · audit the output · zero drift."
| # | Criterion | Question |
|---|---|---|
| 1 | Decomposable | Does the task have clear interfaces + isolatable components? |
| 2 | Specialist exists OR forgeable | Is a competent subagent/skill available in the catalog OR forgeable via an auto-agent-forger pattern? |
| 3 | Parent audit capacity | Does the parent have time + knowledge to audit the output after? (NEVER blind-delegate) |
| 4 | Autonomy score ≥ MEDIUM (0.65) | Is the score acceptable OR is the delegation itself a Score Uplift Path B? If pure LOW → escalate, do NOT delegate |
| 5 | NOT in HUMAN_DOMAIN | Task is outside the escalation list (operator-personal / irreversible / cross-org / secrets / PII / etc.) |
| 6 | Time-budget allows verification | Audit time ≤ delegation time (else delegation is not worth the cost) |
6/6 PASS → delegate. ≥ 1 FAIL → execute inline OR escalate.
Every spawn MUST include all 10. Skipping any item is the under-briefing anti-pattern.
| # | Component | Content |
|---|---|---|
| 1 | Context | Current state, history, related artifacts (paths/links) |
| 2 | Scope | In-scope explicit + Out-of-scope explicit (anti-creep) |
| 3 | Motivation | Business/technical value (why it matters) |
| 4 | Purpose | Intent served (intent ≠ task) |
| 5 | Objective | Measurable outcome (specific + measurable) |
| 6 | DoR (Definition of Ready) | Inputs / dependencies / preconditions (subagent validates they are met) |
| 7 | DoD (Definition of Done) | Acceptance criteria + verification method (objective) |
| 8 | Deliverables | Artifacts list + format + paths/return-data shape |
| 9 | Feedback loops / retro | How progress is reported + how the parent gives feedback (sync/async) |
| 10 | Constraints | Time-box + risk tolerance + escalation triggers |
"Delegating does not waive the responsibility received." (operator directive)
The parent NEVER delegates accountability — only execution.
| Responsibility | Who |
|---|---|
| Execution (the work) | Subagent (delegated) |
| Audit of the output | Parent (NOT delegated) |
| Final signoff | Parent (NOT delegated) |
| Escalation decision | Parent (NOT delegated) |
| Memory persistence at user-scope | Parent (operator-confirm-always) |
| BEING > Rules preservation | Parent (recursively across the delegation tree) |
6-failure rule (autonomous-resolution protocol equivalent): if a subordinate fails 6× with different approaches, the parent escalates to the operator with: complete context + 6 attempts + hypotheses + recommendations + evidence.
| Mode | When to use |
|---|---|
| Sequential | Dependencies among subtasks (parent needs output A before spawning B) |
| Parallel (max 3) | Subtasks independent; lower wall-clock; auto-orchestrator default |
| Recursion depth = 1 | Parent → child (direct) |
| Recursion depth = 2 | Parent → child → grandchild (child auto-forges OR sub-delegates) |
| Recursion ≥ 3 | ❌ FORBIDDEN — universal constraint; cycle detection mandatory |
operator-quote-capture · auto-orchestrator (or auto-pilot) · find-docs · rule-quality-tests · agentic-delegation (this skill) · pre-decision-audit| Item | Why |
|---|---|
| Final accountability + signoff | §4 of this skill retains |
| Decisions in HUMAN_DOMAIN | Escalation list non-negotiable |
| Audit of the subordinate's output | Zero-drift principle |
| Escalation choice | Parent owns escalation criteria |
| Memory persistence at user-scope | Operator-confirm-always |
| BEING > Rules preservation | Foundational — propagates recursively |
rule-quality-tests skill)A → B → A)Per the sibling rule-quality-tests skill:
| Test | Self-application | Result |
|---|---|---|
| Self-Application | Codifying this skill IS an act of delegation (to a future agent applying the criteria) | ✓ |
| Non-Contradiction | 6 + 10 + 6 + 6 + 4 + 6 components internally consistent | ✓ |
| Survival | Skill applied to itself survives | ✓ |
| Bounded-Responsibility | All counts explicitly bounded | ✓ |
| Explicit-Exception | "Skip if 1/6 FAIL"; HUMAN_DOMAIN exception; Escape Clause Universal | ✓ |
| Utility-Sunset | Deprecate when the delegation reflex is internalized without invoking this skill | ✓ |
6/6 PASS — skill passes its own tests and the tests of rule-quality-tests.
| Question | Answer |
|---|---|
| Does this skill HELP or OBSTRUCT the operator? | HELPS — discipline reduces errors, preserves accountability |
| Does it serve BEING? | YES — codifies a pre-existing agentic-inheritance principle |
| Is the hierarchy preserved? | YES — Operator (1) > delegation criteria (2) > delegation mechanisms (3) |
PASS — skill serves BEING, not vice-versa.
Deprecation candidate when ANY qualitative evidence:
auto-orchestrator / auto-pilot)No counter-based sunset. Insurance discipline — dormant-by-design.
tree-returns-to-root / subordinate-is-parent's-full-responsibility / audit-output / zero-drift)auto-orchestrator (or auto-pilot) Phase 0/0.5/2 — validated patterns reusedauto-self-harness §12-equivalent (pointer back to the inline summary)rule-quality-tests — 6 Quality Tests + Escape Clause Universal (delegation also subject to BEING > Rules)cowork-process-topology-protocol (when present at the host) — persists the topology of every delegation chain (materializes §3 accompaniment + the tree-returns-to-root principle); per-subtree JSONL co-responsibility implements §4 + briefing components are encoded as topology-node refs schema. Compass API (next / siblings / children / current / parent / root_path) makes the delegation N-Tree queryable cross-session.skills/converge — debate-convergence kernel; complementary discipline.| Version | Date | Change |
|---|---|---|
| 1.0.0 | 2026-05-17 | Community promotion from a user-scope skill of the same version (extraction from the operator's host-local auto-self-harness §12-equivalent rule body). Sanitization: replaced all proprietary attributions with generic equivalents (agentic-inheritance principle · autonomous-resolution protocol · standard delegation chain · host-local framework SSOT); replaced host-absolute paths with portable descriptions; preserved the 6 criteria + 10 briefing components + 4 accompaniment disciplines + accountability rule + recursion bounds + Quality Tests dogfooding + BEING > Rules compliance + DUED sunset. License: MIT. |