AI Beyond FDLC Addendum Agent landscape · May 2026

AI Agent Landscape & Workflow Additions

A comprehensive view of agent additions across all workflow phases, from discovery through post-ship learning, plus a cross-team dependency management system. Agents are organized by phase and ranked by maturity and value priority.

TIER 1 Operational in pilot
TIER 2 Defined, unlocked by pilot signal
X-DOMAIN Cross-team system
Signal-gated resource. This document is unlocked by pilot evidence, not elapsed time. Tier 1 agents are operational in the pilot. Tier 2 and above each carry a specific unlock condition — the evidence threshold the pilot must produce before that agent addition is activated. Unlock criteria for each item are listed in the Priority Map section. The AI FDLC Review is the decision forum for each activation.
Discovery

Phase 1 — Signal & intent (continuous, PM-owned)

Continuous signal capture and structured opportunity surfacing. This phase is where the discovery loop begins; agents here turn raw customer and behavioral data into PM-reviewable candidates.

Existing: PM research agent (Tier 1) · Research synthesis agent (Tier 1) · Inbound signal agent (Tier 2) · Market intelligence agent (Tier 2) · Competitive analysis agent (Tier 2)
Voice-of-Customer (VoC) Synthesis Agent
Phase 1 TIER 2
Processes sales and CS call recordings (Gong, Chorus) on a rolling basis — distinct from per-study research synthesis. Extracts JTBD signals, objection patterns, competitor mentions, and feature requests. Weights by ARR and customer tier. Surfaces structured opportunity candidates to the Phase 1 signal queue continuously, not per research cycle. Best-in-class teams run this as always-on infrastructure, not a periodic research event.
Escalation
PM All candidates reviewed before promotion
Does not
Make go/no-go calls. Interpret strategic fit. Access calls without consent instrumentation in place.
Infrastructure requirement
Gong/Chorus API access · Shared signal schema with inbound signal agent · AHA cross-linking
Behavioral Signal Agent
Phase 1 TIER 2
Reads product analytics continuously (Amplitude, Mixpanel, Heap, or equivalent). Monitors for usage pattern anomalies, drop-off points, feature abandonment rates, and workflow completion rates. When a pattern meets a threshold (e.g., 15%+ decline in feature completion over 30 days), surfaces a structured signal card to the PM queue. Best-in-class teams treat behavioral analytics as a discovery feed, not a reporting tool — this agent makes that operational without requiring a PM to live in dashboards.
Escalation
PM Design Anomaly cards reviewed before acting on signal
Does not
Interpret why a pattern is occurring (human judgment). Generate opportunity candidates without PM review.
Infrastructure requirement
Analytics platform API access · Threshold config per product area · AHA integration for candidate surfacing
Persona Drift Detection Agent
Phase 1 TIER 2
Compares current user behavioral data against documented persona assumptions on a rolling cadence. When behavior diverges — segments using features in unexpected ways, new usage patterns emerging outside persona boundaries, persona-attributed jobs being completed by non-target segments — surfaces a “persona drift card” for PM + Design. This signal is typically discovered when a customer tells you, not proactively. Best-in-class teams instrument this explicitly.
Escalation
PM Design
Infrastructure requirement
Personas in machine-readable format · Analytics segmentation aligned to persona attributes
Opportunity Sizing Agent
Phase 1 TIER 2
From a signal brief + problem statement, produces a structured sizing input: ARR at risk from inaction, ARR opportunity from capture, customer tier distribution of affected accounts, adoption rate projection from comparable features. Not a recommendation — a structured evidence package to inform PM prioritization judgment. Best-in-class teams run this before any G1 conversation; it’s the difference between prioritization discussions grounded in numbers vs. conviction.
Escalation
PM PM validates sizing before using in prioritization
Does not
Make prioritization decisions. Produce revenue forecasts without PM review. Access customer financial data directly.
Discovery

Phase 1 — Discovery thread (G0→G1 · PM-accountable)

Between G0 and G1, the trio shapes a problem statement that’s sharp enough to author against. Agents here surface unstated assumptions, find prior art, and pre-screen complexity before spec authoring begins.

