Skip to main content
Glama

Story Queue — build handoff

An orchestration board that queues stories and feeds them to live Claude Code sessions over MCP, where Fable (arc-orchestrator) delegates bounded tasks to worker routes (composer / codex / opus) in isolated git worktrees.

Three logical packages, dependency arrow points toward the orchestrator — the orchestrator never depends on the app.

Package

What it is

Depends on

arc-orchestrator

Existing Claude Code plugin (delegation, routes, lock rules)

arc-story-queue/packages/arc-contracts

Shared schema: handoff, routes, story, run record

arc-story-queue

MCP server + Vite web app (this prototype)

arc-contracts workspace package

The arc-contracts workspace package under arc-story-queue/packages/ is the single source of truth for shared types and JSON Schemas. The historical root-level handoff copy has been removed to avoid schema drift. Never make arc-orchestrator depend on the app.

Related MCP server: claude-sessions-mcp

Form factor

Build the engine as a headless local service (MCP server + worktree/lock manager + session discovery). The Kanban is one client of it:

  • Web (primary v1) — React + Vite app; full board, drawers, live worker terminals, observability.

  • Desktop (deferred v2) — Tauri shell for local filesystem integrations around git worktrees + spawning agents.

  • TUI (secondary) — in-terminal "what's running / dispatch next / tail a run".

What's in this handoff

  • DESIGN_SYSTEM.md + tokens.css + tokens.json — the visual language of the prototype.

  • arc-story-queue/packages/arc-contracts/ — TypeScript types + JSON Schemas for the shared seam.

  • arc-story-queue/ — npm workspace containing the MCP server, queue/worktree/lock manager, and Vite app.

  • BUILD_PROMPT.md — paste into Claude Code to scaffold the project.

The working UI prototype (Story Queue.dc.html) is the source of truth for layout and interaction.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
<1hResponse time
0dRelease cycle
24Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andysolomon/arc-board'

If you have feedback or need assistance with the MCP directory API, please join our Discord server