Dev Orchestrator
────────────────
Structured Development Workflow for Claude Code
$
Complexity Analysis → Auto Workflow Selection
Complexity 0-3 → Fast Track (4 tasks, ~30min)
Setup → Implementation → Quality Gate (1 layer) → Delivery
Complexity 4-6 → Standard (5 tasks, ~2hr)
Setup → Planning → Implementation → Quality Gate (1 layer) → Delivery
Complexity 7-10 → Full (6 tasks, ~4hr)
Setup → Design → Planning → Implementation → Quality Gate (2 layers) → Delivery
Setup → Design → Planning
↓
Implementation → Quality Gate → Delivery
↓
Implementation → Quality Gate → Delivery
[1] Setup All
└─ Jira details + Branch creation + Worktree
[2] Design Full
└─ brainstorm → design.md
[3] Planning Standard+
└─ writing-plans-tdd → plan.md
[4] Implementation All
└─ TDD cycle + Subagent execution in current session
[5] Quality Gate All
└─ Lint + Test + Code Review (Full)
[6] Delivery All
└─ Verification + PR + Jira updates
Development Orchestrator
$ /dev-orchestrator implement user auth
Capabilities:
• Auto complexity analysis (0-10)
• 3 workflows (Fast/Standard/Full)
• Enforced TDD + Worktree isolation
• Subagent parallel execution
Jira Ticket Handler
$ /jira-pilot WISE2018-123
Capabilities:
• Fetch details + Set Story Points
• Status transition (Doing → Dev Completed)
• Dev hours + QA Notes auto-added
• agent-browser integration
Problem
Solution
────────────────────
────────────────────
AI skips tests
tdd skill - RED-GREEN-REFACTOR
Unclear change scope
Git Worktree enforced isolation
Missing code review
Lint + Test + code-reviewer agent
Task progress invisible
plan.md + Task System real-time tracking
Manual Jira updates tedious
jira-pilot automates all operations
$ git clone git@bitbucket.org:logisticsteam-dev/
wms-dev-orchestrator.git
wms-dev-orchestrator.git
$ cd wms-dev-orchestrator
# Let Claude Code help you install
Read INSTALL.md and help me install dev-orchestrator
Read INSTALL.md and help me install dev-orchestrator
# Start using
/dev-orchestrator implement feature X
/jira-pilot WISE2018-12345
/dev-orchestrator implement feature X
/jira-pilot WISE2018-12345