Dependency Orchestrator — Debug Workflow¶
Description: Fix issues and errors in artifacts
When to Use¶
Use the debug workflow when you need to fix issues and errors in artifacts.
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 debug context for Dependency Orchestrator
- Execute — Perform the debug 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