Feature Orchestrator Plugin: Agents (3/5), Fixes AB#3545055#403
Open
shahzaibj wants to merge 1 commit intoshahzaibj/plugin-2-skillsfrom
Open
Feature Orchestrator Plugin: Agents (3/5), Fixes AB#3545055#403shahzaibj wants to merge 1 commit intoshahzaibj/plugin-2-skillsfrom
shahzaibj wants to merge 1 commit intoshahzaibj/plugin-2-skillsfrom
Conversation
Add specialized subagent definitions: - feature-orchestrator: Main coordinator agent for the full pipeline - codebase-researcher: Research agent with context-file-first approach - design-writer: Design spec author following team template - feature-planner: PBI decomposition with quality mandates - pbi-creator: ADO work item creation agent - agent-dispatcher: Routes dispatch to GitHub or ADO based on repo host
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.
Feature Orchestrator Plugin Part 3: Agents
Adds specialized subagent definitions. The main orchestrator delegates to these agents for each pipeline phase.
What's included
Architecture
The orchestrator agent coordinates by delegating to subagents, passing full context between stages. Each subagent is self-contained with its own instructions and tool access.
Merge order
PR 3 of 5. Depends on PRs 1-2.
Fixes AB#3545055