run

Coordinate software development tasks across specialist subagents and GitHub.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/froide-kk/michinushi --skill run-froide-kk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/froide-kk/michinushi/tree/main/run
Command: npx skills add https://github.com/froide-kk/michinushi --skill run-froide-kk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conductor centralizes and automates the planning and delegation work required to move a development task from request to completion, removing the burden of hand-off management and ensuring process compliance across agents and tooling.

Core Features & Use Cases

  • Plan & Delegate: Parse a user request or issue, classify the needed work, and obtain an architect analysis to determine required phases and which specialist agents to invoke.
  • Tooling & Status Integration: Create branches, commit and push changes, create PRs, and update GitHub Project status or local task files according to project configuration.
  • Mode-aware Workflow: Operate in GitHub, Git+local, or fully-local modes, adapting operations (gh/git/none) and task storage (Projects vs docs/tasks.md) accordingly.

Quick Start

Ask the conductor to start work on issue #33 by saying /run #33 so it can analyze, plan, and delegate work to the appropriate agents.

Frequently Asked Questions about run

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

FAQPage Schema
How do I automate task planning and agent delegation for software development workflows?

Task planning and agent delegation can be automated by applying an orchestration conductor that parses user requests, obtains an architect analysis, and invokes specialist agents like implementers and testers to complete the work.

How do I coordinate multiple agents to fix a bug or implement a feature from a GitHub issue?

Coordinating multiple agents for bug fixes or features involves using a conductor to classify the required work, determine phase progression based on architect analysis, and delegate tasks to designer, implementer, and reviewer subagents.

Can I orchestrate development tasks without GitHub and only use local git repositories?

Yes, you can orchestrate development tasks using a fully-local mode or a Git+local mode, which adapts operations to use git commands and stores task progress in local task files instead of GitHub Projects.

What is the best way to manage project status updates when coordinating development agents across different environments?

Managing project status updates during agent coordination is handled by a mode-aware workflow that automatically updates GitHub Project status or writes to local task files based on your project configuration.

Does the orchestration conductor automatically handle branch creation and pull requests?

Yes, the orchestration conductor handles tooling integration by automatically creating branches, committing and pushing changes, and creating pull requests according to your project configuration.

When do I need a conductor for agent delegation instead of manually assigning tasks?

You need a conductor for agent delegation when a development task requires moving from request to completion with multiple specialist agents, removing the burden of manual hand-off management and ensuring process compliance.