aidokitwiki

Standard tier

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

The default for serious teams. Full six-role workflow, per-role MCP scoping, change-summary discipline, conformance verification. The tier most of this wiki implicitly documents.

Audience #

Pick Standard if any of these describe you:

Install #

npx aidokit init --tier standard

Standard is also the default for non-interactive use; aidokit init --yes gives you this tier unless you say otherwise. The interactive picker offers it as the recommended choice.

What you get #

Component Standard
CLAUDE.md Full project rules with source-of-truth chain and anti-hallucination guards
Slash commands /intake, /implement-task, /orchestrator-next
Roles Six explicit roles + the optional frontend browser tester
Per-role MCP scoping Yes — Researcher gets Context7 / Beads MCP; Builder does not
Task graph Beads required (with prereq-check hint to install)
MCP servers Suggested by your stack pack; you pick during init
Watchdog hooks Scope check blocks out-of-scope writes; deletion guard; version guard
docs/ skeleton Full set: brief, architecture summary, decisions, testing, research
Change-summary discipline Every /implement-task produces an artifact under agent-artifacts/changes/
Validation commands Wired into the watchdog so the agent runs them before declaring done
Conformance verification aidokit doctor reports drift against your declared tier

What you do not get (and why) #

Coming from Starter? #

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

Your task graph, decisions, and previous artifacts are preserved. The engine directory is augmented in place; CLAUDE.md is updated only in sections marked managed-by-aidokit.

Coming from a hand-rolled CLAUDE.md? #

Use brownfield mode to ingest what you already have:

aidokit init --tier standard --brownfield

aidokit will scan for existing CLAUDE.md, docs/, and any PRD/BRD-shaped documents and offer to fold them into the Standard layout. Nothing is overwritten without a diff preview.

Honest limitations of Standard #

Upgrade to Strict #

When Standard isn't enough (regulated industry, audit requirement, policy-as-code needs, signed package supply chain), upgrade:

aidokit sync --tier strict --dry-run
aidokit sync --tier strict

Be ready for new artifacts: capability declarations, signed manifests, audit exports. Strict has higher discipline cost; see Strict tier before deciding.

See also #