Sign in to create and edit playbooks. Sign In Register

Analyze ESM Artifacts

DTA-1 Order: #1 Inception

Updated 4 months ago

Guidance

Analyze ESM Artifacts

Objective

Extract capability requirements per architectural domain from the ESM output artifacts (user journey, screen flows, .feature files, IA guidelines). This structured requirements list feeds all subsequent DTA activities (DTA-02 through DTA-17).


Process

1. Read User Journey

  • Extract domain entities (e.g., User, Playbook, Workflow, Activity, Skill)
  • Identify interaction patterns (CRUD, search, import/export, real-time updates)
  • Note personas and roles that imply auth/authorization requirements
  • Flag integration points (external systems, APIs, data sources)

2. Read Screen Flows

  • Identify UI complexity per screen type:
  • Simple: static content, read-only views
  • Moderate: forms, tables, filters, pagination
  • Complex: graphs, drag-and-drop, real-time, rich text editors
  • Count screen types to estimate frontend effort
  • Note navigation patterns (breadcrumbs, tabs, modals, wizards)

3. Read Feature Files (.feature)

  • Extract required capabilities from scenario steps:
  • CRUD operations per entity
  • Search and filter requirements
  • Authentication and authorization scenarios
  • Error handling and edge cases
  • Data validation rules
  • Map scenarios to capability domains (GUI_FORM, API_CRUD, AUTH_SESSION, etc.)

4. Read IA Guidelines

  • Extract design system requirements (component library, theming)
  • Note accessibility requirements (ARIA, keyboard navigation)
  • Identify responsive/multi-device needs

5. Compile Requirements per Domain

Produce a structured list mapping ESM findings to the 16 architectural domains:

Domain: Application Blocks (DTA-02)
  - 5 bounded contexts identified: Auth, Methodology, Planning, MCP, Web UI
  - Dependency: Methodology → Planning (planning reads methodology)

Domain: Integration & API Design (DTA-03)
  - MCP stdio interface required (read-only)
  - Web UI HTTP interface required (full CRUD)
  - No external 3rd party integrations identified

Domain: Code Organization (DTA-04)
  - Monorepo structure implied (single Django project)
  - 3 layers visible: models, services, views

Domain: Data Architecture (DTA-05)
  - 6 entities with relationships (graph-like)
  - Version tracking required
  - Import/export functionality needed

... (continue for all 16 domains)

Deliverables

  • Domain entities extracted from user journey
  • UI complexity assessed from screen flows
  • Capability domains mapped from .feature files
  • Structured requirements list produced for all 16 architectural domains
  • Ready to proceed with DTA-02 through DTA-17

Inputs

Read these before starting this activity. They are produced earlier in the playbook and are authoritative — raise a drift event instead of deviating.

  • User Journey (Document, Required) — produced by Define User Journey (#36).
  • IA Guidelines (Document, Required) — produced by Define Information Architecture (#37).
Details
Order:
#1
Phase:
Created:
Apr 12, 2026
Last Updated:
May 21, 2026
Workflow
Define Architecture

Analyze ESM artifacts, make architectural decisions across 16 domains (application structure through documentation strategy), scan available Skills for coverage, and …

View Workflow
Assigned Agent
Dr. Dobbs v2

Cautious Developer Agent Guide Motto: "Code that's easy to prove correct is code that works" …

Required Skills

No skills linked

Rules

No rules linked.

Input Artifacts 2
Output Artifacts

No output artifacts