Handbook
Intelligence domains
Registered problem classes from packs/catalog.yaml and Human-Life pack intelligences from bundles/human-life-v4.1-audited/.
Updated
Runtime status (node runtime rollout)
| Surface | Status |
|---|---|
| Artifact envelope bus | live — src/forge_intelligence/artifacts/ |
| Maturity registry | 297 / 297 capabilities — technical + autonomy axes (schema 1.1) |
| Hierarchy rollup | MATURITY-HIERARCHY.md + registries/intelligence_maturity.yaml |
| I1_runtime (allowlisted) | see registries/implemented_allowlist.yaml (297) |
| Node catalog | NODE-CATALOG.md (generated) |
| Vocabulary | VOCABULARY.md |
I1 waves (completed slices)
| Wave | Intelligences | I1_runtime |
|---|---|---|
| Reference pack | general.reasoning (13 capabilities) |
all 13 |
| General spine | general.question-framing, general.validation-verification, general.experimentation |
promoted on allowlist |
| General wave B | general.creativity, general.concept-invention, general.creation-realization, general.system-modeling-simulation |
36 caps promoted |
| Reskilling deps | life.work-career-employability, life.personal-finance-resilience, life.caregiving-ageing-end-of-life, plus foundation packs used in T1–T10 |
promoted on allowlist |
| Life wave C (wellbeing) | mental-health, emotional-regulation, sleep-recovery, health-navigation | I1_runtime |
| Life wave D (agency/home) | household-domestic, housing-maintenance, mobility, nutrition | I1_runtime |
| Life wave E (society/risk) | civic-legal, digital-citizenship, safety-first-response, consumer-contracts | I1_runtime |
| Life wave F (equalization) | accessibility, community-culture, entrepreneurship, grief-loss, meaning-values, media-literacy, movement-fitness, parenting, recreation, relationships, sexual-reproductive-health, sustainable-living, travel-relocation | I1_runtime (93 caps) |
| Uniform I1 floor | all 39 intelligences | 287 I1 + 10 I2; 0 I0 |
End-to-end case: cross_intelligence_reskilling_case.yaml T1–T10 executes with envelope-valid artifacts (tests/test_reskilling_full.py).
Reskilling T1–T10 I2 promotion: 10 capabilities at I2_integrated / evidence_class: semantic when gate criteria pass (see tools/promote_reskilling_i2.py).
Previously labeled non-I2 fixture — promotion to I2_integrated requires all criteria:
- Fan-in field preservation gate green across the case DAG
- Domain validators executable per capability (not scaffold-only)
evidence_class≥semanticfor every node in the case- Freeze gate green on session machine JSON
Until then, do not claim I2 for reskilling or its dependency intelligences.
Runtime packs (fi policy + lmeta)
| problem_class_id | intelligence_id | Pack path | Maturity |
|---|---|---|---|
situation-arbitrate |
— | packs/situation-arbitrate/ |
stub |
general/reasoning |
general.reasoning |
packs/general/reasoning/ |
I1_runtime (13 nodes) |
Human-Life bundle (39 intelligences)
Full registry: registries/intelligence_registry.yaml. Regenerate indexes after bundle changes:
python3 tools/generate_indexes.py
python3 tools/generate_intelligence_maturity.py
python3 tools/generate_node_catalog.py
python3 tools/project_concept_wiki.py
Adding a domain
- Create
packs/<domain>/withpolicy.yaml, optionalflows/,fixtures/. - Register in
packs/catalog.yaml. - Run
tools/scaffold_capabilities.pyfor new capabilities; promote viatools/promote_allowlist.pywhen I1-ready. - Document in NODE-CATALOG.md and run CI.