Skip to content

Feature Orchestrator Plugin: Agents (3/5), Fixes AB#3545055#403

Open
shahzaibj wants to merge 1 commit intoshahzaibj/plugin-2-skillsfrom
shahzaibj/plugin-3-agents
Open

Feature Orchestrator Plugin: Agents (3/5), Fixes AB#3545055#403
shahzaibj wants to merge 1 commit intoshahzaibj/plugin-2-skillsfrom
shahzaibj/plugin-3-agents

Conversation

@shahzaibj
Copy link
Contributor

Feature Orchestrator Plugin Part 3: Agents

Adds specialized subagent definitions. The main orchestrator delegates to these agents for each pipeline phase.

What's included

Agent Purpose
feature-orchestrator Main coordinator manages the full Design Plan Backlog Dispatch Monitor pipeline
codebase-researcher Research agent with context-file-first approach (reads copilot-instructions, config, codebase-context before searching)
design-writer Design spec author following team template and conventions
feature-planner PBI decomposition with quality mandates and verbatim spec preservation
pbi-creator ADO work item creation with metadata discovery and dependency linking
agent-dispatcher Routes dispatch to GitHub (\gh agent-task create) or ADO (Copilot SWE tag+assign) based on repo host

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.

  1. Core Structure (Feature Orchestrator Plugin: Core Structure (1/5), Fixes AB#3545053 #401)
  2. Skills (Feature Orchestrator Plugin: Skills (2/5), Fixes AB#3545054 #402)
  3. ** Agents** (this PR)
  4. Commands
  5. Extension

Fixes AB#3545055

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant