IntentForge

A portfolio of tools to help you develop software with agents, from organizing project knowledge to guiding and coordinating their work.

Portfolio

Trellis

v0.6.1 beta

Keep the guidance agents need close to the work they do, with handbooks for your workspace.

Atlas

v0.9.0 beta

Organize project decisions, open questions, and sources so people and agents can find relevant context.

Intent

v0.1.0 alpha

Keep the software’s intended behavior, constraints, and checks connected to the code.

Forge

v0.1.0 alpha

Give agents goals, steer their work, and inspect saved progress and code changes.

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 change

Install 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