Practices & Implementation Guides

Practices are execution standards and concrete recipes for implementation. They provide specifications, workflows, and “how-to” guides. Think of this as the “Construction” of the domain.

What belongs here:

  • Concrete specifications (e.g., “AGENTS.md Spec”).
  • Step-by-step implementation guides.
  • Operational workflows and checklists.
  • Code-level examples and standards.

AGENTS.md Specification

Live

The definitive guide to the AGENTS.md file, focusing on minimal, high-signal context for AI agents.

Feb 18, 2026
governanceagentsspecification

Agent Personas

Live

A guide on how to add multiple personas to an AGENTS.md file, with examples.

Feb 18, 2026
agentspersonasguide

Adversarial Code Review

Live

Executing automated verification using a Critic Agent to validate implementation artifacts against Spec contracts.

Jan 31, 2026
Code ReviewQuality GatesMulti-AgentVerification

ADR Authoring

Live

Step-by-step guide for creating, organizing, and maintaining Architecture Decision Records in your codebase.

Jan 28, 2026
ArchitectureDocumentationDecision MakingADR

Micro-Commits

Live

Ultra-granular commit practice for agentic workflows, treating version control as reversible save points.

Jan 13, 2026
Version ControlGitSafetyRollback

PBI Authoring

Live

How to write Product Backlog Items that agents can read, execute, and verify—with templates and lifecycle guidance.

Jan 13, 2026
AgileProduct Backlog ItemWorkflowAgent Execution

Context Offloading

Experimental

The practice of moving agent trajectories, tool results, and historical state from the context window to the filesystem to prevent cognitive overload and context rot.

Feb 21, 2026
Context EngineeringPerformanceState Management

Workflow as Code

Experimental

Define agentic workflows in deterministic code rather than prompts to ensure reliability, type safety, and testable orchestration.

Feb 18, 2026
OrchestrationDeterminismTypeScriptAutomation

Context Mapping

Experimental

The practice of creating high-density Context Maps to guide agents through codebases and documentation.

Feb 16, 2026
Context EngineeringDocumentationProject Structure

Adversarial Requirement Review

Experimental

A verification practice where a Critic Agent challenges the problem statement and assumptions before any specification or code is written.

Feb 12, 2026
practiceverificationproduct-thinkingrequirements

Constitutional Review Implementation

Experimental

Step-by-step guide for implementing Constitutional Review to validate code against both Spec and Constitution contracts.

Jan 8, 2026
Code ReviewImplementationCritic AgentWorkflowQuality Gates

Living Specs

Experimental

Practical guide to creating and maintaining specs that evolve alongside your codebase.

Dec 22, 2025
DocumentationSpec-Driven DevelopmentLiving Documentation

Feature Assembly

Draft

The implementation phase where PBIs are executed against Specs, validated through quality gates, and integrated into the codebase.

Jan 9, 2026
ImplementationTestingQuality GatesSpec-Driven DevelopmentObservability

Product Vision Authoring

Draft

How to create and maintain a Product Vision document that transmits taste to agents—inline in AGENTS.md or as a separate file.

Jan 5, 2025
Context EngineeringProduct DesignDocumentation