Reframe agent as orchestrator that delegates to subagents by default#177
Merged
rockfordlhotka merged 1 commit intomainfrom Mar 20, 2026
Merged
Reframe agent as orchestrator that delegates to subagents by default#177rockfordlhotka merged 1 commit intomainfrom
rockfordlhotka merged 1 commit intomainfrom
Conversation
…default The primary agent's directives and tool guide now treat subagent delegation as the default execution mode rather than a fallback for large tasks. While the agent executes tool calls directly, the Blazor UI input is locked; delegating to subagents returns control to the user immediately. Key changes to directives.md: - Single-session tasks route through subagents instead of sequential execution - "Background subagents" section replaced with "Orchestrator-first execution" - Delegation is the default for any task involving tool calls (including single MCP calls); direct execution limited to zero-tool or single-local-lookup cases - Added decomposition patterns (single, parallel fan-out, sequential pipeline) - Added delegation workflow and subagent instruction-writing guidance SubagentToolSkillProvider updated to reinforce orchestrator identity in the tool guide the LLM sees at runtime. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Changes
directives.md: "Single-session tasks" now routes through subagents; "Background subagents" replaced with "Orchestrator-first execution" with decomposition patterns and delegation workflowSubagentToolSkillProvider.cs: Tool guide opens with orchestrator framing and includes decomposition patternsTest plan
dotnet buildpassesdotnet testpasses (all 427 tests)🤖 Generated with Claude Code