planner
SKILL.md
Feature Planning Session
Create a comprehensive feature planning artifact for: $ARGUMENTS
This planning session follows the Feature Planning Methodology documented in aidocs/feature-planning-methodology.md.
Session Initialization
Step 1: Determine Feature ID
Run this command to find the next feature number:
{ ls backlog/plans/ 2>/dev/null; ls backlog/plans/_completed/ 2>/dev/null; } | grep -E '^[0-9]{3}' | sort -r | head -1
The Feature ID format is {NNN}-{slug} where:
NNN= 3-digit sequential number (001, 002, 003...)slug= lowercase, hyphenated descriptor (2-4 words)