Back to list
brmatola

plan-complete

by brmatola

Agent Plugins

0🍴 0📅 Jan 18, 2026

SKILL.md


name: plan-complete description: Use when a plan's implementation is finished and all work has been merged or shipped

Plan Complete

Overview

Move a completed plan from active/ to complete/ and capture completion context.

Core principle: Plans that are done should be marked done, with context on what was accomplished.

Announce at start: "I'm using the plan-complete skill to mark this plan as complete."

The Process

Step 1: Verify Completion

Before marking complete, verify:

# Check plan exists in active
ls plans/active/{plan-name}/

# Verify no outstanding work
git status

Ask: "Is all work from this plan merged/shipped? Any outstanding items?"

If work remains, don't proceed. Help finish the work first.

Step 2: Add Completion Notes (Optional)

If the user wants to capture completion context:

Create plans/active/{plan-name}/completion.md:

# Completion Notes

**Completed:** YYYY-MM-DD

**Summary:** [1-2 sentences on what was accomplished]

**Key commits/PRs:**
- [commit/PR references]

**Deviations from plan:**
- [Any significant changes from original design]

**Lessons learned:**
- [Optional: anything worth remembering]

Step 3: Move to Complete

# Move the entire plan directory
mv plans/active/{plan-name} plans/complete/{plan-name}

# Commit the move
git add -A
git commit -m "docs: mark {plan-name} plan as complete"

Step 4: Report

Plan '{plan-name}' marked complete.

Location: plans/complete/{plan-name}/

Quick Reference

StepAction
1Verify all work is done
2Add completion notes (optional)
3Move to plans/complete/
4Commit and report

When NOT to Use

  • Work is still in progress
  • Plan was abandoned (use gremlins:plan-archive instead)
  • Plan is obsolete or superseded (use gremlins:plan-archive instead)

Common Mistakes

Moving incomplete plans

  • Problem: Plan marked complete but work isn't done
  • Fix: Always verify with user before moving

Skipping completion notes

  • Problem: Context lost about what was accomplished
  • Fix: At minimum capture completion date and summary

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