with one click
check-phase
Assess alignment with the current roadmap phase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Assess alignment with the current roadmap phase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Audit documentation for drift, dead links, and stale content
Spot-check that code matches ADR invariants
Analyze test quality and coverage patterns
Inventory technical debt across the codebase
Check code pattern consistency across the codebase
Run all project health checks and produce a unified report
Based on SOC occupation classification
| name | check-phase |
| description | Assess alignment with the current roadmap phase |
| user_invocable | true |
| context | fork |
| agent | Explore |
Check whether recent work aligns with the current roadmap phase. Phases and their milestone mapping are defined in the Phasing table in CONSTITUTION.md; the live issue list and exit criteria live in GitHub milestones. Phase 1 (Real-World Compatibility & API Polish, milestones v2.1.0/v2.2.0) is the current priority.
Review the last 20 commits on main:
git log --oneline --max-count=20 mainCheck status of the current-phase milestones against their exit criteria:
gh issue list --state all --limit 1000 --json number,title,milestone,state,labelsgh api repos/cacack/gedcom-go/milestonesv2.1.0, v2.2.0), report open vs. closed counts and whether exit criteria are metLook for signs of Phase 2/3 work happening before Phase 1 is complete:
Check if work is being driven by real downstream usage:
## Phase Alignment Assessment
### Current Phase: Phase 1 — API Polish & Stability
### Recent Work Distribution
| Phase | Commits | Percentage |
|-------|---------|------------|
| Phase 1 | ... | ... |
| Phase 2 | ... | ... |
| Phase 3 | ... | ... |
| Maintenance | ... | ... |
### Phase 1 Milestone Status
| Milestone | Open | Closed | Exit criteria met? |
|-----------|------|--------|--------------------|
| v2.1.0 | ... | ... | ... |
| v2.2.0 | ... | ... | ... |
### Phase Leakage
[Any premature Phase 2/3 work detected]
### Recommendations
[Suggestions for staying focused on the current phase]