Domain: Foundations / Workflows
Status: Canonical
The Workflow Mesh is the collection of deterministic sequences and dynamic reasoning patterns used to resolve repository drift. It bridges the gap between chaotic user intent and the high-fidelity execution engine.
- Normalization: The mapper that transforms intent into bounded plans.
- Engineering Loops: Standardized sequences for features, bugfixes, and discovery.
- Git Synchronization: Logical grouping and atomic commit orchestration.
- Visual Engineering: AI-driven architectural diagramming and flow analysis.
Common logic and templates used by the mesh are stored in the assets/ directory:
assets/git-sync.yaml: The canonical synchronization sequence.assets/templates/: Standard Mermaid patterns for visual engineering.
The Workflow Mesh is operationalized through canonical UDX resources:
| Requirement | Grounding Resource | Role |
|---|---|---|
| Logic | udx/dev.kit |
Dynamic discovery and orchestration engine. |
| Runtime | udx/worker |
Deterministic environment for workflow execution. |
| Patterns | udx/reusable-workflows |
Pattern baseline for cross-repo sequences. |
Agents hydrate their environment by running dev.kit ai sync. This process scans the mesh for high-fidelity documentation and projects metadata into the agent's active context.
The Workflow Mesh is grounded in foundational patterns for delivery flow and task management:
- Predictable Delivery Flow: Managing cycle time through systematic sequences.
- Observation-Driven Management: Optimizing task assignment through pattern identification.
UDX DevSecOps Team