Skip to content

intent-engineering-for-coding-agents/book

Intent Engineering for Coding Agents

How humans and coding agents design software together.

This repository holds the VitePress source for the book Intent Engineering for Coding Agents, a practical guide for senior developers who already use coding agents in real codebases. The focus is designing source-controlled collaboration so coding agents work from human decisions, not from guesswork.

Read it online: https://intent-engineering-for-coding-agents.github.io/book/

Companion repository

The book has a companion CLI and example repository, iec (Intent Engineering Checker), at https://github.com/intent-engineering-for-coding-agents/cli. It concretely shows how to structure a repository as the book describes, including AGENTS.md, ADRs, OpenSpec specs, and test traceability. It is a real tool, but it exists primarily as an illustrative companion and is not production-grade.

Build locally

The site is built with VitePress. Prose lives in content/ (srcDir), and docs/ is reserved for the repo's own Intent Engineering documentation.

npm install
npm run docs:dev      # local dev server with hot reload
npm run docs:build    # build to .vitepress/dist/
npm run docs:preview  # preview the production build

Contributing

Feedback and changes run through GitHub. See CONTRIBUTING.md and the Feedback & Contributing page. Every page on the site also has a "Suggest a change to this page" link that opens an edit PR directly.

License

This project is dual-licensed to fit its two kinds of content:

When in doubt: text is CC-BY-4.0, code is Apache-2.0.

About

Intent Engineering for Coding Agents: structure, specs, and proof for agentic software engineering. A practical guide for senior devs using coding agents.

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-CONTENT

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors