AI-DLC — initialize a workspace
Scaffold a fresh AI-DLC workspace. This is opt-in packaging over
/aidlc --init; the same initialization runs via that flag without this skill.
Initialization is a PHASE, not a single stage — it scaffolds the aidlc-docs/
directory tree, detects the workspace (greenfield/brownfield), and initialises
aidlc-state.md together, in one deterministic call. There is no per-init-stage
runner because an init stage has no standalone meaning.
Steps
Run the initialization phase:
bun .kiro/tools/aidlc-utility.ts init $ARGUMENTSPass
$ARGUMENTSthrough verbatim —--forcereinitialises over an existingaidlc-state.md, and--scope <name>seeds the initial scope (defaults topoc). Print the tool's output and stop. This does not start a stage workflow; run/aidlc(or a scope runner) afterwards to begin one.