miyabi-orchestration

Community

Automate complex task workflows with intelligent DAG orchestration.

AuthorShunsukeHayashi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually breaking down complex issues into manageable tasks, managing dependencies, and orchestrating parallel execution is time-consuming and error-prone. This Skill automates the entire process, ensuring efficient and structured project execution.

Core Features & Use Cases

  • Issue to Task Decomposition: Automatically break down large GitHub Issues into smaller, 1-3 hour tasks, making complex problems manageable.
  • DAG-based Orchestration: Build and manage task dependencies using Directed Acyclic Graphs (DAGs) for efficient parallel execution, optimizing resource utilization.
  • Agent Assignment & Monitoring: Automatically assign appropriate AI agents (e.g., CodeGenAgent) to tasks, monitor their progress, and detect circular dependencies to prevent bottlenecks.
  • Use Case: You have a large feature request in a GitHub Issue. This Skill will automatically decompose it into sub-tasks, determine their dependencies, assign them to the right AI agents, and orchestrate their parallel execution, ensuring a smooth, automated workflow from start to finish.

Quick Start

To orchestrate the execution of GitHub Issue #270 with a concurrency of 2, use the miyabi-orchestration skill by running the command: npm run agents:parallel:exec -- --issues=270 --concurrency=2.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: miyabi-orchestration
Download link: https://github.com/ShunsukeHayashi/omakase-ai/archive/main.zip#miyabi-orchestration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository