Compact architecture-only path. Quick when build/deploy/security are managed separately.
When to run it
When you need an architecture pass but the operational concerns (build, test, deploy, monitor, security) are owned by other teams or processes.
What you'll have at the end
bounded_context, service, decision, and aggregate entities. The system's shape, queryable.
Common starting point
One architectural decision that's been made implicitly. Capture it explicitly as a decision entity.
Sequence summary
One step: run the engineering creation sequence — bounded contexts, services, data, decisions.
Run the engineering creation sequence: bounded contexts, services, data, decisions.