Existing: PM research agent (Tier 1)
Assumption Audit Agent
Pre-G1 TIER 2
Before G1 closes, reads the problem statement and surfaces unstated assumptions against a structured taxonomy: user behavior assumptions, technical feasibility assumptions, market assumptions, and scope assumptions. Output: “This problem statement implicitly assumes [X]. Validation status: [none found / supported by signal brief / contradicted by behavioral data].” Does not block G1 — produces an assumption log that the trio reviews. The discipline of making assumptions explicit before spec authoring eliminates an entire class of late-stage scope changes.
Escalation
PM PM reviews assumption log and confirms or flags for validation
Infrastructure requirement
Problem statement in structured format · Assumption taxonomy defined per domain
Comparable Feature Analysis Agent
Phase 1 TIER 2
When a problem statement is defined, searches the competitive intelligence corpus for analogous features in adjacent products and summarizes how they solved the same job: interaction model, scope decisions made, known user reception signals. Gives PM and Design a starting point for exploration rather than building from first principles every time. Best-in-class teams systematize this; most teams rely on individual memory of what competitors have shipped.
Escalation
PM Design
Infrastructure requirement
Competitive analysis corpus (feeds from competitive analysis agent) · Structured feature taxonomy
Feasibility Pre-Screen Agent
Phase 1 TIER 2
Early engineering input before full Architecture engagement. Reads the problem statement and surfaces likely technical complexity signals from the constitution and companion files: known platform constraints, relevant prior architecture decisions, services likely to be implicated, and conditions that would trigger an Architecture engagement requirement. Not an Architecture review — a pre-screen that helps the trio arrive at G1 with an informed complexity estimate rather than discovering it during spec authoring.
Escalation
Engineering Engineering lead reviews and confirms or escalates
Does not
Replace Architecture review. Make scope decisions. Commit Engineering to an approach.
Spec & Design

Phase 2 — Spec authoring (G1 → G2, PM accountable / trio co-authors)

Spec authoring agents check the structural quality of the spec, screen for cross-team dependencies, and prepare the design constraint surface — all before G2 closes.

Existing: Generation agent assists spec draft · Spec-to-prototype reconciliation agent (Tier 2)
Spec Completeness / P7 Sufficiency Agent
Pre-G2 TIER 2
Runs against the structured spec before G2 closes. Checks structural completeness (required sections populated), P7 sufficiency thresholds by feature type, and internal consistency: every state in §2.4 governed by at least one AC; every AC maps to a testable assertion. Outputs a sufficiency report: pass, conditional (gaps flagged), or fail. Catches the most expensive class of generation failures before generation runs.
Escalation
PMDesign
Unlock
Post-pilot — spec format consistent
Dependency / Cross-Team Contract Screening Agent
G1 → G2 TIER 2
Reads the draft spec against the Living Dependency Graph (see Cross-Team System). Surfaces undeclared external dependencies before G2 closes: “This spec references [entity X] — cross-team dependency candidate. Contract status: unregistered.” Outputs a dependency candidate list for Engineering to resolve before G2. Makes near-zero undeclared contracts at G2 mechanically achievable rather than memory-dependent.
Escalation
Engineering
Unlock
Early rollout — service registry machine-readable
Acceptance Criteria Quality Agent
Pre-G2 TIER 2
Goes beyond sufficiency check. Specifically evaluates AC quality against three criteria: testability (can two engineers independently write passing tests for this AC?), independence (does this AC require another AC to be true first?), and state coverage (does this AC’s condition map to exactly one state in §2.4?). Output: structured AC quality report. “AC [X] is ambiguous — two engineers would implement it differently. Suggested rewrite: [draft].” PM resolves before G2 closes.
Escalation
PM PM resolves; Engineering Lead confirms
Does not
Author ACs. Make scope decisions. Replace PM judgment on what the AC should say.
Constraint Inventory Agent
Pre-G2 → Pre-Phase 3 TIER 2
Before generation begins, reads the spec and the domain constitution companion file and produces a structured constraint inventory: DS rules active for this feature, states with no existing DS coverage (will require design judgment at generation time), architecture constraints from prior decisions, and localization/accessibility flags. Gives Design a complete constraint surface map before the generation session — eliminating the discovery-during-generation pattern that causes generation stops.
Escalation
Design
Infrastructure requirement
Companion file machine-readable · DS coverage inventory queryable
Spec & Design

