Bootstrap
Planning state, specs, milestones, and work item drafts.
Command deck for agent-assisted work
Use one composer CLI to plan work, execute issue branches, gather quality evidence, inspect continuation state, and keep each component package independently installable.
qube componentsqube idea "Ship a local notes CLI"qube start next --jsonqube check src --jsonqube continue --jsonQUBE keeps agent work explicit. The composer command routes to the installed package that owns each stage, so automation can use QUBE while single-package installs still work when a team only needs one tool.
QUBE uses product-language commands for the common workflow and keeps the advanced escape hatch available when a component command needs to be forwarded exactly.
qube make-it-so "Ship a local notes CLI" --dry-run --json
qube aib spec draft --json
qube aie pr gate 87 --json
qube aiq doctor --format json
qube run aie -- queue --json
Planning state, specs, milestones, and work item drafts.
Issue work, branches, pull requests, reviews, and completion.
Quality gates, evidence, package readiness, and reports.
Trusted state inspection and bounded continuation prompts.
The command-deck profile uses operational hierarchy, status lanes, precise grids, and the cardinal make-it-so command language while avoiding protected franchise marks and layouts.
Use exact package versions and keep lifecycle scripts disabled where possible. The plain qube examples on this page require a global installation. For a project installation, use pnpm exec qube.
Recommended for agents, hooks, CI, and repository instructions.
pnpm add -D --save-exact --ignore-scripts @tjalve/qube@0.2.12
Choose an agent harness, issue tracker, automated checks (CI), review mode, and package manager without installing hidden dependencies.
pnpm exec qube init
Install a component directly when you only need that package. Repository state still uses QUBE-owned paths.
pnpm add -D --save-exact --ignore-scripts @tjalve/aie@0.2.9