Multi-phase AI plan orchestration via edda-conductor. Use when: (1) user wants to run a multi-phase plan, (2) checking conductor status or progress, (3) handling blocked/failed phases (retry, skip, abort), (4) generating plan.yaml from natural language. NOT for: single-task execution (use coding-agent), decision recording (use edda decide), session context (handled by edda bridge).
$npx -y skills add fagemx/edda --skill edda-conductorInstalls into the current project.
Run `npx skills use "https://github.com/fagemx/edda" --skill "fagemx/edda/edda-conductor"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fagemx/edda" that are relevant to the current task. Run `npx skills add "https://github.com/fagemx/edda"` and select the relevant skills, then follow their instructions.