Phase 3 — Design generation and validation (G2→G3 · Design-accountable)

During generation, agents extend variant output with copy, surface localization implications, and quantify interaction cost — so the trio enters G3 with a fuller signal set than the rendered prototype alone provides.

Existing: Generation agent (Tier 1) · Validation agent (Tier 1) · Spec-to-prototype reconciliation agent (Tier 2, highest priority)
Copy / Content Generation Agent
Phase 3 TIER 2
Integrated with design generation. When variants are generated, produces companion microcopy: button labels, error messages, empty states, tooltips, and inline help text — consistent with brand voice guidelines and UX writing standards in the constitution. Currently copy is authored after design approval, often by a different person, creating copy/design misalignment that surfaces at G3 or in QA. Best-in-class teams generate copy and UI simultaneously from the same spec.
Escalation
Design Design reviews and approves; PM reviews for voice alignment
Infrastructure requirement
UX writing guidelines in constitution · Brand voice document machine-readable
Localization Pre-Screen Agent
Phase 3 TIER 2
At generation time, flags UI elements likely to have l10n/i18n implications: string lengths that won’t work in German/French/Japanese, date/number formatting embedded in layout, RTL considerations, character set assumptions. Surfaces before G3 so Engineering is not discovering localization complexity mid-implementation. Most teams discover l10n issues in QA. Moving this upstream is one of the cleanest engineering cycle time wins available.
Escalation
Engineering Design
Infrastructure requirement
l10n configuration per supported locale · String length constraints encoded
Interaction Cost / Cognitive Load Agent
Phase 3 TIER 2
After variant selection, assesses the selected interaction model against established usability heuristics (Fitts’s Law for target sizes, Miller’s Law for information chunking, progressive disclosure principles). Produces a structured “interaction cost report”: friction points, estimated cognitive load per step, comparison against the current baseline interaction model where one exists. Not a gate — a second opinion that Design can act on before G3. Best-in-class design teams use this as a UX quality forcing function that scales with volume.
Escalation
Design Design decides whether to act on findings
Does not
Replace usability testing. Block G3 independently. Override Design’s judgment on interaction tradeoffs.
Spec & Design

Pre-G3 output preparation

Output prep agents extend the standard output suite with test scaffolds derived from ACs and analytics plan validation against the actual instrumentation layer — so what arrives at G3 is build-ready, not aspiration.

Existing: Figma MCP agent (Tier 1, conditional) · Output generation agent (Tier 1) — produces QA test cases, engineering annotations, analytics plan, decision rationale
Test Scaffolding Agent
Phase 3 (pre-G3) TIER 2
Extends beyond the output generation agent’s QA test cases. Generates actual test code scaffolds from the acceptance criteria and state list: unit test structure (describe/it blocks with test data placeholders), e2e test setup (Playwright/Cypress spec scaffolds keyed to user journeys), and integration test contracts for declared service dependencies. Engineering Lead populates; doesn’t start from scratch. This is one of the highest-leverage engineering time savers in the workflow — test authoring from spec is mechanical work that should be automated.
Escalation
Engineering Engineering Lead reviews scaffolds before populating
Infrastructure requirement
Test framework established per domain · AC format structured enough for parsing
Analytics Plan Validation Agent
Phase 3 (pre-G3) TIER 2
Cross-references the analytics plan against what’s technically instrumentable given the current telemetry infrastructure and the engineering spec. “Event [X] in the analytics plan requires [capability Y] which is not in the current instrumentation layer.” Flags plans that sound good but will produce no data. Also validates that the analytics plan covers the JTBD completion signal — the critical missing piece in most feature analytics plans. Analytics plans that can’t be implemented are discovered at G4 or post-ship under current practice.
Escalation
PM Engineering
Infrastructure requirement
Telemetry infrastructure inventory machine-readable · Analytics platform instrumentation API documented
Engineering

G3 gate sign-off

At G3, Engineering reviews the spec, prototype, and output suite for implementability. The agent here pre-assesses each AC against the codebase so the conversation runs on evidence.

