master-onboarding

Load user memory, read system instructions, inspect the roster, and establish the SDLC workflow.

3|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/cloga/optimus-code --skill master-onboarding
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: master-onboarding
Source: https://github.com/cloga/optimus-code/tree/main/optimus-plugin/skills/master-onboarding
Command: npx skills add https://github.com/cloga/optimus-code --skill master-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboarding a Master Agent requires coordinating memory loading, system rule ingestion, roster inspection, and workflow initialization to ensure consistent behavior across sessions.

Core Features & Use Cases

  • Load user memory and parity with sub-agents at startup.
  • Read centralized system instructions and verify the canonical workflow.
  • Inspect the roster for available T1/T2/T3 resources and establish task delegation guardrails.
  • Enforce the SDLC lifecycle from PROBLEM to VERDICT with escalation and anti-pattern checks.

Quick Start

Initiate the master onboarding sequence by loading user memory, validating system instructions, inspecting the team roster, and establishing the canonical workflow for a new Master Agent session.

Frequently Asked Questions about master-onboarding

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

FAQPage Schema
How do I automate agent onboarding workflow for a new conversation session?▼

Automating agent onboarding workflow requires loading user memory, ingesting system instructions, inspecting the roster, and establishing the SDLC-driven protocol. This ensures consistent behavior across sessions by coordinating memory parity and task delegation guardrails at startup.

What is the canonical system-instructions file needed for master agent setup?▼

The canonical system-instructions file is a markdown document located at .optimus/config/system-instructions.md. It provides the centralized system rules that the master agent ingests during the first-run onboarding sequence to verify the canonical workflow.

How do I enforce the SDLC lifecycle from PROBLEM to VERDICT during agent orchestration?▼

Enforcing the SDLC lifecycle involves applying the Step 0–6 protocol (PROBLEM, PROPOSAL, SOLUTION, EXECUTE, VERIFY, ESCALATE) during onboarding. This establishes task delegation guardrails and anti-pattern checks to manage the workflow from problem definition to final verdict.

Do I need get_user_memory and roster_check access to initialize the master onboarding sequence?▼

Yes, accessing get_user_memory and roster_check is required to initialize the master onboarding sequence. These dependencies enable the agent to load user memory, inspect available T1/T2/T3 resources, and establish parity with sub-agents at startup.

What's the best way to inspect a team roster for available T1/T2/T3 resources?▼

Inspecting a team roster for T1/T2/T3 resources is executed through the roster_check dependency during the initial onboarding workflow. This process verifies available resources and establishes the necessary task delegation guardrails for the session.