agent-workflow

Coordinate multi-agent workflows via PLAN.md and modular PLAN_STAGE_ files.

1|Updated Dec 2, 2023
One-click install
npx skills add https://github.com/tinywasm/devflow --skill agent-workflow-tinywasm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-workflow
Source: https://github.com/tinywasm/devflow/tree/main/skills/agents-workflow
Command: npx skills add https://github.com/tinywasm/devflow --skill agent-workflow-tinywasm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables orchestration of complex multi-agent planning tasks by using PLAN.md as the master orchestrator, coordinating stage-driven execution and centralized dispatch to execution agents.

Core Features & Use Cases

  • Planning process: Guides the creation of a PLAN.md after a targeted Q&A, ensuring decisions are documented before execution.
  • Modular staging: Supports PLAN_STAGE_ files to organize data, constraints, and interfaces for each planning stage.
  • Dispatch workflow: Integrates with codejob to officially hand off approved plans to agents like Jules for execution and tracking.

Quick Start

Create docs/PLAN.md at the module root and prepare it for agent dispatch.

Frequently Asked Questions about agent-workflow

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

FAQPage Schema
How do I coordinate multi-agent workflows for structured planning tasks?

You coordinate multi-agent workflows by creating a PLAN.md file to act as a master orchestrator, managing stage-driven execution and dispatching tasks to execution agents. This ensures decisions are documented and work is centrally controlled.

How do I dispatch approved plans to execution agents like Jules?

You dispatch approved plans to agents like Jules by integrating with codejob. The workflow uses PLAN.md to officially hand off approved plans to the execution agent for task execution and tracking.

What is the role of PLAN_STAGE_ files in multi-agent workflow planning?

PLAN_STAGE_ files organize data, constraints, and interfaces for each specific planning stage. They provide modular staging to support the master PLAN.md orchestrator during stage-driven execution.

Do I need a specific directory structure to manage multi-agent dispatch?

You need to create a docs/PLAN.md file at the module root to prepare for agent dispatch. This master file ensures a self-contained orchestrator exists before coordinating execution agents.

How does a planning workflow handle decisions before execution?

The planning workflow guides the creation of the PLAN.md master file through a targeted Q&A process. This ensures all decisions are explicitly documented in the orchestrator before any codejob dispatch occurs.