Skip to content

Intent Phase

The Intent phase answers two questions: What are we building? and Why does it matter? Everything in the DLC traces back to artifacts produced here.

Without clear intent, AI assistants generate code that’s technically correct but strategically wrong. The Intent phase forces clarity before anyone writes code, designs architecture, or creates tasks.

The starting point. A concise declaration of:

  • Who it’s for (specific personas, not “users”)
  • What problem they face
  • Why now — the trigger for this work
  • What outcome you expect
  • How you’ll measure success

Created by: cat-intent-statement with Clara

The operational expansion of the Intent Statement. Adds:

  • Detailed scope (in/out) with specific boundaries
  • Success metrics with measurable targets
  • Assumptions and constraints
  • Key risks with mitigations
  • Dependencies on other teams or systems
  • Non-functional requirements (performance, security, reliability)

Created by: cat-intent-brief with Clara

For small changes (1–3 bolts), combines Statement and Brief into a single lightweight artifact using a streamlined conversation.

Created by: cat-quick-intent with Clara

A decomposition of the Intent Brief into discrete features. Each feature becomes a unit that gets bolts in Construction.

Created by: cat-features-create with Clara

Before or during intent capture, research workflows build understanding:

WorkflowAgentPurpose
cat-market-researchLiviaCompetitive landscape, customer analysis
cat-domain-researchLiviaIndustry knowledge, domain concepts
cat-technical-researchLiviaTechnology evaluation, architecture patterns
cat-product-briefLiviaProduct concept documentation
cat-prfaqLiviaWorking Backwards PRFAQ challenge
cat-intent-checkpoint

Validates that intent artifacts are:

  • Complete — All required sections populated
  • Specific — Metrics are measurable, scope is bounded
  • Compliance-ready — Proper frontmatter for audit trail

This gates the transition to Architecture. A passed checkpoint means: “The Solution Architect can start the ARC without calling a meeting.”

PitfallFix
Vague metrics (“improve performance”)Add specific targets (“reduce P95 latency from 800ms to 200ms”)
Scope defined by what you’ll build, not boundariesAdd explicit “Out of Scope” section
Missing “Why Now”Without urgency, intent becomes a backlog wish
Skipping intent for “obvious” changesEven small changes benefit from cat-quick-intent

See Also: Create Intent Artifacts · DLC Overview · Architecture Phase