spec:list
Installation
SKILL.md
List all plans with status and progress, or show detailed status for a specific plan.
Step 0: Determine Mode
Check for plan name argument:
- If provided → Single Plan Mode (detailed status for that plan)
- If not provided → Overview Mode (all plans)
Overview Mode
Step 1: Check for Plans Directory
Check if .codevoyant/plans/ exists:
- If not found, report: "No plans found. Create one with /new"
- If found, continue