dispatch

Score and route stories from product-context.yaml to design or launch.

14|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/memorysaver/agentic-engineering-patterns --skill dispatch-memorysaver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/memorysaver/agentic-engineering-patterns/tree/main/skills/product-context/dispatch
Command: npx skills add https://github.com/memorysaver/agentic-engineering-patterns --skill dispatch-memorysaver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridge product-context signals and the feature lifecycle to identify the next work item, synchronize states, and hand it off to the appropriate execution phase.

Core Features & Use Cases

  • Syncs workspace signals, scores stories by business value and urgency, and routes to /design or /launch.
  • Supports batch dispatch with Work In Progress limits and autonomous orchestration via /autopilot.
  • Presents a dispatch queue and manages ready/blocked/in_progress states to coordinate multi-team work.

Quick Start

Run /dispatch to select the next story and route it into design or launch.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I automate story routing from product context to execution phases?

Story routing automation reads product-context.yaml or product/index.yaml, scores stories by business value and urgency, and hands off actionable OpenSpec payloads to design or launch phases. It synchronizes workspace signals to compute readiness before routing.

How does dispatch scoring decide which story to execute next?

Dispatch scoring evaluates business value and urgency from product-context definitions to rank stories. It synchronizes workspace signals and computes readiness, ensuring the highest-priority ready story is selected for design or launch handoff.

Can I batch dispatch multiple stories while enforcing WIP limits?

Batch dispatch supports Work In Progress limits to coordinate multi-team work. It manages ready, blocked, and in-progress states within a dispatch queue, preventing team overload while routing multiple stories to design or launch phases.

What is the /autopilot workflow for autonomous orchestration?

The /autopilot workflow enables autonomous orchestration by continuously selecting and routing stories. It leverages dispatch logic to automatically bridge product-context signals to execution, assembling OpenSpec payloads for design or launch without manual intervention.

Does dispatch work with both split mode and V1 mode product indices?

Dispatch supports both split mode and V1 mode configurations. It reads product-context.yaml for split mode setups and product/index.yaml for V1 mode, synchronizing workspace signals and computing readiness across both formats.

When should I use autonomous orchestration instead of manual story selection?

Autonomous orchestration via /autopilot suits continuous delivery needs, while manual selection fits dynamic priority shifts. Use autonomous routing when readiness signals are stable and teams need consistent OpenSpec payload handoffs to design or launch.