run-blueprint
Installation
SKILL.md
Run Blueprint
Execute all tasks in a blueprint plan sequentially, respecting dependencies.
Input
plan_path: $ARGUMENTS (required)
Task Tracking Setup
TASK_TRACKING = config_read("task_tracking.enabled", "false")
If TASK_TRACKING:
BLUEPRINT_ID = "run-blueprint-{timestamp}"
TASK_MAP = {} # Maps T1, T2 etc to Claude Task IDs