gsd-orchestrator-runtime

Coordinate multi-agent orchestration for large Ignition SDK module work.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Sheon-S/ignition-sdk-agent-kit --skill gsd-orchestrator-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-orchestrator-runtime
Source: https://github.com/Sheon-S/ignition-sdk-agent-kit/tree/main/.agents/skills/gsd-orchestrator-runtime
Command: npx skills add https://github.com/Sheon-S/ignition-sdk-agent-kit --skill gsd-orchestrator-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Multi-agent runtime orchestration, task bootstrapping, repository-local state management, and role dispatch guidance for large Ignition SDK module work. Use when a task is large, cross-stack, long-running, or likely to span multiple sessions, or should be coordinated through .agents/runtime/ instead of relying on hidden conversation state.

Core Features & Use Cases

  • Runtime-mode bootstrapping with durable task state on disk to survive interruptions.
  • Role-based routing into discuss, planner, supervisor, implementer, and reviewer flows.
  • File-based task lifecycle management to coordinate cross-session collaboration and re-entry.

Quick Start

Enable runtime mode for a large task and initialize a new runtime task with a unique task-id to begin managing cross-session work.

Frequently Asked Questions about gsd-orchestrator-runtime

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

FAQPage Schema
How do I coordinate multi-agent Ignition SDK module work across multiple sessions?

Multi-agent orchestration for Ignition SDK module work coordinates cross-session tasks using a file-based runtime state model. It manages backend, frontend, and packaging work through durable task states stored in `.agents/runtime/` to survive interruptions.

What is file-based runtime state management for large development tasks?

File-based runtime state management persists task lifecycles on disk instead of hidden conversation state. It satisfies bootstrapping, routing, and resume needs by coordinating cross-session collaboration through role-based dispatch into discuss, planner, supervisor, implementer, and reviewer flows.

How do I bootstrap a new runtime task for cross-stack development work?

To bootstrap runtime mode for a large task, initialize a new runtime task with a unique task-id. This enables durable task state on disk, allowing you to manage cross-stack work and re-enter sessions without relying on hidden conversation state.

When should I use a multi-agent orchestrator instead of hidden conversation state?

Use a multi-agent orchestrator when a task is large, cross-stack, long-running, or likely to span multiple sessions. It is necessary for coordinating backend, frontend, and packaging work among multiple roles through repository-local state management.

Can I use role-based routing to manage Ignition SDK frontend and backend tasks?

Yes, role-based routing manages Ignition SDK tasks by dispatching work into discuss, planner, supervisor, implementer, and reviewer flows. This coordinates cross-stack development work spanning backend, frontend, and packaging through file-based task lifecycle management.

Does runtime-backed orchestration support resuming interrupted cross-session work?

Runtime-backed orchestration supports resuming interrupted cross-session work through durable task state on disk. By managing task lifecycles via `.agents/runtime/`, it satisfies bootstrapping and resume needs without relying on hidden conversation state.