Skip to content
@intent-engineering-for-coding-agents

Intent Engineering for Coding Agents

Online Book about Intent Engineering for Coding Agents

Intent Engineering for Coding Agents

Structure, specs, and proof for agentic software engineering.

What this book is

Intent Engineering for Coding Agents is a practical guide for senior developers who already use coding agents in real codebases. The focus is on capturing intent explicitly so an agent works from your decisions, not from guesswork.

The book stays vendor-agnostic and targets the capability class of coding agents with tool use, context windows, and real reasoning, not any single product. The practices translate across tools and repos.

What it covers

The chapters group into five parts:

  • Foundation: repo structure as the agent's briefing, with decisions, design docs, specs, and an agent-facing index.
  • Agent Instructions: AGENTS.md and the .agents/ hub that teach every agent how to work in your repo.
  • Spec-Driven Development: change-sized specs before code, with OpenSpec as the working example.
  • Quality and Verification: tests as proof of intent, stable AC IDs, PR taxonomy, and agent evaluation.
  • Team Workflows: adoption, trunk-based development with agents, cross-team coordination, and what is still unsettled in the field.

Repositories

This GitHub organization holds both the book and its companion tooling.

Name What it is Code Docs / Pages
Book VitePress source for Intent Engineering for Coding Agents. https://github.com/intent-engineering-for-coding-agents/book GitHub Pages site (URL to be announced at launch).
Intent Engineering Checker (iec) Companion CLI that checks a repo for the conventions used in the book: AGENTS.md, ADRs, OpenSpec specs, and test traceability. https://github.com/intent-engineering-for-coding-agents/cli CLI docs and examples in docs/ inside the repo; GitHub Pages site planned.

How to use this work

  • Read the book chapters under content/ in this repo, or on the published site once the GitHub Pages URL is live.
  • Browse the iec repo to see the practices applied to a real project, with ADRs, specs, and tests wired together.
  • Link to this page from other repos, docs, or social posts when you want a single place that explains what Intent Engineering for Coding Agents is and where to find the code.

Popular repositories Loading

  1. book book Public

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

    TypeScript 1

  2. cli cli Public

    CLI tool built with Agentic Software Engineering (ASE) practices

    Python

  3. .github .github Public

  4. intent-engineering-for-coding-agents.github.io intent-engineering-for-coding-agents.github.io Public

    Organization landing page: redirects to the book

    HTML

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…