
Orchestrate
- Updated February 18, 2026
- Ankurjain1121/dev-workflow-skills
An orchestration skill that runs multiple agents in parallel while enforcing file ownership to avoid conflicts. It coordinates concurrent implementation work across a codebase. Useful for speeding up multi-part build tasks with agents.
Key points
- Multi-agent parallelism
- File ownership
- Execution orchestration
Orchestrate by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Ankurjain1121/dev-workflow-skills/plugin install orchestrate@dev-workflow-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | February 18, 2026 |
|---|---|
| Repository | Ankurjain1121/dev-workflow-skills ↗ |
What it does
Coordinate multiple agents running in parallel with file ownership to build features faster.
README.md
Orchestrate
Multi-agent parallel execution with file ownership.
Features
- One File = One Owner - No two agents edit the same file
- Parallel Execution - All agents spawn in ONE message
- Multi-Terminal Mode - Support for 10+ files with Claude/Gemini/Qwen
- Contract Registry - Manage type contracts for faster agent assignment
Usage
# Medium tasks (5-9 files)
/orchestrate add user authentication with login, signup, password reset
# Large tasks (10+ files)
/orchestrate --multi build dashboard with charts, filters, export
Included Skills
orchestrate- Main orchestration skillcontracts- Type contract management (bundled)
Installation
Enable in your Claude settings:
{
"enabledPlugins": {
"dev-workflow-skills@orchestrate": true
}
}