From orchestrator
Use when beginning any task, switching to an unfamiliar area of the codebase, or when context from previous sessions would help. Also use when resuming after context compaction.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrator:getting-startedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<SUBAGENT-STOP>
You're entering a task and need context. Do this quickly and silently:
briefing to get the session briefing (open threads, recent decisions, last checkpoint)orchestrator:consult-concierge with a query like "What should I know about [topic]?" - the concierge searches conventions, decisions, anti-patterns, and architecture notes, then returns a curated summary. For simple lookups, call lookup directly instead.list_work_items (all statuses) and list_open_threads - these return everything without keyword search, so nothing is missed.Do NOT dump the full briefing to the user. Internalize it and proceed with the task. Only mention relevant items (e.g., "I see there's an open thread about X that relates to this").
npx claudepluginhub spawnbox-dev/claude-plugins --plugin orchestratorRecalls project context via ctx CLI: loads context packet, reads TASKS.md/DECISIONS.md, lists recent sessions, presents structured readback of last session, active tasks, recent decisions, next steps. For memory questions or session starts.
Recovers session context after compaction by scanning RPI state, evolve cycles, git history, work queue, and knowledge artifacts. Provides a dashboard of prior activity and next steps.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.