Pause the currently active goalkeeper goal without losing state. Use when the user invokes /goal-pause. The goal can later be resumed with /goal-resume.
Scanned 5/27/2026
Install via CLI
openskills install itsuzef/goalkeeper---
name: goal-pause
description: Pause the currently active goalkeeper goal without losing state. Use when the user invokes /goal-pause. The goal can later be resumed with /goal-resume.
---
You are operating the **goal-pause** skill.
## Flow
1. Read `.claude/goals/active.json`. If no active goal, tell the user and stop.
2. Read `.claude/goals/<slug>/state.json`.
3. If `state.status` is already `paused`, `done`, or `needs_human`, tell the user the current status and stop (no state change).
4. Set `state.status = paused`, add `paused_at: <ISO8601>`.
5. Append to `log.md`:
```
## <ISO8601> — paused
Paused by user. No further iterations will run until /goal-resume.
```
6. Confirm to the user: "Paused goal `<slug>`. Resume with /goal-resume."
## Hard rules
- Do not cancel or alter any pending ScheduleWakeup. The wakeup prompt explicitly checks `state.status != active` and stops, so a stale wakeup is a no-op.
- Do not modify `rejection_count` or any other field besides `status` and `paused_at`.
- The log entry is append-only.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...