Existing: G3 review brief agent (Tier 2) — reviews feature folder, pre-populates G3 checklist
AC Implementability Agent
Pre-G3 TIER 2
Before G3, reads acceptance criteria against the codebase architecture and the engineering spec. Produces a structured implementability assessment: “AC [X] requires access to [service Y] via [method Z]. Contract status: [registered / unregistered]. Estimated complexity: [low / medium / high]. Known constraints: [list].” Reduces G3 feasibility revision cycles — the most expensive revision type because it routes back to Design. Engineering Lead reviews assessment before G3; uses it to structure the review conversation.
Escalation
Engineering
Does not
Make G3 go/no-go decisions. Authorize implementation approaches. Replace Architecture review.
Engineering

Phase 4 — Engineering AI implementation (G3→G4 · Engineering-accountable)

Build-time agents enforce decision-log integrity, draft PR descriptions tied to the spec, generate rollout configuration, and capture cycle-time telemetry from existing artifacts.

Existing: Engineering spec draft agent (Tier 1) · Engineering build agent (Tier 1) · Operations agent (Tier 1)
Decision Log Integrity Agent
Continuous G2 → G4 TIER 2
Runs on schedule or as pre-gate check. Reads the spec amendment log, architecture review records, and spec gap log. Cross-references against the decision log. Surfaces any spec-altering event without a corresponding decision log entry. Makes it structurally impossible to clear a gate with a silent amendment. Addresses rework cause #2 (absent decision logs) mechanically — same principle as embedding measurement capture as a blocking gate criterion rather than a monitoring task.
Escalation
Engineering Lead
Unlock
Post-pilot — amendment log format consistent
PR Description Agent
Phase 4 TIER 2
From the unit of work brief and two-step review results, generates a structured PR description: what changed, why (spec reference), AC coverage (which ACs this PR addresses), testing notes, and spec section cross-references. Engineering Lead reviews before submitting. Reduces documentation overhead without reducing information quality — and produces PR descriptions that code reviewers can actually use rather than vague summaries. Compounds with the decision log integrity agent by making spec-to-PR traceability consistent.
Escalation
Engineering Lead
Infrastructure requirement
Consistent unit of work brief format · AC identifiers in structured format
Rollout Configuration Agent
Phase 4 TIER 2
From the feature flag model and rollout plan in the engineering spec, generates feature flag configuration, segment targeting rules, and rollout schedule. Engineering Lead reviews; agent reduces manual configuration work and eliminates a class of rollout errors that come from manually translating spec intent into feature flag logic. Connects directly to the stability window framework (48h default, 24h floor) — rollout schedule generated against that constraint.
Escalation
Engineering LeadPM flag flip decision
Infrastructure requirement
Feature flag system API · Segment targeting schema documented
Cycle Time Telemetry Capture Agent
Continuous G0 → G4 → Launch TIER 2
Reads git commit history, ADO state transitions, PR timestamps, and gate sign-off records. Reconstructs phase cycle times without human recall. Flags where transitions can’t be inferred — which is itself a data quality signal (missing artifacts). At rollout scale, manual measurement is the reliability ceiling. This agent removes it.
Unlock
Early rollout — ADO state model mapped to phase transitions
Does not
Capture qualitative signal. Interpret why cycle times are what they are.
Engineering

Phase 5 — Ship + pattern capture (Release → Launch → Post-G4)

Pattern compounding agents close the loop between what ships and the design system. They watch companion file freshness, draft pattern documentation from confirmed candidates, and notify trios in-flight when a new pattern lands.

