What problem does it solve?
This Skill rebuilds an accurate, up-to-date project context at the start of a new conversation by reading living documentation, verifying implementation state, and identifying actionable next steps to avoid wasted time and misaligned work.
Core Features & Use Cases
- Comprehensive documentation reading: Reads CLAUDE.md and AGENTS.md when present and enumerates active plans from docs/plans to determine current objectives.
- Implementation verification: Launches an Explore subagent to cross-check the codebase against active plans and surface discrepancies, missing implementations, and health signals.
- Planning and prioritization: Optionally invokes a Plan subagent to recommend prioritized next steps, surface blockers, and estimate effort for immediate actions.
- Use Case: Ideal for conversation warm-up, onboarding reviewers, or resuming work after downtime to get a single structured summary of active work, recent completions, and recommended next actions.
Quick Start
Ask the AI to reload project context so it reads core docs, verifies the codebase against active plans, and returns a structured summary of current state and next steps.