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:
pendingTasksandcompletedTasksacceptanceCriteria(the judges' ground truth)openQuestionsandansweredQuestionsgapsandmanualTasksamendmentsrepositories(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.