workflow

Dispatch workflow phases as subagents and enforce progression with hooks.

1|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/kenkenmain/ken-cc-plugins --skill workflow-kenkenmain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/kenkenmain/ken-cc-plugins/tree/main/plugins/subagents/skills/workflow
Command: npx skills add https://github.com/kenkenmain/ken-cc-plugins --skill workflow-kenkenmain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates complex multi-phase workflows by dispatching each phase as a subagent and enforcing progression through strict validation and state advancement.

Core Features & Use Cases

  • Phase-based subagent dispatch to coordinate work across distributed agents.
  • Hooks-driven validation, gating, and loop reinjection to guarantee deterministic progression.
  • Use cases include orchestrating planning, implementation, testing, and finalization of large tasks in dynamic environments.

Quick Start

Dispatch the first phase as a subagent and let the hooks manage progression through subsequent phases.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I orchestrate multi-phase tasks across distributed agents?

You orchestrate multi-phase tasks across distributed agents by dispatching each phase as a subagent and enforcing progression through hooks-driven validation and on-disk state persistence. This guarantees deterministic phase advancement from planning to finalization.

What is the Ralph loop pattern for workflow orchestration?

The Ralph loop pattern for workflow orchestration is a mechanism that uses Stop and SubagentStop hooks to gate task progression. It reinjects loops based on strict validation, ensuring deterministic state advancement across distributed subagents.

How do I enforce deterministic progression in automated phase-dispatch workflows?

You enforce deterministic progression in automated phase-dispatch workflows by relying on on-disk state persistence and phase-specific orchestrator prompts. Hooks validate each phase before gating and reinjecting the loop to coordinate subsequent subagent tasks.

Can I use subagent dispatch for planning, implementing, testing, and finalizing large tasks?

Yes, you can use subagent dispatch for planning, implementing, testing, and finalizing large tasks. The workflow coordinates these phases across distributed agents, using strict validation and state advancement to ensure robust task completion.

Does workflow orchestration require dependencies to manage robustness in dynamic environments?

No, workflow orchestration requires no external dependencies to manage robustness in dynamic environments. It relies entirely on built-in hooks, phase-specific orchestrator prompts, and on-disk state persistence to validate and coordinate distributed agents.