Feature Orchestrator Plugin: Commands (4/5), Fixes AB#3545056#404
Open
shahzaibj wants to merge 1 commit intoshahzaibj/plugin-3-agentsfrom
Open
Feature Orchestrator Plugin: Commands (4/5), Fixes AB#3545056#404shahzaibj wants to merge 1 commit intoshahzaibj/plugin-3-agentsfrom
shahzaibj wants to merge 1 commit intoshahzaibj/plugin-3-agentsfrom
Conversation
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)
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 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
Setup highlights
The \setup\ command walks through a 10-step configuration:
Merge order
PR 4 of 5. Depends on PRs 1-3. Completes the plugin.
Fixes AB#3545056