check-plan
Installation
SKILL.md
Check Plan Implementation
Instructions
Perform comprehensive audit of implementation progress against a plan, verify quality of completed work, and generate actionable task list for remaining items.
Phase 1: Setup & Discovery
Step 1: Identify the Plan
- Ask user which plan to check (or identify from context)
- Read the plan ticket using
tk show <ticket-id>(search withtk list --tag plan) - Understand all plan items and requirements
Step 2: Get Git Context (if applicable)
# See what files changed
git status