docs: document Dynamic Workflows (Opus 4.8) as third parallelism tier#193
Merged
Conversation
New _shared/dynamic-workflows-protocol.md covering Anthropic's Dynamic Workflows (released with Opus 4.8): script-orchestrated dozens→hundreds of sub-agents outside the conversation, adversarial verification to convergence, resumable runs, 16 parallel / 1000 max-per-run caps, ultracode activation. Wired into: - claude-code-mastery.md §7c (subagents → agent teams → dynamic workflows) - model-policy.md (ultracode = xhigh + workflows, per-prompt, cache-safe) - CLAUDE.md Performance & Token Economy (effort line + feature note) - agents/CLAUDE.md shared protocols table https://claude.ai/code/session_015q1WLU6PH1N6tPXS7LWHYp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contexte
Anthropic a annoncé les Dynamic Workflows dans Claude Code (sortie avec Opus 4.8, 2026-05-28) — relayé par Korben, source : blog officiel. Cette PR intègre cette fonctionnalité dans la base de connaissances ulk, qui suit et câble les features Claude Code dans ses protocoles et agents.
Ce que ça apporte
Nouveau protocole canonique
framework/agents/_shared/dynamic-workflows-protocol.mdqui documente :ultracodedu menu/effort; prérequis Claude Code ≥ 2.1.154 ; dispo par plan (Pro =/config, Max/Team/Enterprise d'office).Câblage
claude-code-mastery.md— nouvelle section §7c (suite logique subagents → agent teams → dynamic workflows)model-policy.md— note surultracode(= xhigh + workflows, réglé par prompt → cache-safe, Règle 5)CLAUDE.md(racine) — ligne effort + note feature dans Performance & Token Economyframework/agents/CLAUDE.md— entrée dans la table des protocoles partagésTests
node --test framework/tests/agents-golden.test.mjs: les seules 2 régressions (georges/desktop-recorder) préexistent et sont hors périmètre — cette PR ne touche que des docs_shared/etCLAUDE.md.https://claude.ai/code/session_015q1WLU6PH1N6tPXS7LWHYp
Generated by Claude Code