Skip to content

spec_completeness ​

Scope: domain • Default: stage_appropriate

How strict the coordinator is about spec completeness at each lifecycle stage.

Positions ​

PositionBehavior
full_upfrontBefore leaving exploring: full acceptance criteria, test plan, edge cases, migration plan if applicable.
stage_appropriateGraduated. Acceptance criteria by ready; test plan by review; documentation and migration notes by gate_check. Reasonable default.
emergentSpec can be a one-line intent. Worker fills in as they go; reviewer's job is heavier.

Stage-by-stage requirements ​

For stage_appropriate:

StageMust have
exploringA problem statement.
spec_reviewTitle, intent, user-visible impact.
ready+ acceptance criteria.
in_progress+ test plan attached.
review+ completed implementation + updated docs.
gate_check+ all hard gates defined.

When to pick emergent ​

For exploratory spike work where you genuinely don't know what "done" looks like until you try. Expect high rework rates.

Released under the FLL-1.2 License.