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
LiveThe definitive guide to the AGENTS.md file, focusing on minimal, high-signal context for AI agents.
Agent Personas
LiveA guide on how to add multiple personas to an AGENTS.md file, with examples.
Adversarial Code Review
LiveExecuting automated verification using a Critic Agent to validate implementation artifacts against Spec contracts.
ADR Authoring
LiveStep-by-step guide for creating, organizing, and maintaining Architecture Decision Records in your codebase.
Micro-Commits
LiveUltra-granular commit practice for agentic workflows, treating version control as reversible save points.
PBI Authoring
LiveHow to write Product Backlog Items that agents can read, execute, and verify—with templates and lifecycle guidance.
Context Offloading
ExperimentalThe practice of moving agent trajectories, tool results, and historical state from the context window to the filesystem to prevent cognitive overload and context rot.
Workflow as Code
ExperimentalDefine agentic workflows in deterministic code rather than prompts to ensure reliability, type safety, and testable orchestration.
Context Mapping
ExperimentalThe practice of creating high-density Context Maps to guide agents through codebases and documentation.
Adversarial Requirement Review
ExperimentalA verification practice where a Critic Agent challenges the problem statement and assumptions before any specification or code is written.
Constitutional Review Implementation
ExperimentalStep-by-step guide for implementing Constitutional Review to validate code against both Spec and Constitution contracts.
Living Specs
ExperimentalPractical guide to creating and maintaining specs that evolve alongside your codebase.
Feature Assembly
DraftThe implementation phase where PBIs are executed against Specs, validated through quality gates, and integrated into the codebase.
Product Vision Authoring
DraftHow to create and maintain a Product Vision document that transmits taste to agents—inline in AGENTS.md or as a separate file.