Blueprints banner
ntanner-ctrl ntanner-ctrl

Blueprints

Development community

Description

--- description: Use when you need orientation on active work. Lists all in-progress blueprints with their current stage and path. --- # Blueprints Display all in-progress blueprints in the current project. ## Process 1. Check for `.claude/plans/` directory 2. For each subdirectory, read `state.json` 3. Auto-migrate pre-v2 plans if `blueprint_version` is missing (see `/blueprint` migration) 4. Display summary sorted by last activity ## Output Format ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Installation

Installs to ~/.claude/skills/ntanner-ctrl-claude-sail-blueprints/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ntanner-ctrl-claude-sail-blueprints && curl -fsSL https://raw.githubusercontent.com/ntanner-ctrl/claude-sail/HEAD/commands/blueprints.md -o ~/.claude/skills/ntanner-ctrl-claude-sail-blueprints/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository