What problem does it solve?
This Skill runs JADE migration work as a deterministic, disk-backed state machine so large codebase upgrades can proceed reliably without passing bulky data through prompt context.
Core Features & Use Cases
- Sequential phase control: Advances migration through workspace checks, manifest validation, tooling scouting, build fixes, scanning, rule batching, and final verification.
- Artifact-first execution: Reads and writes run state, progress logs, rule status, and failure summaries under artifacts so every transition is auditable and resume-safe.
- Rule-by-rule migration: Processes one rule across all flagged files before verification and commit, which protects cross-package contracts during Java version upgrades.
- Operational guardrails: Stops on gate failures, supports retry and escalation paths, and enforces integrity checks through hash validation and required artifact schemas.
Quick Start
Ask the orchestrator skill to initialize a JADE migration run from the run config and advance the pipeline through each phase while writing progress to disk.