blueprint
Installation
SKILL.md
Create a Blueprint
CRITICAL: This is a WORKFLOW SKILL, not Claude's built-in plan mode. Do NOT use EnterPlanMode or ExitPlanMode tools.
Task Tracking Setup
TASK_TRACKING = config_read("task_tracking.enabled", "false")
If TASK_TRACKING:
BLUEPRINT_WORKFLOW_ID = "blueprint-{timestamp}"
PHASE_TASKS = {}