Runs approved Harness Engineering plans in recurring phases: check live state, wake with he-heartbeat, execute only the active he-work slice, verify gates, update Linear only with approval, and stop before unsafe staging or closure. Use when a plan, issue, or PR needs continued phase-by-phase execution.
68
81%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Move an approved plan one safe phase at a time. The heartbeat wakes the thread; this skill decides whether the next phase is safe and delegates implementation to he-work.
Use when the user asks to continue an approved plan, issue, PR, or recurring implementation loop with phase gates, validation, and optional Linear updates.
Use he-work for one-off implementation. Use he-plan or he-spec when the phase sequence is not approved. Stop if plan path, active phase, edit authority, Linear authority, or validation gate is unclear.
Approved plan path, target issue/PR, active phase, branch/dirty state, validation command, heartbeat authority, Linear authority, staging authority, and provenance evidence when cited.
Return phase status: active phase, gates, validation outcomes, heartbeat status, Linear update status, git staging status, blockers, and next safe action.
Apply the context-disposition policy: move important still-valid context to references, and intentionally discard stale, duplicated, unsafe, superseded, or low-signal text.
git status --short, branch, plan path, active phase, latest validation, target issue/PR, and blockers.he-work.he-work. If it fails, route to he-work or he-code-review with the exact command and output.Fail fast: stop at the first failed gate and do not proceed until fixed, waived by an authorized gate, or reported as blocked.
git status --short
git branch --show-current
test -f <approved-plan-path>
rg -n "phase|gate|validation|blocked|rollback" <approved-plan-path>
./bin/ask skills audit <touched-skill-path> --level strict --json --robotStop when phase identity, plan path, authority, validation, heartbeat target, or live issue/PR state is missing. Return the smallest recovery step.
Redact secrets and sensitive data by default. Do not invent phases, silently create automation, stage files, close trackers, or treat stale validation as current proof.
This skill orchestrates. Code edits belong to he-work; review repair belongs to he-code-review; tracker mutation requires approval.
Send the active slice to implementation:
he-work: Implement only Phase 2 from .harness/plan/JSC-246-dashboard.md. Allowed files: Infrastructure/scripts/lib/ask/skill_review_dashboard.py. Run python3 -m pytest Infrastructure/tests/test_ask_evals_command.py -q. Do not stage.Send a failed gate to review/repair:
he-code-review: Review the Phase 2 failure. Command failed: python3 -m pytest Infrastructure/tests/test_ask_evals_command.py -q. Determine whether this is an implementation bug, missing test update, or blocked environment.schema_version: 1
selected_stage: he-phase-work
target: JSC-246
active_phase: "Phase 2: dashboard scorecard"
heartbeat_status: existing
phase_gates:
- name: plan_exists
command: "test -f .harness/plan/JSC-246-dashboard.md"
outcome: pass
validation:
- command: "python3 -m pytest Infrastructure/tests/test_ask_evals_command.py -q"
outcome: pass
linear_update_status: confirmation_required
git_staging_status: not_staged
next_safe_action: "Report phase evidence; ask before Linear mutation."references/phase-gate-contract.md, references/contract.yaml, references/evals.yaml../../references/subagent-call-contract.md, ../../references/deferred-context-index.md4c78f98
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.