blueprint

Converts verbose natural language requests into structured bilingual Korean-English markdown documents.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/kubrickcode/cine-mirror --skill blueprint-kubrickcode
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/kubrickcode/cine-mirror/tree/main/.agents/skills/blueprint
Command: npx skills add https://github.com/kubrickcode/cine-mirror --skill blueprint-kubrickcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Unstructured, verbose requests often lead to miscommunication between users and AI agents. This Skill transforms raw natural language requests into clear, structured bilingual documentation that users can review in Korean before handing an optimized English prompt to the next AI agent. ## Core Features & Use Cases - Bilingual Documentation: Generates a Korean version for user review and an English version optimized for AI agent consumption, with a language policy notice ensuring Korean responses. - Adaptive Structure: Scales document sections to request complexity, covering technical, non-technical, decision-making, planning, and creative requests. - Anti-Hallucination Rules: Records only explicitly stated requirements, preserves ambiguous phrasing verbatim, and marks unclear points as needing clarification. - Use Case: A user with a complex project idea describes it conversationally; the Skill produces a blueprint markdown file they can verify in Korean, then pass the English section to an implementation agent. ## Quick Start Ask the AI to generate a blueprint from your request, for example: create a blueprint for my request to build a personal budget tracking app.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I structure a vague request before giving it to an AI agent?▼

Use the blueprint workflow to convert your raw request into a structured markdown document with sections like overview, requirements, and constraints. You review the Korean version, then share the English version with the AI agent.

How to create bilingual Korean-English prompt documentation?▼

The blueprint generates two mirrored versions in one markdown file: a Korean version for your review and an English version for AI consumption. The English version includes a language requirement notice so agents still respond in Korean.

Does the blueprint skill work for non-technical requests?▼

Yes, it handles technical, non-technical, decision-making, planning, personal, and creative requests. For non-technical requests it skips technical environment and dependency sections, keeping the document minimal.

How does the blueprint prevent AI from inventing requirements?▼

It enforces explicit-only documentation: ambiguous expressions are preserved verbatim, unclear points are marked as needing clarification, and a self-verification checklist confirms no inferred requirements were added before saving.

Where is the generated blueprint file saved?▼

The blueprint is saved as a markdown file in the root directory with the filename pattern blueprint-[brief-title]-[timestamp].md, containing both the Korean and English sections plus next steps.