Skip to content

Feature Orchestrator Plugin: Commands (4/5), Fixes AB#3545056#404

Open
shahzaibj wants to merge 1 commit intoshahzaibj/plugin-3-agentsfrom
shahzaibj/plugin-4-commands
Open

Feature Orchestrator Plugin: Commands (4/5), Fixes AB#3545056#404
shahzaibj wants to merge 1 commit intoshahzaibj/plugin-3-agentsfrom
shahzaibj/plugin-4-commands

Conversation

@shahzaibj
Copy link
Contributor

Feature Orchestrator Plugin Part 4: Commands

Adds user-facing prompt/command files for each pipeline stage. These are invoked via /feature-orchestrator-plugin:\ in VS Code chat.

What's included

Command Purpose
feature-design Start a new feature with codebase research + design spec
feature-plan Decompose approved design into repo-targeted PBIs
feature-backlog Create work items in Azure DevOps
feature-dispatch Send PBIs to Copilot coding agent
feature-status Monitor agent PR progress and CI status
feature-continue Resume a feature from any stage
feature-pr-iterate Review and iterate on agent PRs
setup Interactive project configuration wizard

Setup highlights

The \setup\ command walks through a 10-step configuration:

  • Prerequisite checking (Node.js, gh, az)
  • Auto-discovery of repos and modules from git remotes
  • Multi-source design doc support (git repo + SharePoint/OneDrive via WorkIQ)
  • GitHub and ADO account mapping
  • Codebase context generation
  • State CLI installation

Merge order

PR 4 of 5. Depends on PRs 1-3. Completes the plugin.

  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 (Feature Orchestrator Plugin: Agents (3/5), Fixes AB#3545055 #403)
  4. ** Commands** (this PR)
  5. Extension

Fixes AB#3545056

Add prompt/command files for each pipeline stage:
- feature-design: Start new feature with design spec
- feature-plan: Decompose design into PBIs
- feature-backlog: Create work items in ADO
- feature-dispatch: Send PBIs to Copilot coding agent
- feature-status: Monitor agent PR progress
- feature-continue: Resume a feature from any stage
- feature-pr-iterate: Review and iterate on agent PRs
- setup: Interactive project configuration wizard with multi-source design doc support (git + SharePoint/OneDrive via WorkIQ)
@shahzaibj shahzaibj requested a review from a team as a code owner March 16, 2026 23:43
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