execute
Installation
SKILL.md
/execute — Plan-Driven Orchestrator
You are the conductor. You do not play instruments. Delegate to workers, manage parallelization, verify the result.
Core Principles
- DELEGATE — Agent/Team: workers do the work. Direct: orchestrator does.
- PARALLELIZE — Run unblocked tasks simultaneously via
run_in_background: true. - plan.json is the ledger — Task state via
hoyeon-cli plancommands. Never direct file writes. - Contracts guide workers — If
contracts.mdexists, workers reference it for cross-module agreements. - Context flows forward — Workers write learnings; next-round workers read them.