Workflow Orchestration banner
vxcozy vxcozy

Workflow Orchestration

Productivity community

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

File Structure

workflow-orchestration/
├── SKILL.md                    # Main skill (loaded by agent