Converge
10Converge
Converge closes the loop after implementation. It checks the codebase against every FR-###,
SC-###, plan decision, and checked-off task, classifying each as covered, gap, or unverified. Gaps
become new unchecked tasks under a ## Convergence section in tasks.md (unverified items get a
[VERIFY] prefix); stories whose requirements are all covered are marked done. It never edits
source code and never rewrites existing tasks — run /amby.implement on the new tasks, then converge
again until it reports converged.
Command
Section titled “Command”/amby.converge # current feature/amby.converge 004-slug # a specific featureArtifacts read & written
Section titled “Artifacts read & written”Reads
specs/NNN-slug/spec.mdspecs/NNN-slug/plan.mdspecs/NNN-slug/tasks.md
Writes
specs/NNN-slug/tasks.mdspecs/NNN-slug/spec.md
Converge is append-only and idempotent: with nothing to add, tasks.md is left byte-for-byte
unchanged, and running it twice never duplicates a task.
Made within Ambystech
© 2026, Ambystech
