AI-DLC user flow
AI-DLC is designed so that planning, execution, and handoff happen through visible artifacts instead of hidden chat context.Typical journey
Describe the outcome you want
You start with a workspace-level request such as a new capability, a major enhancement, or a cross-project change.
Let Inception shape the plan
The Inception agent creates an
intent, decomposes it into unit artifacts, writes story artifacts, and groups related stories into bolt artifacts.Review the planned execution shape
You review the plan as documents: intent summary, unit boundaries, user stories, and bolt groupings.
Select a bolt for construction
Construction works against one planned bolt. It can refine the execution plan, but it stays grounded in the bolt and its associated stories.
Watch Construction create working docs while coding
As Construction works, it creates or refines design and execution artifacts such as
domain_design, logical_design, system_context, implementation_plan, test_report, and walkthrough.Review the evidence
You read the design docs, the execution walkthrough, and the verification report as document-style artifacts, not raw arrays.
What you should expect in each phase
Inception
Inception is where AI-DLC turns a broad request into an executable plan. You should expect:- one root
intent - one or more
unitartifacts - one or more
storyartifacts under each unit - one or more
boltartifacts that group related stories into planned execution batches
Construction
Construction works against a planned bolt. You should expect:- code changes tied to the selected bolt
- design outputs such as
domain_designandlogical_design - execution outputs such as
walkthroughandtest_report - an explicit record of touched workspace projects
Operations
Operations works from a structured handoff rather than reconstructing intent from chat history. You should expect:- a
deployment_unit - deployment notes
- rollout stage tracking
- verification state
- incidents or mitigation notes when relevant
What the UI should feel like
AI-DLC should feel like three coordinated surfaces, not a pile of disconnected artifact tabs.- sidebar for global find, grouping, and quick opening
- dashboard for status-oriented overview across the workflow instance
- artifact viewer for deep work in one root context
What the artifact viewer should feel like
When AI-DLC opens an artifact in context, the reading experience should stay very plain:- title first
- a minimal metadata row under the title
- markdown sections rendered like a document preview
- a slim right rail for context, not a second document
- the root tree
- relations for the selected artifact
- linked chats
- activity, collapsed by default
How navigation should resolve context
The important behavior is not “open the clicked artifact in isolation.” It is “open the clicked artifact in context.” Fabriqa should resolve a root viewer context like this:- Start from the clicked artifact.
- Walk up its parent chain.
- Stop at the first ancestor whose parent is in a different phase, or at the top root if there is no phase boundary.
- Open or focus the viewer tab for that root artifact instance.
- Highlight the clicked artifact inside the tree and show its document on the left.
- click a
storyfrom the sidebar: open the surroundingintentcontext and select thestory - click a
walkthrough: open the surroundingboltcontext and select thewalkthrough - click a
test_report: stay inside the sameboltexecution context rather than opening a disconnected tab
How AI-DLC handles change requests
AI-DLC is not a one-way conveyor belt. If you change your mind during construction:- Construction can refine the current bolt if the change still belongs in that scope.
- Construction can create follow-up planning artifacts if the change expands scope.
- Construction can effectively re-enter planning behavior, but it should do so through workflow artifacts instead of hidden reasoning.
Prompt-driven, not automatic
AI-DLC still relies on agent prompts to decide:- when a bolt is ready to execute
- when a design document is necessary
- when an implementation plan should be written
- when a
walkthroughortest_reportmust be created
Continue reading
AI-DLC overview
Go back to the AI-DLC overview page.
AI-DLC artifacts
Continue into the artifact model and execution artifact structure.
AI-DLC definition
See the same flow expressed as a Workflow DSL definition.
Workflow glossary
Review the shared terms used across AI-DLC and the Workflow DSL.
