orchestrate

Automate parallel Linear Issue implementation via milestone and dependency analysis.

11|1|Updated May 15, 2026
One-click install
npx skills add https://github.com/usk6666/yorishiro-proxy --skill orchestrate-usk6666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/usk6666/yorishiro-proxy/tree/main/.claude/skills/orchestrate
Command: npx skills add https://github.com/usk6666/yorishiro-proxy --skill orchestrate-usk6666

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of managing and implementing multiple Linear Issues by analyzing milestones and dependencies, ensuring efficient parallel execution and delegation to sub-agents.

Core Features & Use Cases

  • Milestone & Dependency Analysis: Understands project roadmaps and issue relationships to create optimal execution plans.
  • Parallel Task Delegation: Assigns tasks to sub-agents, managing concurrency and dependencies.
  • Automated Workflow: Orchestrates the entire implementation lifecycle from planning to reporting, including automated code reviews and status updates.
  • Use Case: A product manager can use this Skill to automatically break down a new feature's milestone into individual tasks, assign them to developers (sub-agents), track their progress, and ensure they are implemented in the correct order, even handling code reviews and merging.

Quick Start

Use the orchestrate skill to analyze the current milestone and propose an implementation plan.

Frequently Asked Questions about orchestrate

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

FAQPage Schema
How do I automate parallel implementation of Linear issues based on project dependencies?

You can automate Linear issue orchestration by parsing project roadmaps and Git repository states to build dependency graphs. This Skill delegates tasks to sub-agents, manages concurrency batches, and integrates with Linear for automated status updates and code reviews.

What is dependency management for parallel task delegation in software project milestones?

Dependency management for parallel task delegation involves parsing project roadmaps and issue relationships to construct optimal execution plans. By mapping inter-issue dependencies, tasks are assigned to sub-agents in managed batches to ensure correct implementation order and concurrency.

Can I use sub-agents to manage code review automation and status updates for Linear issues?

Yes, sub-agents can manage code review automation and status updates for Linear issues. The orchestration process integrates directly with Linear to automate the implementation lifecycle, managing execution batches and code review processes from planning to final reporting.

How do I break down a Linear milestone into individual tasks for developers automatically?

To break down a Linear milestone into individual tasks automatically, you analyze the milestone details and inter-issue dependencies to build an execution plan. This Skill delegates the resulting tasks to sub-agents, managing concurrency and tracking progress through Linear integration.

What do I need to parse to construct execution plans and dependency graphs for Linear issue orchestration?

Constructing execution plans and dependency graphs requires robust parsing of project roadmaps, Linear issue details, and current Git repository states. This data allows the orchestration mechanism to map inter-issue dependencies and delegate tasks to sub-agents in managed batches.