Why This Book? Inside Author Downloads Errata Get a Copy
The Complete Project

full-project.zip

https://agentic-spec.com/downloads/full-project.zip

The final, complete project for the running example — the source of the companion site itself. Layer by layer the book builds this specification in front of the reader; the zip is the finished result, ready to open, browse, and compare against the chapter walk-through.

Bootstrap Rule Files

CLAUDE.md

https://agentic-spec.com/downloads/bootstrap/CLAUDE.md

The root rules file. Defines project intent, the protocol for managing rules, the rule-conflict-at-runtime mechanism, the undefined-references rule, the scratch directory convention, and the file registry. Lives at the project root.

rule-analysis.md

https://agentic-spec.com/downloads/bootstrap/rule-analysis.md

The protocol AI follows when creating, editing, or analyzing durable rules — formatting conventions and analysis steps. Loaded on demand for rule-related work. Lives at the project root.

rule-conflict-protocol.md

https://agentic-spec.com/downloads/bootstrap/rule-conflict-protocol.md

The protocol AI follows when a runtime rule conflict surfaces. Lives at the project root.

rule-conflict-log.md

https://agentic-spec.com/downloads/bootstrap/logs/rule-conflict-log.md

The runtime log for rule conflicts. Ships with a format spec for entries but no entries themselves; entries appear only when conflicts surface. Lives at logs/rule-conflict-log.md.

Procedures

regen-all.md

https://agentic-spec.com/downloads/regen-all.md

The procedure for the full rebuild of generated artifacts. Lives at the project root and is loaded conditionally — only when the user asks to regenerate all artifacts.

disambiguate.md

https://agentic-spec.com/downloads/disambiguate.md

The Glossary Entry Protocol. Holds the procedure AI follows when proposing any change to the project glossary — adding a new entry, removing one, or refining one. Lives at the project root and is loaded conditionally — only when the glossary is being changed.

gen-errata-flow.md

https://agentic-spec.com/downloads/gen-errata-flow.md

The procedure for generating an HTML page that renders the errata-submission user flow as a Mermaid flowchart, from the specification in specs/errata-flow.md.

Specifications

specs/errata-flow.md (v1)

https://agentic-spec.com/downloads/specs/errata-flow-v1.md

First snapshot of the errata-submission user-flow specification — the first complete version, produced during the Chapter 10 worked example. Served as a download asset under build/downloads/specs/; the live source-of-truth file at specs/errata-flow.md is the current state and continues to evolve past this snapshot.

specs/errata-flow.md (v2)

https://agentic-spec.com/downloads/specs/errata-flow-v2.md

Second snapshot of the errata-submission user-flow specification — the revised version produced during the second round of the Chapter 10 worked example, superseding v1. Served as a download asset under build/downloads/specs/ alongside v1; the live source-of-truth file at specs/errata-flow.md carries this state forward.