What problem does it solve? When returning to a project or joining one mid-stream, it is hard to know what work is in progress, what issues are open, and whether the codebase index is healthy. This Skill aggregates that information into a single compass briefing so you can orient yourself quickly. ## Core Features & Use Cases - Compass Briefing: Calls ch_get_compass to surface active missions, recently completed work, open memos, and an overall health summary for a project. - Code Health Check: Uses ch_ocxp_health to report code index status, staleness, and quality metrics when OCXP is available. - Drill-Down and Action: Investigates concerning items with ch_get_mission, ch_list_memos, and ch_discover_context, then takes action via ch_create_memo, ch_update_mission, or ch_resolve_memo. - Use Case: After a week away from a project, run the status check to see which missions are still active, review open memos flagging issues, and resolve or update items before resuming development. ## Quick Start Ask the assistant to run a project status check for your project name or ID, for example by saying "check the status of project brain".