Keep the guidance agents need close to the work they do, with handbooks for your workspace.
IntentForge
A portfolio of tools to help you develop software with agents, from organizing project knowledge to guiding and coordinating their work.
Portfolio
How they work together
Agents need working guidance they can reuse across tasks and conversations. Trellis maintains the repository’s handbooks for practices, checks, and repeatable procedures.
A change may depend on decisions and sources outside the file being edited. Atlas connects that knowledge so people and agents can find the relevant context.
An agent can understand the code and still miss the behavior a change is meant to preserve. Intent records the software’s expected behavior and constraints, with checks that help assess the result.
As agents make changes, developers need a way to steer the work and assess the result. Forge lets you steer agents, read saved progress, and inspect code changes.
You choose the guidance and context for each task and decide what to integrate after reviewing the changed code and verification results.
Walk through a first changeInstall and instructions
Install Trellis through your agent host using the Trellis installation guide.
For the combined Intent, Atlas, and Forge environment, install the launcher:
npm install --global @neutral/intentforge@0.1.0
Setup instructions