Skip to content

intent-engineering-for-coding-agents/book

Intent Engineering for Coding Agents

Structure, specs, and proof for agentic software engineering.

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 capturing intent explicitly so an agent works from your decisions, not from guesswork.

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

Companion repository

The book has a companion CLI, iec (Intent Engineering Checker), at https://github.com/intent-engineering-for-coding-agents/cli. It checks a repo for the conventions the book describes: AGENTS.md, ADRs, OpenSpec specs, and test traceability. The book treats it as worked evidence, not a required tool.

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