Existing: Pattern candidate agent (Tier 2) · Constitution amendment candidate agent · Pattern-aware generation pre-loader
Companion File Staleness Monitor
Continuous (async) TIER 2
Monitors companion files against change events in the constitution, DS component library, and pattern registry. Triggers on: constitution amendment, component deprecation, new pattern promotion, new architecture decision. Flags: “[Domain] companion file — last updated [date]. Events since: DS token [X] deprecated. Review required before next generation session.” Context quality is the generation quality ceiling; staleness degrades it silently.
Unlock
2+ domains active with companion files
Escalation
DS Team Lead / domain Engineering Lead
Pattern Documentation Agent
Phase 5 TIER 2
When a pattern candidate is confirmed for promotion by Design and DS Team, drafts the pattern documentation: usage guidance, variant descriptions, accessibility notes, do/don’t examples, and code reference. DS Team reviews and approves; doesn’t author from scratch. Eliminates the most common pattern compounding failure: the pattern is identified, confirmed, and then never documented because documentation is manual and time-consuming.
Escalation
DS Team reviews and approves all documentation
Infrastructure requirement
Pattern documentation template standardized · Storybook or pattern library publishing workflow
Pattern Reuse Impact Agent
Phase 5 TIER 2
After a pattern is promoted, identifies all active features currently in G0–G2 that could benefit from the newly promoted pattern and notifies the relevant trios. Makes pattern compounding active rather than passive — currently, a newly promoted pattern only benefits the next feature if the designer happens to know it exists. This agent makes pattern reuse systematic across the domain rather than designer-memory-dependent.
Escalation
Design trio for each notified feature
Infrastructure requirement
Pattern library queryable · Active feature spec corpus accessible
Post-ship

Phase 5 — Post-ship close-out (Post-launch · ongoing)

The post-ship layer is where the FDLC becomes a flywheel. JTBD completion, friction synthesis, enhancement candidates, and ROI analysis all route back into the Phase 1 queue.

Existing: Feedback agent (Tier 1) · Operations agent (Tier 1) · Technical writing / docs continuity agent
The largest gap in the current agent inventory is the post-ship phase. Post-ship learning is where most teams have the lowest AI maturity — and where the flywheel depends on closing the loop back to Phase 1. Best-in-class teams treat post-ship as the primary source of discovery signal, not a reporting function.
JTBD Completion Rate Agent
Phase 5 TIER 2
Takes the original job statement from the spec and the analytics plan’s success events. Continuously measures: what % of users who attempted the job completed it? Surfaces trajectory (improving/declining/stalled) and segments by customer tier, account size, usage cohort, and entry path. When completion rate falls below threshold or trajectory declines over a defined window, generates a structured signal card that routes back to Phase 1 as an opportunity candidate. This is the primary mechanism for closing the discovery loop — without it, post-ship signal is informal and PM-dependent.
Escalation
PM (rate signals) · Design (friction pattern triggers)
Infrastructure requirement
JTBD success events declared in analytics plan (Phase 4) · Analytics platform segmentation API · Phase 1 signal queue integration
Loop closure mechanism
Declining completion rate below threshold → structured signal card → Phase 1 queue → PM promotion decision → Phase 1 if qualified. This is the structural connection between Phase 5 and Phase 1 that most teams rely on informal attention to provide.
Friction Signal Synthesis Agent
Phase 5 TIER 2
Distinct from the feedback agent (which monitors telemetry events against the analytics plan). Synthesizes qualitative friction signals across: session recording tools (Fullstory, FullSession), support tickets tagged to the feature, in-app feedback responses, and CSM escalations. Produces a weekly synthesis: top friction points by user segment, friction trend (increasing/decreasing), specific interactions generating the most abandonment, and sentiment themes from support. Routes to Design as a structured friction report rather than a pile of individual signals.
Escalation
Design PM
Infrastructure requirement
Session recording API · Support ticket taxonomy with feature tags · In-app feedback collection instrumented
Enhancement Candidate Generation Agent
Phase 5 → Phase 1 TIER 2
From post-ship signal (JTBD completion rate, friction synthesis, usage patterns, VoC signals about the shipped feature), generates ranked enhancement candidate briefs in the Phase 1 signal brief format. These feed directly back into the Phase 1 queue — closing the discovery loop structurally rather than relying on PM memory and attention. PM reviews and decides whether to promote. This makes the FDLC a self-generating system rather than a one-directional pipeline.
Escalation
PM reviews all candidates before queue entry
Infrastructure requirement
Phase 1 signal queue API · Signal brief format standardized · JTBD completion rate + friction synthesis feeds available
Feature ROI Analysis Agent
Phase 5 TIER 2
At a defined interval post-ship (typically 60–90 days), calculates feature ROI against the original opportunity sizing from Phase 1: ARR impact (adoption × ARR tier weighting), adoption rate vs. projection, usage trajectory (growing / flat / declining), support cost delta (support tickets tagged to this feature vs. baseline), and JTBD completion rate trend. Produces a structured evidence package for CPO review and rollout decision-making. Makes the business case for the workflow retroactively verifiable against real outcomes.
Escalation
PM PM authors narrative; agent produces evidence package
Infrastructure requirement
Original opportunity sizing from Phase 1 · ARR data API · Support ticket tagging by feature
Cross-team

