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 = {}
Installs
5
GitHub Stars
42
First Seen
May 9, 2026
blueprint — majesticlabs-dev/majestic-marketplace