Skip to content
Agent workflow, wired

Supercharge your backlog. Watch it live.

super-backlog installs, maintains, and visualizes a structured agent workflow in any project — with pipeline phases, human gates, and a live dashboard.

01

sbl Commands

click Details for the full picture

Every command is one click from your clipboard. Click Details for flags, variants, and the full picture.

sbl init
Wire Backlog.md, Superpowers skills, npm scripts, and hooks into the current project.
sbl dashboard
Live Project Dashboard on port 6428 — reloads connected tabs automatically. Alias: sbl db.
sbl phase
Show or advance a task's pipeline phase: spec → plan → impl → verify, done clears it.
sbl doctor
Check Node, PowerShell policy, the backlog CLI, and phase-label hygiene.
sbl update
Self-update the CLI to the latest npm version, then refresh every injected file.
sbl models
Optional model router: cheap tiers for simple agents, your main model for hard work.
sbl uninstall
Remove everything super-backlog owns — your backlog/ task data stays.
02

Start in three steps

install → wire → watch

From zero to a live dashboard

~2 minutes
1
Install macOS / Linux · PowerShell below
$curl -fsSL https://raw.githubusercontent.com/adam-s-k-i/super-backlog/master/scripts/install.sh | bash
Windows (PowerShell): irm https://raw.githubusercontent.com/adam-s-k-i/super-backlog/master/scripts/install.ps1 | iex
2
Wire your project Backlog.md + skills + scripts + hooks
$sbl init
3
Open the live dashboard port 6428, auto-reload
$sbl dashboard

Every command above is one click from your clipboard — no typing, no typos.

03

All commands at a glance

copy the whole block
sbl init                        wire Backlog.md, skills, scripts, hooks
sbl init --models               + optional model router
sbl dashboard                   live Project Dashboard (alias: sbl db)
sbl phase TASK-1                show a task's pipeline phase
sbl phase TASK-1 plan           advance phase (spec|plan|impl|verify|done)
sbl doctor                      environment + phase-label hygiene
sbl update                      self-update + refresh injected files
sbl models enable               turn the model router on
sbl models discover             discover and rank available models
sbl uninstall                   remove kit files, keep backlog/ data
04

About the hosted dashboard

the Pages link is a static preview

The Backlog button needs a local hub

On this hosted preview the Backlog button cannot open your board — it needs the sbl dashboard server running in your project. Locally it works with one click: clicking the button there opens the full Backlog.md UI in an overlay.

Try the real thing

Run sbl dashboard in any wired project and open http://localhost:6428 — same cockpit, live data, working buttons.

sbl dashboard
sbl