Cross-team & cross-domain dependency system

A living dependency management system: an active, maintained graph that agents monitor continuously rather than a checklist humans complete at a gate.

Cross-team dependencies are the #1 ranked rework cause. The current workflow addresses this through gate discipline (declare contracts at G2). That’s necessary but not sufficient. Best-in-class teams build a living dependency management system — an active, maintained graph that agents monitor continuously, not a checklist that humans complete at a gate. Here’s the full system architecture.

System architecture

Spec authoring (Phase 2)
Living Dependency Graph
Dependency Screening Agent (A1)
G2 gate — contracts declared
Service owner merges contract change
Contract Change Notification Agent
All dependent trios notified
Multiple specs reference same entity
Cross-Domain Alignment Agent
Alignment opportunity / conflict surfaced

Living Dependency Graph (LDG)

  • Machine-readable registry of: service owners, API contracts (version + status), shared data models, shared components
  • Every spec at G2 must declare dependencies against the LDG
  • Unregistered dependency = A1 agent flag = G2 blocker
  • Maintained by Engineering Leads; format: structured YAML in shared FDLC repo
  • Updated by service owners when contracts change; agents monitor for drift
  • Architecture owns the LDG schema; teams own their entries

What the LDG enables

  • A1 agent: spec → LDG lookup → undeclared dependency flag before G2
  • Contract change notifications: change in LDG → impacted feature lookup → trio alert
  • Cross-domain alignment: multi-spec → same entity → conflict detection
  • Dependency risk scoring: historical interruption data → risk score per dependency
  • Shared component impact: DS/platform component change → affected features
  • Architecture engagement pre-screen: LDG lookup → Architecture trigger assessment
Contract Change Notification Agent
X-DOMAIN Event-triggered TIER 2
When a service owner merges a contract change, agent reads the LDG, identifies all dependent teams with active features in G1–G4, and sends a structured notification to each: “Service [X] contract version [N→N+1]. Breaking changes: [structured diff]. Your features affected: [list by feature name]. Action required by: [date based on each feature’s current gate position].” This makes it structurally impossible for a contract change to be invisible to dependent teams. Under current practice, dependent teams discover contract changes from test failures.
Trigger
Contract change merged to shared FDLC repo or service registry
Escalation
Engineering Lead per impacted team · Architecture if breaking change
Infrastructure requirement
LDG with contract version tracking · Feature status mapping (which features are active and at which gate) · Notification routing (Slack / ADO)
Cross-Domain Spec Alignment Agent
X-DOMAIN Pre-G2, continuous TIER 2
When multiple teams’ specs reference the same shared entity, service, or data model, agent identifies the alignment opportunity or conflict before both proceed to G2. “Specs [A] and [B] both declare a dependency on [service X]. Their data shape declarations for [entity Y] differ: [structured diff]. Alignment needed before both proceed to G2.” Catches the scenario — common in enterprise software — where two domain teams independently design against the same service with different assumptions and only discover the conflict when both try to ship.
Escalation
Architecture mediates; both Engineering Leads resolve
Infrastructure requirement
All active specs in a single accessible corpus · Entity/service taxonomy consistent across specs · LDG linkage
Dependency Risk Scoring Agent
X-DOMAIN G1 → G2 TIER 2
Based on historical data accumulated across features, produces a risk score per declared dependency: “High risk — [service X] has been a source of mid-build interruptions in [N] of [M] features that declared this dependency. Common failure pattern: [contract staleness / unclear ownership / versioning gaps].” Flags high-risk dependencies for early Architecture engagement at G1 rather than waiting for the standard G2 declaration. Requires enough feature history to be meaningful — a post-rollout capability.
Escalation
Architecture for high-risk flags · Engineering Lead for assessment
Unlock
Post-rollout — requires N≥10 features with rework event logs to produce meaningful risk scores
Shared Component Impact Agent
X-DOMAIN Event-triggered (DS / platform change) TIER 2
When a DS component or shared platform component is scheduled for a change (version, deprecation, or API modification), agent identifies: all active feature specs using this component (from the LDG + spec corpus), estimated impact severity per feature (breaking change vs. compatible vs. visual-only), and recommended engagement timeline per trio. DS Team and affected trios are notified with enough lead time to plan around the change — not discover it as a mid-sprint surprise. Closes the feedback loop between DS evolution and active feature work.
Escalation
DS Team Lead owns change; impacted Engineering Leads notified
Infrastructure requirement
Component usage tracking in specs and in-production code · DS versioning system with forward-looking change schedule
Cross-Domain Pattern Alignment Agent
X-DOMAIN Phase 5 / post-G3 across domains TIER 2
As multiple domains develop features independently, similar interaction patterns emerge independently — each team reinventing the same solution. This agent compares validated prototypes across domains and surfaces alignment opportunities: “Domain A’s [feature X] and Domain B’s [feature Y] have implemented structurally similar patterns for [interaction type]. Candidate for cross-domain consolidation or shared pattern promotion.” Currently this discovery is entirely accidental. Most compound design system debt originates from this exact failure mode. This agent makes convergence detection systematic across the domain portfolio.
Escalation
DS Team evaluates consolidation opportunity
Unlock
Rollout at 3+ active domains with consistent prototype structure
Reference

