Overview
A Claude Code plugin that brings structure to team development — deterministic process without compromising developer momentum.
Quick Start
Add to the target project's .claude/settings.json — teammates will be prompted to install automatically when they open the project.
{
"extraKnownMarketplaces": {
"wms-dev-orchestrator": {
"source": {
"source": "url",
"url": "git@bitbucket.org:logisticsteam-dev/wms-dev-orchestrator.git"
}
}
},
"enabledPlugins": {
"orchestrator@wms-dev-orchestrator": true
}
}
Update to the latest version via marketplace:
Command Entry
Skills, agents, and hooks are internal modules. Keep teammate onboarding simple by using command entry as the public interface.
Architecture
Tasks are analyzed by complexity and routed to investigation, fix, or dev workflow.
All paths converge on the same quality gates before /wms:ship closure.
Under the Hood
5-dimension weighted scoring automatically routes tasks to the optimal workflow tier.
Each workflow phase emits a structured marker. The stop-hook validates the complete chain before allowing session close.