closer

Installation
SKILL.md

Feature Closer

Primary Directive

Close and archive a completed feature, moving it from active backlog to completed.

Input

Feature identifier: ${input:FeatureID (e.g., 003 or 003-my-feature)}

Step 1: Resolve Feature

Determine the feature to close:

  1. If input provided, use it to find the feature folder
  2. If no input, try to detect from current branch name (feature/{NNN}-{slug})
# List active features in backlog (not in completed/)
ls -d backlog/plans/[0-9][0-9][0-9]-*/ 2>/dev/null | head -20
Related skills
Installs
1
First Seen
Mar 29, 2026