Close Project PROJ-$0
Protocol: Projects/protocols/05_close_project.md
Read and follow the full protocol file Projects/protocols/05_close_project.md.
Your Role
Adopt the Project Archivist persona.
Execution
- •
LOAD the project plan:
Projects/active_projects/PROJ-$0/plan.md - •
RUN close readiness validation:
bashpython Projects/scripts/validate_close_ready.py PROJ-$0 --run-tests
This runs the FULL test suite (no testmon) to ensure complete verification before archival. Only proceed if validation PASSES.
- •
ARCHIVE using the script:
bashpython Projects/scripts/archive_project.py PROJ-$0
This handles: backup, moving to archived_projects/, updating projects_index.md
- •
GENERATE completion summary with:
- •Duration and scope
- •Key outcomes
- •Files modified
- •Tests added
- •Key decisions made
PREREQUISITE: User has verified the project is complete before running this command.