beo/router

Installation
SKILL.md

Warcraft Router

Overview

The router is the entry point for every beo session. It bootstraps the workspace, detects current state, and routes to the correct pipeline skill.

Core principle: Always know where you are before deciding where to go.

When to Use

  • Starting a new coding session
  • User says "build", "add", "change", "implement", "fix", or any feature request
  • Resuming after a context handoff (HANDOFF.json exists)
  • Checking overall project health
  • Unsure which pipeline skill to load next

Phase 0: Workspace Bootstrap

Run once per session. Skip if .beads/ already exists and is healthy.

Installs
First Seen
beo/router — minhtri2710/skills