Skip to content

FORGE: CO Practitioner Skills

67 skill atoms. 57 drill specs. 25 teaching cases. 25 drill exemplars. Sourced from 232 journal entries of real craft evidence.

FORGE (Foundation for Orchestration, Reasoning, and Generative Engineering) is the canonical practitioner library for the CO ecosystem. It distils the four Terrene Foundation standards into concrete, drillable skills grounded in evidence from real codegen and research workflows.

FORGE is a library, not a course. It provides reusable skill atoms that downstream courses consume and sequence for specific audiences. Courses like Leading AI Transformation, ML Decision-Making, and domain-specific training all draw from FORGE.

LayerAtomsWhat it covers
Brokerage18Operator and governance moves: sync authority chains, variant classification, cross-SDK coordination, ecosystem navigation
Artifact15What makes a Claude Code artifact work: rules, hooks, defense-in-depth, progressive disclosure, CLAUDE.md architecture
Practitioner34Session-level moves: attention management, intervention timing, institutional memory, research craft (24 COC-layer + 10 COR-layer)

Every atom cites its spec lineage from the Foundation’s standards:

StandardRole in FORGEExample atoms
CAREWhy we build the way we buildDual Plane separation in artifact design, constraint envelope awareness
EATPHow trust flows through systemsTrust posture management, verification gradient in code review
COHow we orchestrate work5-layer architecture moves, anti-amnesia patterns, institutional knowledge capture
PACTHow we govern what we buildD/T/R accountability in agent design, operating envelope delegation
ComponentCountDetails
Skill atoms67Structured as: name, spec lineage, journal evidence, drill, failure mode, related atoms
Drill specs57One per COC-layer atom. Beginner (15min), intermediate (30min), advanced (45min)
Drill exemplars25Fully expanded with setup, task, model answer, scoring rubric, extensions
Teaching cases25Six-section format: situation, trigger, move, outcome, spec connection, discussion questions
Evidence base232 entriesCOC-layer journal entries from loom and terrene codegen workflows
ApplicationAtomsStatus
COC (Codegen)57Complete. Primary layer. Four red team rounds converged.
COR (Research)10 new + 18 cross-taggedComplete. Initial pass, red team converged.
COE (Education)22 cross-taggedIn scope. Coordinated from downstream courses.
Compliance, Finance, Governance, LearnersQueuedNot yet started.

FORGE imposes no sequence. Courses select, sequence, and deliver:

  1. Select atoms by craft area, application, or spec lineage
  2. Sequence them into a course structure
  3. Use drill specs for practice exercises
  4. Use teaching cases for narrative instruction
  5. When a gap is discovered, the fix enters FORGE first, then courses inherit

SC-P-001: Identify adjacent-but-disconnected modules as spec conformance gaps

  • Spec lineage: CO Principle 2 (Institutional Knowledge)
  • Evidence: 3 journal entries showing missed connections between SDK modules
  • Drill: Given two modules, identify shared concepts that should be connected
  • Failure mode: Practitioner treats modules as independent when they share implicit dependencies

FORGE is open source. Clone the repository and browse the catalog:

Terminal window
git clone https://github.com/terrene-foundation/forge.git
cd forge/catalog

The catalog README provides five indexes: by layer, by craft area, by spec lineage, by modality, and by CO application.