Complete priority ranking — all agents

All agents by maturity and value priority · Cross-domain system

Priority is driven by three factors: (1) does it address a documented failure mode; (2) does it unlock at a reasonable infrastructure threshold; (3) does it compound — does its value increase as the system matures? Rankings apply within unlock tiers; items in different tiers are not directly comparable.

# Agent Phase Failure mode / value driver Type Unlock point
Unlock tier 1 — Post-pilot (spec format + artifact consistency established)
1 Spec Completeness / P7 Sufficiency Pre-G2 Spec underspecification → generation failure cascade TIER 2 Spec format consistent across pilot features
2 Decision Log Integrity G2 → G4 Rework cause #2 — absent decision logs TIER 2 Amendment log format consistent post-pilot
3 Spec-to-Prototype Reconciliation Phase 3 Silent spec drift — highest Tier 2 priority TIER 2 3 features with consistent spec.md structure
4 G3 Review Brief Pre-G3 G3 Engineering review bottleneck at rollout scale TIER 2 Consistent feature folder structure
5 AC Quality Pre-G2 Ambiguous ACs → implementation divergence → G4 rework TIER 2 AC format structured (post-pilot)
6 JTBD Completion Rate Phase 5 Loop closure — post-ship signal → Phase 1 queue TIER 2 Analytics plan from Phase 4 instrumented; 1+ feature shipped
7 Test Scaffolding Phase 4 High-leverage Engineering time saving (test authoring is mechanical) TIER 2 Test framework established per domain
Unlock tier 2 — Early rollout (3+ domains / service registry machine-readable)
8 Dependency / Contract Screening G1 → G2 Rework cause #1 — missing cross-team contracts TIER 2 Service registry + LDG machine-readable
9 Contract Change Notification Event-triggered Cross-team: contract changes invisible to dependent teams X-DOMAIN LDG established + contract version tracking
10 Companion File Staleness Monitor Continuous async Context quality degradation — generation ceiling TIER 2 2+ domains with active companion files
11 Cycle Time Telemetry Capture G0 → G4 → Launch Measurement reliability — manual recall fails at scale TIER 2 ADO state model mapped to phase transitions
12 Cross-Domain Spec Alignment Pre-G2 continuous Cross-team: multiple specs conflicting on same entity X-DOMAIN All active specs in accessible corpus; entity taxonomy consistent
13 Enhancement Candidate Generation Phase 5 → Phase 1 Discovery loop closure — from post-ship signal to Phase 1 queue TIER 2 JTBD completion rate + friction synthesis feeds operational
14 Shared Component Impact Event-triggered Cross-domain: DS changes invisible to active feature work X-DOMAIN Component usage tracking in specs + DS versioning system
15 Behavioral Signal Phase 1 Discovery gap — behavioral anomalies not surfaced proactively TIER 2 Analytics platform API + threshold config per product area
16 Constraint Inventory Pre-Phase 3 Generation stop elimination — designer knows constraint surface before session TIER 2 Companion file + DS coverage inventory machine-readable
17 Copy / Content Generation Phase 3 Copy/design misalignment eliminated at generation time TIER 2 UX writing guidelines in constitution; brand voice machine-readable
18 Technical Writing / Docs Continuity G4 → Release → Launch Documentation reconstruction cost; TW team efficiency TIER 2 TW workflow integration; rollout scale
19 Analytics Plan Validation Phase 4 Analytics plans that can’t be implemented discovered too late TIER 2 Telemetry infrastructure inventory machine-readable
20 Pattern Documentation Phase 5 Pattern compounding failure: identified but never documented TIER 2 Pattern documentation template standardized
Unlock tier 3 — Rollout scale (N≥10 features / 3+ domains active)
21 Pattern-Aware Generation Pre-Loader Pre-Phase 3 Pattern reuse systematic vs. memory-dependent TIER 2 Pattern library queryable; Textura MCP Phase 2
22 Pattern Candidate (Tier 2) Phase 5 Pattern library grows from evidence, not conjecture TIER 2 Phase 2 MCP live; novel patterns a coordination problem
23 Pattern Reuse Impact Phase 5 New patterns actively notify relevant in-flight features TIER 2 Pattern library queryable; active feature corpus accessible
24 Constitution Amendment Candidate Post-ship close-out Constitutions evolve from production evidence, not conjecture TIER 2 3+ features with consistent close-out records
25 Dependency Risk Scoring G1 → G2 Cross-team: high-risk dependencies flagged for early Architecture engagement X-DOMAIN N≥10 features with rework event logs for meaningful risk scores
26 Feature ROI Analysis Phase 5 Business case retroactively verifiable; CPO evidence quality TIER 2 ARR data API + support ticket tagging operational
27 Friction Signal Synthesis Phase 5 Qualitative friction signals aggregated rather than individual TIER 2 Session recording + support ticket taxonomy operational
28 Rollout Configuration Phase 4 Manual flag config errors eliminated; stability window enforced TIER 2 Feature flag system API; segment targeting schema documented
Unlock tier 4 — Long-term (infrastructure and data maturity required)
29 VoC Synthesis (calls) Phase 1 Sales/CS call signal → always-on discovery feed TIER 2 Gong/Chorus API + consent instrumentation + signal schema
30 Assumption Audit Pre-G1 Unstated assumptions in problem statements → late scope changes TIER 2 Assumption taxonomy defined per domain
31 Comparable Feature Analysis Phase 1 Exploration starts from evidence, not first principles TIER 2 Competitive intelligence corpus structured + feature taxonomy
32 Feasibility Pre-Screen Phase 1 Complexity signals at G1, not discovered during spec authoring TIER 2 Constitution/companion file coverage sufficient for pre-screen
33 Opportunity Sizing Phase 1 Prioritization grounded in numbers, not conviction TIER 2 ARR data API + comparable feature performance data
34 Persona Drift Detection Phase 1 Persona assumptions validated against actual behavior continuously TIER 2 Personas machine-readable + analytics segmentation aligned
35 Inbound Signal (Tier 2) Phase 1 Multi-channel signal aggregation; already defined TIER 2 AHA + support + call transcript integration; shared data model
36 Market Intelligence / Competitive (Tier 2) Phase 1 Analyst + competitor monitoring; already defined TIER 2 Configured source lists; API integrations; AHA cross-linking
37 Cross-Domain Pattern Alignment Phase 5 / post-G3 Cross-domain: independent pattern reinvention detected X-DOMAIN 3+ active domains; consistent prototype structure
38 PR Description Phase 4 Documentation overhead reduced; spec-to-PR traceability consistent TIER 2 Consistent unit of work brief format; AC identifiers structured
39 AC Implementability Pre-G3 Feasibility revision cycles reduced before G3 TIER 2 Codebase architecture documented in constitution; service contracts LDG-resident
40 Localization Pre-Screen Phase 3 l10n complexity discovered at generation, not QA TIER 2 l10n config per supported locale + string length constraints encoded
41 Interaction Cost / Cognitive Load Phase 3 UX quality scaling with generation volume TIER 2 Heuristics library machine-readable; baseline interaction model per domain