he-workflow
Installation
SKILL.md
HE Workflow Orchestrator
Run the full lifecycle with phase gates and parallel subagents.
When to Use
- Starting a new initiative from scratch
- Resuming an in-progress initiative at any phase
- Running a complete end-to-end workflow
Key Principles
- Phase order is enforced — do not skip gates casually.
- Single slug — one initiative uses one slug across artifacts.
- Re-entry is explicit — update plan living sections when returning to earlier phases.
- Evidence-based transitions — progress only when gates pass; otherwise stop and record blockers.
- Prefer autonomy with traceability — auto-transitions are logged in artifacts.
- Runbooks are additive only — apply any runbook whose frontmatter
called_frommatches this skill (bash scripts/runbooks/select-runbooks.sh --skill he-workflow), but never waive/override anything codified here.