orient

Route operator intent to follow-on skills using session-orient survey output.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Kohlex/autopilot-plugin --skill orient-kohlex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orient
Source: https://github.com/Kohlex/autopilot-plugin/tree/main/skills/orient
Command: npx skills add https://github.com/Kohlex/autopilot-plugin --skill orient-kohlex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initial orientation and routing of operator intent when the automatic session survey does not fire, ensuring a smooth handoff and context grounding.

Core Features & Use Cases

  • Manual fallback orientation: provides a one-line greeting and collects intent when the session hook is unavailable.
  • Routing hub: directs user input to the appropriate follow-on skill (ideate-wedge, platform-init, brownfield onboarding) based on what the user says.
  • Context grounding: consumes the session-orient survey output to inject context and maintain continuity across interactions.

Quick Start

Run the survey manually when the hook fails and follow the routing prompts to dispatch to the appropriate skill.

Frequently Asked Questions about orient

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route operator intent to the correct follow-on skill during a session?

Route operator intent by consuming the session-orient survey output to direct user input to the appropriate follow-on skill based on what the user says. This ensures a smooth handoff and context grounding across interactions.

What is the fallback mechanism for session orientation when the automatic hook fails?

Manual fallback orientation provides a one-line greeting and collects intent when the session hook is unavailable. It ensures a smooth handoff and context grounding when the automatic survey does not fire.

How do I maintain context continuity when resuming a session with prompts like 'where was I'?

Maintain context continuity by consuming the session-orient survey output to inject context and maintain continuity across interactions. This handles prompts like 'where was I', 'continue', or 'build X' for deliberate routing decisions.

Do I need a specific integration to use intent routing for sessions?

Yes, intent routing requires a functional session-orient.js integration, non-barging behavior, and a clear fall-back to simple greetings and routing. This setup ensures the skill can consume the survey output correctly.

What follow-on skills can the routing hub dispatch to during session orientation?

The routing hub directs user input to follow-on skills like ideate-wedge, platform-init, and brownfield onboarding. Dispatching is based on what the user says during the manual fallback orientation or deliberate routing decision.