Agent Skill
2/7/2026done
Completion marker. Outputs hierarchical execution summary showing Global Invariants respected and all Deliverables completed.
D
doodledood
1GitHub Stars
1Views
npx skills add doodledood/opencode-plugins
SKILL.md
| Name | done |
| Description | Completion marker. Outputs hierarchical execution summary showing Global Invariants respected and all Deliverables completed. |
name: done description: 'Completion marker. Outputs hierarchical execution summary showing Global Invariants respected and all Deliverables completed.'
/done - Completion Marker
Goal
Output a completion summary showing what was accomplished, organized by the Manifest hierarchy.
Input
$ARGUMENTS = completion context (optional)
What to Do
Read the execution log and manifest. Output a summary that shows:
- Intent - What was the goal
- Global Invariants - All respected
- Deliverables - Each with its ACs, all passing
- Key changes - Files modified, commits made
- Tradeoffs applied - How preferences were used
Output Format
## 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.
Principles
- Mirror manifest structure - Hierarchy should match: Intent → Global Invariants → Deliverables
- Show evidence - Link changes to deliverables
- Adapt detail to complexity - Simple task = condensed output. Complex task = full hierarchy.
Skills Info
Original Name:doneAuthor:doodledood
Download