Intent-System: an operational implementation of IDD
Intent-System is our implementation of Tree-Structured Operational IDD. It puts intent — not spec — at the center, then turns each ready slice into reviewed work. Released intent-cli v0.22.0 emits the commands and records or verifies the state for a herdr-only team; your agent or operator runs the external tools after approval.
The operational loop
The loop runs on GitHub issues. A slice of the intent tree becomes an issue that already carries the architecture, contracts, and UI patterns it needs — so writing a clear issue, the highest-leverage skill in modern AI-assisted coding, becomes feasible. Implementation runs on context that is already there. Review compares the PR to the intent slice, not to the reviewer's taste. Closeout writes any new decisions back into the tree as canonical intent.
The tree itself doesn't need to be perfect on day one. A continuous Clarification step lets AI surface "what about this?" questions in bulk with recommended answers; humans accept the recommendation where they have no strong opinion and override it where they do. Intent grows incrementally, not in an upfront marathon.
Our primary product story is the released v0.22.0 four-thread orchestration model. Herdr-only is the preferred non-preview path for collocated teams; agmsg plus herdr remains supported for distributed or existing-agmsg teams, and the three-thread timer loop remains a supported alternative. See it → Herdr-only orchestration →
Models each thread runs today
These are the models this project's threads run today:
Opus 5 / Sonnet 5 / Fable 5 / GPT-5.6 Sol
GPT-5.6 Luna Max / Sonnet 5
GPT-5.6 Terra Max / Opus 5
This is a current-practice snapshot, not a requirement. Intent-System is model-agnostic: the four-thread model defines responsibilities and decision boundaries, not a mandatory model list.
Read Intent-System in detail
Detail pages, in reading order. Each opens its own page; the same step indicator at the top of every one lets you move between them.
Built on our proposals
Intent-System embodies both proposals — but they don't depend on it. Intent Compass — the Intent Tree supplies the direction for each slice. Git-AI-Flow — the proposal describes an ai-develop lane; intent-cli itself uses the configured target branch or named lane.
What Intent-System is not
- Not a code generator. Code is downstream; we don't ship a model.
- Not a replacement for your IDE.
- Not a project management tool, though it can integrate with one.