ワンクリックで
escalate
Structured escalation with evidence. Surfaces blocking issues for human decision, referencing the Manifest hierarchy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Structured escalation with evidence. Surfaces blocking issues for human decision, referencing the Manifest hierarchy.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manifest builder. Plan work, scope tasks, spec out requirements. Converts needs into Deliverables + Invariants with verification criteria.
Sync plugins from configured source repos to OpenCode format. Usage: /sync-plugins [repo:plugin...] or /sync-plugins --all
Manifest executor. Iterates through Deliverables satisfying Acceptance Criteria, then verifies all ACs and Global Invariants pass.
Creates personalized X/Twitter growth strategy through guided interview. Based on algorithm-derived principles (exposure equation, phase model). Use when asked about X growth, Twitter strategy, building audience, or social media presence.
Completion marker. Outputs hierarchical execution summary showing Global Invariants respected and all Deliverables completed.
Manifest verification runner. Spawns parallel verifiers for Global Invariants and Acceptance Criteria. Called by /do, not directly by users.
| name | escalate |
| description | Structured escalation with evidence. Surfaces blocking issues for human decision, referencing the Manifest hierarchy. |
Surface a blocking issue for human decision with structured evidence, referencing the Manifest hierarchy.
$ARGUMENTS = escalation context
Examples:
Evidence required - No lazy escalations. Must include what was tried and why it failed.
Structured options - Present possible paths forward with tradeoffs, not just "I'm stuck".
Respect hierarchy - Global Invariant blocking = task-level issue. AC blocking = deliverable-level issue.
For blocking criterion escalation, MUST include:
Lazy escalations are NOT acceptable:
Task-level blocker. Cannot complete while this fails.
## Escalation: Global Invariant [INV-G{N}] Blocking
**Criterion:** [description]
**Type:** Global Invariant (task fails if violated)
**Impact:** Cannot complete task until resolved
### Attempts
1. **[Approach 1]** - What: ... Result: ... Why failed: ...
2. **[Approach 2]** - ...
3. **[Approach 3]** - ...
### Hypothesis
[Theory about why this is problematic]
### Possible Resolutions
1. **Fix root cause**: [description] - Effort: ... Risk: ...
2. **Amend invariant**: Relax to [new wording] - Rationale: ...
3. **Remove invariant**: Not applicable to this task - Rationale: ...
### Requesting
Human decision on path forward.
Deliverable-level blocker.
## Escalation: Acceptance Criteria [AC-{D}.{N}] Blocking
**Criterion:** [description]
**Type:** AC for Deliverable {D}: [name]
**Impact:** Deliverable incomplete
### Context
Other ACs in this deliverable: [statuses]
### Attempts
[same as above]
### Possible Resolutions
1. **Different implementation**: [approach]
2. **Amend criterion**: Change to [new wording]
3. **Remove criterion**: Not actually needed
4. **Descope deliverable**: Remove AC, deliverable still valuable
### Requesting
Human decision on path forward.
All automated criteria pass. Manual criteria need human verification.
## Escalation: Manual Criteria Require Human Review
All automated criteria pass.
### Manual Criteria Pending
- **AC-{D}.{N}**: [description] - How to verify: [from manifest]
### What Was Executed
[Brief summary]
Please review and confirm completion.
User explicitly asked to stop mid-workflow (e.g., "commit so I can deploy", "stop here for now"). No 3-attempt evidence needed—just explain the pause.
## Escalation: User-Requested Pause
**Reason:** [what user asked for]
**Current state:** [what's done, what's pending]
### Progress Summary
- Completed: [ACs done]
- In progress: [current work]
- Remaining: [ACs not started]
### To Resume
[How to continue - e.g., "/do <manifest> <log>" or specific next steps]
When to use: User interrupts workflow for legitimate reasons (deploy, review, break). Not a blocker—just a handoff.