What problem does it solve? Before starting a large task or self-improvement loop, agents need to know whether the project's context stack (agent rules, domain docs, ADRs, Memory graph, telemetry, and LLM Wiki) is actually ready. This Skill provides a read-only healthcheck that reports the full posture without mutating anything. ## Core Features & Use Cases - Read-only status report: Runs bootstrap.mjs status context to report committed context files, Memory init-chain state, graph store presence and freshness, hooks, Skill telemetry, and Wiki readiness. - Readiness score and recommendations: Produces a simple score of ready checks plus concrete setup recommendations, without ever triggering initialization or mutations. - Use Case: Before launching an /afk wave or onboarding a new agent, run the report to confirm CLAUDE.md, ADRs, the Memory graph, and .red/wiki/ are in place, then hand the recommendations to the user or calling workflow to decide on setup actions. ## Quick Start Ask the agent to run the context-status report and summarize the readiness score and recommendations before starting the next large task.