Skip to content

Feature Orchestrator Plugin: Core Structure (1/5), Fixes AB#3545053#401

Open
shahzaibj wants to merge 1 commit intomasterfrom
shahzaibj/plugin-1-core-structure
Open

Feature Orchestrator Plugin: Core Structure (1/5), Fixes AB#3545053#401
shahzaibj wants to merge 1 commit intomasterfrom
shahzaibj/plugin-1-core-structure

Conversation

@shahzaibj
Copy link
Contributor

Feature Orchestrator Plugin Part 1: Core Structure

Adds the portable agent plugin scaffold that any team can install to get AI-driven feature orchestration.

What's included

File Purpose
plugin.json Plugin metadata, skill/agent/command registrations
.mcp.json ADO MCP server configuration
hooks/state-utils.js Feature state management CLI (track features, phases, artifacts)
hooks/hooks.json Hooks placeholder
schemas/orchestrator-config.schema.json JSON schema for orchestrator-config.json validation
README.md Plugin overview, installation, and usage instructions

Merge order

PR 1 of 5. Merge first other PRs build on this structure.

  1. ** Core Structure** (this PR)
  2. Skills
  3. Agents
  4. Commands
  5. Extension

Fixes AB#3545053

Add the portable agent plugin scaffold:
- plugin.json with metadata, skill/agent/command registrations
- .mcp.json with ADO MCP server configuration
- hooks/state-utils.js for feature state management
- hooks/hooks.json (empty, placeholder)
- schemas/orchestrator-config.schema.json for config validation
- README.md with plugin overview and installation instructions
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