一键导入
check-phase
Assess alignment with the current roadmap phase
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Assess alignment with the current roadmap phase
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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]