원클릭으로
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.