blueprint

Provide unified CLI access to Blueprint submodules for validation and templates.

2|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/KwakYounHo/blueprint --skill blueprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/KwakYounHo/blueprint/tree/main/core/claude/skills/blueprint
Command: npx skills add https://github.com/KwakYounHo/blueprint --skill blueprint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a unified CLI to access and orchestrate the Blueprint framework, reducing the mental load of switching between submodules and manual setup. It centralizes gate validation, document templates, FrontMatter schemas, handoffs, constitutions, and worker registry.

Core Features & Use Cases

  • Unified access: One CLI to interact with aegis, forma, frontis, hermes, lexis, and polis.
  • Automation & consistency: Standardized commands ensure consistent workflows across Blueprint tasks.
  • Use Case: A software team can validate gates, generate templates, review FrontMatter schemas, and coordinate worker handoffs from a single entry point, saving time and reducing errors.

Quick Start

Run the blueprint CLI to explore modules:

  • blueprint.sh aegis --list
  • blueprint.sh forma list
  • blueprint.sh polis --list Then run any submodule command to see results.

Frequently Asked Questions about blueprint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate gates and generate templates from a single CLI entry point?

Blueprint's unified CLI consolidates gate validation, template generation, FrontMatter schema viewing, and worker coordination into one command interface. Run blueprint.sh with submodule flags like aegis, forma, or polis to access each function without switching tools.

What is FrontMatter schema search and how do I extract it via CLI?

FrontMatter schema search identifies and retrieves metadata structures embedded in Blueprint documents. Use the frontis submodule through the blueprint CLI to search and extract FrontMatter schemas directly from your project root.

Can I automate Blueprint handoff forms and constitution viewing with a CLI?

Yes. The blueprint CLI automates handoff form inspection and constitution viewing through the hermes and lexis submodules, standardizing document retrieval and reducing manual lookups across your workflow.

How do I query the worker registry and list available Blueprint components?

Use the polis submodule via blueprint.sh polis --list to query the worker registry. The unified CLI also lists components across aegis, forma, frontis, hermes, and lexis with dedicated list commands for each.

What problem does a unified Blueprint CLI solve compared to managing submodules separately?

A unified CLI eliminates context switching and manual setup overhead by centralizing access to all Blueprint components—gate validation, templates, schemas, handoffs, constitutions, and registries—into consistent, standardized commands.

Do I need Bash to run the blueprint CLI?

Yes. Blueprint is a Bash-based CLI with submodules and project-root resolution built for shell environments. It requires a Bash runtime and shell access to execute orchestration commands.