Workflow Orchestration Plugin
Workflow orchestration - parallel agents, CI pipelines, preflight checks, checkpoint refactoring
Skills in this plugin
4- ▌ Workflow Preflight · laurigates bundlePre-work validation before implementation. Use when starting an issue or fix to verify remote state, check for existing PRs, and detect branch conflicts before coding.
- ▌ Workflow Wave Dispatch · laurigatesSequential-wave dispatch for multi-agent work with cross-task dependencies. Use when planning multi-step work, fixing parallel-dispatch order, or gating waves on verification.
- ▌ Workflow Checkpoint Refactor · laurigatesMulti-phase refactoring with checkpoint files that survive context limits. Use when refactoring spans 10+ files, needs phased rollout, or risks running out of context mid-session.
- ▌ Workflow Verify Before Filing · laurigates bundleVerify accumulated bug claims at upstream HEAD and dedup against trackers before filing issues. Use when filing upstream reports from backlogs, audit docs, or git-history findings.