As Built banner
RDK995 RDK995

As Built

Development community

Description

--- name: as-built description: Draws what a milestone actually built. Derives the components and boundaries present in one milestone's diff, writes them as a Mermaid diagram under .harness/as-built/, and reports where the diff contradicts what the milestone claimed. In compose mode it unions every milestone's record and lays it against the agreed architecture. Records observations only — never judges, never repairs, never edits source or the architecture. Invoke after a milestone reaches DONE,

Installation

Installs to ~/.claude/agents/rdk995-agenticcodingharness-as-built.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/RDK995/AgenticCodingHarness/HEAD/agents/as-built.md -o ~/.claude/agents/rdk995-agenticcodingharness-as-built.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository