claude-code-workflow-orchestration
Automated task delegation and multi-agent coding workflows
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-code-workflow-orchestration?โผ
Run `npx skills add barkain/claude-code-workflow-orchestration --all -g -y` in your terminal to install the full workflow system globally.
What does this workflow orchestration system do?โผ
It automatically breaks complex coding requests into phases and delegates each one to a specialized agent for review, testing, architecture, or DevOps. Tasks run in parallel waves with dependency tracking, so large projects complete faster.
How does the delegation enforcement work?โผ
When the main agent tries to edit files or run commands directly, hooks issue escalating reminders to use the delegate command instead. This keeps planning, execution, and verification cleanly separated.
Does it work on Windows, macOS, and Linux?โผ
Yes. All hooks are written in cross-platform Python, so the system runs on any operating system with Python 3.12 or later installed.
Can I use it without learning new commands?โผ
Yes. Once installed, you simply describe your project in plain English and the system handles planning, agent assignment, and execution automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core