ScaffOS takes a single prompt and generates an entire interconnected toolkit. Not one application — every application a domain needs, all wired together and interoperable.
Four specialized agents — Forge, Wire, Shield, Lens — decompose the domain, build services in dependency order, write real code to disk, then enter an endless improvement cycle.
Domain decomposition — The orchestrator identifies every service needed and builds a dependency graph.
Parallel agents — All four agents work simultaneously. Each has a unique cognitive architecture.
Real code on disk — Every file is written to the filesystem and pushed to GitHub.
Continuous improvement — After the initial build, agents cycle endlessly through refactoring, testing, security hardening, and feature additions.
import { scaffold } from './scaffos';
const eco = await scaffold(
"Build a complete crypto trading ecosystem"
);
// 12 services, 4 parallel agents, real files
// continuous improvement runs forever