What problem does it solve?
This Skill prevents lost context and missed work by restoring pending offboard steps, detecting first-session state, and guiding you to the correct next phase based on live repository signals.
Core Features & Use Cases
- Honors pending offboard: Retroactively runs /offboard when a prior session ended without it, ensuring the system’s state remains consistent across sessions.
- Detects first-session-on-a-new-project: Recognizes when foundational project artifacts are missing and routes you to an onboarding bootstrap decision flow.
- Loads all skill bodies for orchestration: Forces the orchestrator to read every skill body so it can reliably route future actions without missing critical anti-patterns or prerequisites.
Quick Start
Run the /onboard skill at the start of a new orchestrator session to detect any pending /offboard, load all skill bodies, determine the current plan position, and get routed to the next action.