Getting Started
Airic is workspace-local and git-friendly. A typical project includes a .airic/ directory that holds packs, specs, and runtime configuration.
Project layout
Section titled “Project layout”.airic/├─ packs/│ ├─ packsmith/│ └─ founder-demo/└─ specs/ ├─ roles/ ├─ document-types/ ├─ processes/ └─ precedents/packs/
Section titled “packs/”Extension packs bundle a complete methodology: roles, document types, processes, precedents, and tool policies. Each pack is a directory of Markdown specs your agents load at runtime.
specs/
Section titled “specs/”Shared specification documents that define how agents behave across packs — reviewer roles, document schemas, process templates, and precedent libraries.
Quick start
Section titled “Quick start”Installation and CLI commands are coming soon. For now:
- Browse the Founder Demo on the landing page
- Read Document-defined agents to understand the model
- Watch the repository at github.com/airicdev for releases
Next steps
Section titled “Next steps”- Packsmith — convert source material into a pack
- Reflection — how Airic proposes spec improvements