Skip to content

Latest commit

 

History

History
112 lines (67 loc) · 2.83 KB

File metadata and controls

112 lines (67 loc) · 2.83 KB

Tutorial

This tutorial walks through the smallest useful path for using this repo.

Goal: create one clean demo agent setup and one curated knowledge note.

Step 1: Read The System Model

Read these first:

You only need two ideas before continuing:

  • durable definitions should have a single source of truth
  • runtime state should not be confused with role definition

Step 2: Inspect The Demo Agent

Open:

This shows the relationship between:

  • profile
  • runtime spec
  • SOP

Step 3: Copy The Templates

Start from:

Create a new role by duplicating these templates into your own working area.

Step 4: Use The Onboarding Skill

Open:

Then fill:

The onboarding flow should produce:

  • a canonical profile
  • a canonical runtime spec
  • a canonical SOP location
  • a target workspace that only holds runtime state

Step 5: Install Baseline Skills

Review:

The baseline set is intentionally small:

  • brainstorming
  • canvas-communication
  • connect-the-dots
  • writing-plans
  • verification-before-completion

Do not add company-specific or agent-specific skills until the baseline layer is stable.

Step 6: Start The Knowledge Graph

Use:

Put raw material into:

Promote durable material into:

Review the example notes:

Step 7: Build Your First Real Role

Once the demo makes sense:

  1. define one clear role
  2. write one runtime spec
  3. write one SOP
  4. onboard one agent
  5. create one curated note

Do not scale before this small loop feels clean.

Want The Command-Level Version?

Read: