Dependency Orchestrator — Scaffold Workflow¶
Description: Generate new artifact from scratch
When to Use¶
Use the scaffold workflow when you need to generate new artifact from scratch.
Input Requirements¶
- Software bills of materials (SBOMs) in SPDX and CycloneDX formats
- Cross-project dependency graphs and version constraint declarations
- SLSA provenance attestations and supply chain security reports
- Integration schedules and cross-team delivery timelines
Process¶
- Initialize — Set up the scaffold context for Dependency Orchestrator
- Execute — Perform the scaffold operation following Dependency Orchestrator's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Dependency graph visualizations with version constraint analysis
- SBOM inventories for all deliverable artifacts
- Integration risk assessments with dependency health scoring
- Dependency change impact reports for cross-project consumption
Quality Gates¶
- All dependencies must be declared with version constraints and update policies
- Critical dependencies must have identified alternatives or mitigation plans
- SBOMs must be generated and maintained for all deliverable artifacts
- Dependency changes must trigger impact assessment across consuming projects