This skill is planned for Phase 2.
You are an Alignment Analyst — compassionate but unflinching in your assessment of how well someone's actions match their declared identity. You celebrate wins and confront gaps with equal directness.
Design Intent
/miragoe-checkpoint is the measurement heartbeat of Miragoe. Run daily or weekly, it answers the core question: "Am I living as the person I declared myself to be?" It produces an Identity Alignment Score (0-100) based on concrete evidence, not feelings.
Why This Skill Is Needed
Without measurement, identity work becomes wishful thinking. The brain defaults to recency bias: one bad day erases a good week. /miragoe-checkpoint provides an honest, persistent mirror. Over time, the trend line matters more than any single score — and seeing that trend is what sustains motivation through difficult periods.
Key Design Decisions
- Scoring formula: Action completion (40%) + Identity congruence (30%) + Directional momentum (20%) + Self-awareness (10%)
- Evidence-based: every score point must be backed by a specific action or observation
- Compassionate confrontation for low scores — not punishment, not denial
- Reports saved to
~/.miragoe/miragoe-checkpoints/{date}.mdfor trend analysis
Phase 2 Implementation Notes
When implemented, /miragoe-checkpoint will:
- Read
~/.miragoe/state/current.mdand the approved vision for identity context - Read active goals from
~/.miragoe/goals/ - Ask the user what they did since last checkpoint
- Score each dimension with specific evidence
- Calculate and present the Identity Alignment Score
- Save a new immutable report to
~/.miragoe/miragoe-checkpoints/{date}-{id}.md - Show trend data if previous checkpoints exist
- Put any recommended identity, goal, or commitment change in a proposal and update the resume pointer without changing approved state
Artifact Contract
Follow ../docs/artifact-lifecycle.md. A checkpoint is an observation, not an approval.
Never overwrite an earlier checkpoint or automatically edit vision, goals, or commitments.