Skip to content

The AmbyKit workflow

AmbyKit moves a feature idea through structured Spec-Driven Development phases. Each phase reads the artifacts before it and writes the next, so every decision is reviewable before code is written, and later phases reference earlier ones by stable ID rather than restating them. Five phases run for every feature; the constitution is written once per project, and clarify, revise, analyze, converge, and review run only when you need them.

The constitution is written once per project and its principles feed every feature. Each feature then runs five phases in sequence, each handing an artifact to the next: specify writes spec.md, design writes ui.md, plan writes plan.md, tasks writes tasks.md, and implement builds against them. Four more phases run only as needed: clarify resolves open questions in the spec, revise grows the spec in place, analyze cross-checks spec, plan, and tasks before you build, and converge checks the code against spec, plan, and tasks after implement, appending gap tasks until the feature converges. and review asks a different role to critique any artifact, returning findings by stable ID.

Solid arrows carry an artifact forward and always run. Dotted arrows run only when you need them.
100%

Made within Ambystech