Vibe coding loses intent.
A great session in Cursor or Claude Code produces working code, but six weeks later, nobody remembers why a particular trade-off was made.
For startup teams running AI coding agents in production: a vocabulary and an operational system that turns intent — not prompts — into the source of truth.
A great session in Cursor or Claude Code produces working code, but six weeks later, nobody remembers why a particular trade-off was made.
A spec written before implementation drifts the moment the first PR lands. Two weeks later, the spec describes a system that no longer exists.
Run an autonomous agent for an hour and it solves the problem in front of it. Run it for a week and it solves a different problem.
IDD moves the source of truth one layer above code. The why and what to achieve live as durable artifacts that humans curate; the how is handled downstream by humans, agents, or AI as fits the slice.
In modern AI-assisted coding, writing a great issue is the single highest-leverage skill — and that is exactly what a structured intent tree makes possible. Each issue inherits the relevant slice of intent (architecture, contracts, UI patterns) so implementation is straightforward and review compares the PR to intent, not to taste.
It also doesn't assume a finished product in one pass. What gets built is checked against the preserved intent — by the design thread and by a human actually running it — and anything off comes back as a fix packet. Because the original intent of the product owner, designer, and engineer is kept as intent, "did we build what we meant?" stays an answerable question.
intent(why & what)spec(how to build)code(the last mile)IDD and SDD are not competing — they stack.
Last year, the right metaphor for AI coding was the harness — restrain output. With Opus 4.5-class models, the right metaphor is the Intent Compass: give direction, don't restrict movement.
Read →02 · BranchingGit-Flow optimized for human-paced releases. GitHub-Flow for continuous human review. Git-AI-Flow introduces a buffer between AI velocity and human oversight.
Read →Intent-System is our concrete implementation of Tree-Structured Operational IDD. Where the spec-as-source camp puts spec at the center, we put intent there. We call it Intent-as-source.
If you're writing one-off scripts or solo prototypes, Intent-System is overkill. We say so on every page.