Defined Concepts

Concepts represent the theoretical foundations of the Agentic SDLC. They are immutable ideas and philosophies that underpin the entire system. Think of this as the “Physics” of the domain.

What belongs here:

  • Fundamental principles (e.g., “Levels of Autonomy”).
  • Theoretical models and abstractions.
  • Explanations of “Why” things work the way they do.
  • content that is unlikely to change with technology shifts.

Model-Driven Development

Live

An early 2000s software engineering paradigm that attempted 100% code generation from models, serving as a cautionary tale for modern spec-as-source AI hype.

Mar 3, 2026
Software DevelopmentMethodologiesHistoryAnti-Patterns

Context Engineering

Live

Context Engineering is the practice of structuring information to optimize LLM comprehension and output quality.

Feb 24, 2026
AILLMPrompt EngineeringContext Engineering

Context Anchoring

Live

The phenomenon where explicit context biases an LLM toward specific concepts or solutions, even when marked as deprecated or irrelevant to the immediate task.

Feb 24, 2026
PsychologyLLMContext EngineeringAnti-Pattern

Extreme Programming

Live

A software development methodology emphasizing high-frequency feedback, testing, and continuous refactoring, which maps perfectly to the Agentic SDLC.

Feb 24, 2026
AgileMethodologyTDDAgentic SDLC

Architecture Decision Record

Live

A lightweight document that captures a significant architectural decision, its context, and consequences at a specific point in time.

Jan 28, 2026
ArchitectureDocumentationDecision MakingADR

Request for Comments

Live

A collaborative proposal document for significant changes that require team consensus before becoming formal decisions.

Jan 28, 2026
RFCArchitectureCollaborationDecision Making

The Learning Loop

Live

The iterative cycle between exploratory implementation and spec refinement, balancing vibe coding velocity with captured learnings.

Jan 26, 2026
CoreMethodologyLearning

Spec-Driven Development

Live

Methodology that defines specifications before implementation, treating specs as living authorities that code must fulfill.

Jan 18, 2026
Software DevelopmentDocumentationSpecificationsLiving Documentation

The 4D Framework (Anthropic)

Live

A cognitive model codifying four essential competencies—Delegation, Description, Discernment, and Diligence—for effective generative AI use.

Jan 13, 2026
AI FluencyHuman-AI CollaborationCognitive ModelPrompt Engineering

Behavior-Driven Development

Live

A collaborative specification methodology that defines system behavior in natural language scenarios, bridging business intent and machine-verifiable acceptance criteria.

Jan 13, 2026
TestingSpecificationAgileRequirements

Gherkin

Live

A structured, domain-specific language using Given-When-Then syntax to define behavioral specifications that are both human-readable and machine-actionable.

Jan 13, 2026
TestingSpecificationBDDSyntax

Mermaid

Live

A text-based diagramming language that renders flowcharts, sequences, and architectures from markdown, enabling version-controlled visual specifications.

Jan 13, 2026
DiagramsVisualizationSpecificationDocumentation

OODA Loop

Live

The Observe-Orient-Decide-Act decision cycle—a strategic model from military combat adapted for autonomous agent behavior in software development.

Jan 13, 2026
AIAgent ArchitectureDecision MakingMilitary Strategy

YAML

Live

A human-readable data serialization language that serves as the structured specification format for configuration, schemas, and file structures in agentic workflows.

Jan 13, 2026
DataConfigurationSpecificationSyntax

Levels of Autonomy

Live

SAE-inspired taxonomy for AI agent autonomy in software development, from L1 (assistive) to L5 (full), standardized at L3 conditional autonomy.

Jan 9, 2026
TaxonomyStandards

Agentic SDLC

Live

Framework for industrializing software development where agents serve as the logistic layer while humans design, govern, and optimize the flow.

Jan 1, 2026
CoreSDLCMethodologyIndustrialization

Provenance

Experimental

The chain of custody and intent behind software artifacts, distinguishing high-value engineered systems from 'slop'.

Feb 15, 2026
CorePhilosophyQualityGovernanceValue

Feedback Loop Compression

Experimental

How AI compresses the observe → validate → learn cycle, shifting the bottleneck from code production to code understanding.

Jan 26, 2026
AIObservabilityProductionOODA

Production Readiness Gap

Experimental

The distance between a working generative AI demo and a secure, scalable production system.

Jan 26, 2026
Context EngineeringQualityProductionEnterprise

Event Modeling

Experimental

A system blueprinting method that centers on events as the primary source of truth, serving as a rigorous bridge between visual design and technical implementation.

Jan 1, 2026
ArchitectureRequirementsStandards

Product Requirement Prompt (PRP)

Experimental

A structured methodology combining PRD, codebase context, and agent runbook—the minimum spec for production-ready AI code.

Jan 5, 2025
Industry TermSpec-Driven DevelopmentContext Engineering

Product Thinking

Experimental

The practice of engineers thinking about user outcomes, business context, and the 'why' before the 'how'—the core human skill in the AI era.

Jan 5, 2025
Product ManagementEngineering CultureAI Era

Vibe Coding

Experimental

Natural language code generation without formal specs—powerful for prototyping, problematic for production systems.

Jan 5, 2025
DisambiguationAICode QualityAnti-Pattern

Model Context Protocol (MCP)

Draft

The universal connector for AI agents to access tools and data, acting as the supply chain infrastructure for agentic workflows.

Mar 2, 2026
InfrastructureStandards

Agent Skills

Draft

Open standard for packaging procedural knowledge and workflows, serving as the 'how-to' layer for AI agents.

Mar 2, 2026
InfrastructureWorkflows

AI Amplification

Draft

The principle that AI tools amplify existing engineering practices—making disciplined teams faster and chaotic teams fail sooner.

Feb 12, 2026
AICultureProcessDynamics

Coverage Metric

Draft

Coverage measures task completion reliability: the proportion of required work units an agent successfully completes in a long-horizon task.

Jan 10, 2026
MetricsAgent EvaluationLong-Horizon Tasks

Guardrails

Deprecated

Why we deprecated the term 'Guardrails' in favor of strict separation between deterministic Context Gates and probabilistic Agent Constitutions.

Jan 1, 2026
DisambiguationArchitecture