he-implement
Installation
SKILL.md
HE Implement
Execute a PLANS-compliant active plan and keep the plan artifact current.
When to Use
- After
he-planwhen the initiative is ready for execution - During re-entry from
he-revieworhe-verify-releasefor fixes
Key Principles
- Workspace isolation gate — confirm an isolated workspace is selected and recorded before editing code.
- Plan-driven execution — implement by
Progressitems and keep living sections current. - Evidence as you go — run relevant tests/commands continuously; do not batch validation at the end.
- Generated context is a tool — refresh only what matters; keep it usable for reasoning.
- Unit/e2e by default — avoid mock-only verification unless the repo explicitly documents an exception.
- Runbooks are additive only — apply any runbook whose frontmatter
called_frommatches this skill (bash scripts/runbooks/select-runbooks.sh --skill he-implement), but never waive/override anything codified here.