ワンクリックで
done
Completion marker. Outputs hierarchical execution summary showing Global Invariants respected and all Deliverables completed.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Completion marker. Outputs hierarchical execution summary showing Global Invariants respected and all Deliverables completed.
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.
Structured escalation with evidence. Surfaces blocking issues for human decision, referencing the Manifest hierarchy.
Manifest verification runner. Spawns parallel verifiers for Global Invariants and Acceptance Criteria. Called by /do, not directly by users.
| name | done |
| description | Completion marker. Outputs hierarchical execution summary showing Global Invariants respected and all Deliverables completed. |
Output a completion summary showing what was accomplished, organized by the Manifest hierarchy.
$ARGUMENTS = completion context (optional)
Read the execution log and manifest. Output a summary that shows:
## Execution Complete
All global invariants pass. All acceptance criteria verified.
### Intent
**Goal:** [from manifest]
### Global Invariants
| ID | Description | Status |
|----|-------------|--------|
| INV-G1 | ... | PASS |
### Deliverables
#### Deliverable 1: [Name]
| ID | Description | Status |
|----|-------------|--------|
| AC-1.1 | ... | PASS |
**Key Changes:**
- [file] - [what changed]
---
### Tradeoffs Applied
| Decision | Preference | Outcome |
|----------|------------|---------|
### Files Modified
| File | Changes |
|------|---------|
---
Manifest execution verified complete.