aidokitwiki

Starter tier

Audience-User Status-Shipped v0.5 Tier-Starter

The disciplined, batteries-included AI workflow for developers who want structure without learning a six-role vocabulary on day one. 60 seconds from install to first task. Defaults are opinionated; nothing to configure.

Audience #

Pick Starter if any of these describe you:

If you find yourself wanting more after a few weeks, see Upgrade path at the bottom of this page.

Install #

npx aidokit init --tier starter

That's the whole thing. No interactive prompts (defaults are taken), no optional pieces to choose.

Or, if you run npx aidokit init with no flags, the interactive picker will offer Starter as the default choice — accepting it puts you on this tier.

What you get #

Component Starter
CLAUDE.md Short, opinionated. Three slash commands, no role list.
Slash commands /intake (work entry), /implement-task (run one task)
Roles Implicit — the orchestrator decides; no role files to read
Task graph Beads if available, flat-file agent-artifacts/tasks.md fallback
MCP servers None by default. Add later with aidokit mcp add.
Watchdog hooks Basic scope check; no capability declarations
docs/ skeleton Minimal — project brief + decisions log
Validation commands Whatever your stack pack suggests (lint, typecheck, test)

What you do not get (and why) #

Upgrade path #

When Starter feels too thin (typical signs: you're hitting scope-leak problems the basic watchdog doesn't catch, or you want different MCPs visible to different agents), upgrade:

aidokit sync --tier standard --dry-run    # preview the diff
aidokit sync --tier standard               # apply

sync is non-destructive: your CLAUDE.md edits, Beads database, and docs/ content are preserved. Only the engine directory (.claude/) gets the additional Standard-tier emission.

Honest limitations of Starter #

See also #