Back to list
doodledood

done

by doodledood

Workflows for OpenCode

0🍴 0📅 Jan 25, 2026

SKILL.md


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:

  1. Intent - What was the goal
  2. Global Invariants - All respected
  3. Deliverables - Each with its ACs, all passing
  4. Key changes - Files modified, commits made
  5. 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

  1. Mirror manifest structure - Hierarchy should match: Intent → Global Invariants → Deliverables
  2. Show evidence - Link changes to deliverables
  3. Adapt detail to complexity - Simple task = condensed output. Complex task = full hierarchy.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon