Improvement Board Sync
Generate the latest board snapshot from plan/tasks/*/TASKS.md and plan/progress-log.md.
Workflow
- •Run
scripts/update_board.py. - •Review
plan/improvement-board.mdfor per-responsibility status and recent activity. - •Commit board updates together with the feature change when applicable.
Command
bash
python3 .codex/skills/improvement-board-sync/scripts/update_board.py
Output
- •Rewrites
plan/improvement-board.md. - •Includes totals, completion rate by responsibility, task-level checklist, and latest activity log rows.
Rules
- •Treat
plan/improvement-board.mdas generated output. - •Update board after each implementation batch.