focus-flow/Codex Documentation
2026-07-07 13:18:42 -07:00
..
Completed Plans docs: refresh stale completed ADRs 2026-07-06 20:06:45 -07:00
Current Software Plan feat(backlog): render board task cards 2026-07-07 13:18:42 -07:00
README.md docs: add curated completed plans snapshot 2026-06-29 11:55:22 -07:00

Codex Documentation

This folder contains Codex-facing execution plans and implementation guidance.

Required structure

Codex Documentation/
├── README.md
├── Current Software Plan/
├── Completed Plans/
└── Archived plans/

Current Software Plan

Active implementation plans live in:

Codex Documentation/Current Software Plan/

Codex should execute the current plans in numbered order unless the user explicitly says otherwise.

Archived plans

Completed implementation plans must be moved to:

Codex Documentation/Archived plans/

This is not optional. Completed plans must not remain in Current Software Plan.

Completed Plans

Curated completed-plan copies live in:

Codex Documentation/Completed Plans/

This folder is a current-state snapshot, not a full archive mirror. It should exclude superseded, stale, or refactored-away archive documents.

Plan status convention

Each plan file should clearly indicate whether it is:

  • Planned
  • In progress
  • Complete
  • Archived

When finished, mark complete, move to archive, and commit the move.