← スキル一覧に戻る

restartability
by amattas
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: restartability description: STATUS.md format and guidance for tracking progress and resuming work after interruptions.
Restartability
Always maintain STATUS.md to enable picking up work after interruptions.
STATUS.md Format
# Status: [PROJECT NAME]
**Updated**: [timestamp] | **Tasks**: X/Y complete
## Tasks
| Task | Status | Wave | Notes |
|------|--------|------|-------|
| Feature A | Done | E | PR merged |
| Feature B | Active | D | Writing tests |
| Bug fix C | Blocked | B | Need input |
## Artifacts
| File | Status |
|------|--------|
| spec.md | Done |
| architecture.md | Draft |
| test-plan.md | Missing |
## Session Log
- Completed: [what]
- In progress: [what]
- Blocked: [what + why]
When to Update STATUS.md
- Start of session: Read STATUS.md first
- After completing a wave: Update task status and artifacts
- When blocked: Document what's blocking and why
- Before ending session: Update with current state
Resuming from Interruption
- Read STATUS.md first
- Skip completed work
- Resume from last good state
- Update frequently as you work
Status Icons
| Icon | Meaning |
|---|---|
| Done | Task complete |
| Active | Currently working |
| Blocked | Waiting on something |
| Missing | Artifact not yet created |
| Draft | Work in progress |
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です