pattern-orchestration-complex

Orchestrate complex multi-file tasks across planning, execution, verification, and cleanup phases.

2|Updated Apr 10, 2024
One-click install
npx skills add https://github.com/gdurandvadas/dotfiles --skill pattern-orchestration-complex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pattern-orchestration-complex
Source: https://github.com/gdurandvadas/dotfiles/tree/main/config/opencode/skills/pattern-orchestration-complex
Command: npx skills add https://github.com/gdurandvadas/dotfiles --skill pattern-orchestration-complex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating large, multi-file tasks is error-prone and slow without a disciplined process; pattern-orchestration-complex provides an end-to-end orchestration framework to reduce risk and accelerate delivery.

Core Features & Use Cases

  • 4-phase orchestration workflow (planning, execution, verification, cleanup) for complex multi-file tasks.
  • Always require user approval before execution to guard scope and safety.
  • One task at a time with atomic commits to enable clean rollbacks.
  • Clear phase progression and progress tracking across planning, execution, verification, and cleanup.

Quick Start

Begin by creating an execution plan with pattern-task-breakdown, present it to the user for approval, then proceed through the four phases with disciplined task-by-task execution and final verification.

Frequently Asked Questions about pattern-orchestration-complex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate complex multi-file tasks safely?

Complex multi-file tasks are coordinated using a four-phase orchestration workflow across planning, execution, verification, and cleanup. This process enforces upfront planning, requires explicit user approval before execution, and maintains atomic commits for safe rollbacks.

When do I need a complex workflow orchestration process?

You need complex workflow orchestration when a task affects four or more files or takes over an hour to complete. This disciplined process reduces risk and accelerates delivery by enforcing phase-by-phase progress tracking and explicit user approval.

How do I start planning a large multi-file execution?

Start planning a large multi-file execution by creating an execution plan with pattern-task-breakdown. Present the generated plan to the user for explicit approval, then proceed through disciplined task-by-task execution and final verification.

What is the best way to ensure quality assurance during multi-file execution?

Quality assurance during multi-file execution is ensured by integrating pattern-retry into the verification phase. Executing one task at a time with atomic commits enables clean rollbacks and supports disciplined quality control throughout the workflow.

Can I run multiple tasks simultaneously during the execution phase?

No, the orchestration workflow processes one task at a time during the execution phase. This ensures atomic commits and clean rollbacks, which are critical for maintaining stability across complex multi-file changes.

What are the limitations of using a four-phase orchestration workflow?

The four-phase orchestration workflow requires upfront planning and explicit user approval before proceeding, which may slow down rapid prototyping. It is designed for complex tasks affecting four or more files rather than simple, quick modifications.