ClosedLoop.ai
Glossary

Plan

The canonical implementation plan that an execution loop consumes.

A plan is the canonical implementation artifact in ClosedLoop. It is stored as plan.json with a human-readable mirror plan.md.

A plan contains:

  • pendingTasks and completedTasks
  • acceptanceCriteria (the judges' ground truth)
  • openQuestions and answeredQuestions
  • gaps and manualTasks
  • amendments
  • repositories (multi-repo map)

Loops execute against a plan. Judges score a plan. /code:amend-plan edits a plan without starting over.

See Artifacts for the full schema and PRD to plan to execution for the workflow.

On this page

No Headings