Workflow Orchestration
Description
A Claude Code skill for disciplined task execution with planning, verification, and self-improvement loops
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Workflow Orchestration
A skill for disciplined AI agent task execution with planning, verification, and self-improvement loops.
Overview
Workflow orchestration provides a systematic approach to complex task execution:
| Practice | Purpose |
|---|---|
| Plan Mode | Think before acting on non-trivial tasks |
| Subagent Delegation | Keep main context clean |
| Self-Improvement | Learn from corrections |
| Verification | Prove work is complete; re-plan if it fails |
| Balanced Elegance | Quality without over-engineering |
| Autonomous Fixing | Reduce user burden |
Installation
Via skills CLI (Recommended)
npx skills add vxcozy/workflow-orchestration
Manual Installation
**Personal (all projects):**
git clone https://github.com/vxcozy/workflow-orchestration ~/.claude/skills/workflow-orchestration
**Project-specific:**
git clone https://github.com/vxcozy/workflow-orchestration .claude/skills/workflow-orchestration
Usage
Direct Invocation
/workflow-orchestration
Automatic
The skill activates automatically for:
- Non-trivial tasks (3+ steps)
- Bug fixes and feature work
- Refactoring and architectural changes
Documentation
This skill uses [Diataxis](https://diataxis.fr)-style documentation:
| Type | Purpose | Link |
|---|---|---|
| Tutorial | Learn by doing | docs/tutorial.md |
| How-To | Solve specific problems | docs/howto.md |
| Reference | Technical details | references/REFERENCE.md |
| Explanation | Understand concepts | docs/explanation.md |
Additional References
- Task Templates - Ready-to-use todo.md formats
- Lessons Format - How to capture learnings
File Structure
workflow-orchestration/
├── SKILL.md # Main skill (loaded by agent
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity