Show the current AegisNode implementation phase status by reading the checkbox progress tracker in notes/PLAN.md. Use at session start or when the user asks "what's next".
Quickly surface where the project stands in the multi-phase plan.
Read the progress tracker section at the top of notes/PLAN.md
(typically the first ~60 lines — a list of phase checkboxes).
head -80 notes/PLAN.md
From the checkbox list, identify:
- [x].- [ ] lines.Report in this shape:
## AegisNode Phase Status
Last completed: Phase N — <short title>
Current / Next: Phase M — <short title>
- outstanding steps: <count or list>
Upcoming (blocked by current):
- Phase X, Phase Y
Run /phase-status again after each commit to track progress.
If the user asks for details on a specific phase, read the
corresponding ## Phase N section from notes/PLAN.md.
notes/PLAN.md from this skill. Phase completion is
marked manually after commit + review.