Product Map
The currently documented CogFoundry product surface and where to find each workflow.
The public documentation follows the loomloom compiler and execution lifecycle.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The currently documented CogFoundry product surface and where to find each workflow.
CogFoundry
└── loomloom
├── loomloom CLI
├── SkillCompiler
├── Reusable AI work IR (TemplateSpec)
├── SkillBots and Market
└── Execution platform
├── Official and private templates
├── Models and executable assets
└── Runs, results, and artifacts
| Surface | What users can do | Documentation |
|---|---|---|
| loomloom CLI | Define, compile, execute, inspect, package, and manage AI work. | loomloom CLI |
| Reusable AI work IR | Define typed inputs, steps, dependencies, model use, and outputs with TemplateSpec. | Create reusable AI work IR |
| Execution platform | Discover official templates, run versioned private templates, select supported models, monitor runs, and retrieve results. | Official templates, Supported models, Run and monitor workflows |
| SkillBots and Market | Package a private-template snapshot as a reviewed modular AI system, or discover and run approved SkillBots. | Build and use SkillBots |
| Local Agent Skills | Install a local wrapper for Codex, Claude Code, or OpenClaw without copying server-side workflow logic. | Local Agent Skills |
| HTTP API | Integrate templates, SkillBots, runs, and results programmatically. | loomloom API |