원클릭으로
blueprint
Transform verbose natural language requests into structured bilingual documentation (Korean for review + English for AI prompts)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Transform verbose natural language requests into structured bilingual documentation (Korean for review + English for AI prompts)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review current git changes or latest commit using code-reviewer and architect-reviewer agents
Review comments and suggest cleanup (identify unnecessary comments, recommend improvements)
Generate Conventional Commits-compliant messages (feat/fix/docs/chore) in Korean and English
Identify and safely remove dead code, deprecated code, and unused exports from codebase
Generate business rule documentation from domain knowledge and requirements
Implement UI E2E tests sequentially using Playwright MCP, stop on bug discovery
| name | blueprint |
| description | Transform verbose natural language requests into structured bilingual documentation (Korean for review + English for AI prompts) |
Transform ANY unstructured natural language request into clear, systematic markdown documentation: $ARGUMENTS
This command works for ALL types of requests - technical, non-technical, decision-making, planning, career advice, personal questions, brainstorming, etc. There is no "not technical enough" - if the user asks, generate the blueprint.
Analyze ANY unstructured user request and create:
This enables:
Structure flexibly based on context. Adapt sections to the request - forcing unnecessary sections reduces clarity.
Create markdown file in root directory:
# [Request Title]
---
## 📋 Korean Version (For Review)
> Version for user to review and confirm request content
[Include only necessary sections based on context]
### Example Possible Sections (Optional)
- 🎯 Request Overview
- 📖 Purpose & Background
- ✅ Specific Requirements
- 🚫 Constraints & Warnings
- 🎨 Expected Outcomes
- 🛠️ Technical Environment (technical requests only)
- 📊 Priority (if needed)
- 📚 References (if available)
- 💬 Additional Context (if needed)
---
## 📋 English Version (For AI Prompt)
> **Language Requirement: All responses, conversations, and outputs should be in Korean (한글).**
>
> This section is optimized for AI agent consumption. The AI agent must communicate entirely in Korean regardless of the prompt language.
[Same structure as Korean version, written in English]
[Include same sections only, do not add unnecessary ones]
---
## 🔄 Next Steps
1. Review the Korean version
2. Modify if needed
3. Share the English version with the next AI agent
Simple Non-Technical Request (Career Decision)
# Career Transition Decision: Resign or Job Hunt While Employed
---
## 📋 Korean Version
### 🎯 Request Overview
Decide whether to resign before job hunting or stay employed during the transition
### 📖 Current Situation
- High-capability individual confident in explaining employment gaps during career breaks
- User describes "reality is tight/constrained" (specific constraints not clarified)
- Facing choice between two paths
### ✅ Key Considerations
1. What factors should guide this decision?
2. What are pros/cons of each approach?
3. What action steps are needed for chosen path?
### 🎨 Expected Outcome
Clear decision-making framework with reasoning for each option
---
## 📋 English Version
> **Language: Respond in Korean.**
### 🎯 Request Overview
Decide whether to resign before job hunting or stay employed during the transition
### 📖 Current Situation
- High-capability individual confident in explaining employment gaps during career breaks
- User describes "reality is tight/constrained" (specific constraints not clarified)
- Facing choice between two paths
### ✅ Key Considerations
1. What factors should guide this decision?
2. What are pros/cons of each approach?
3. What action steps are needed for chosen path?
### 🎨 Expected Outcome
Clear decision-making framework with reasoning for each option
Simple Request (Meeting Template)
# Create Meeting Minutes Template
---
## 📋 Korean Version
### 🎯 Request Overview
Create a simple meeting minutes template for team meetings
### ✅ Specific Requirements
1. Include sections for date, attendees, agenda
2. Action items in checklist format
3. Field for next meeting date
### 🎨 Expected Outcome
Reusable template file in markdown format
---
## 📋 English Version
> **Language: Respond in Korean.**
[same structure as Korean version]
Complex Technical Request
# User Authentication System Refactoring
---
## 📋 Korean Version
### 🎯 Request Overview
Migrate from JWT-based auth to OAuth2 while maintaining existing user sessions
### 📖 Purpose & Background
- Current JWT expiration management is complex
- Need to support social login
- Security enhancement required
### ✅ Specific Requirements
1. Integrate OAuth2 Providers (Google, GitHub)
2. Auto-migrate existing JWT users
3. Implement refresh token logic
### 🚫 Constraints
- Must not break existing user sessions
- Cannot drastically change database schema
- Must maintain API endpoint URLs
### 🛠️ Technical Environment
- NestJS, Passport.js
- PostgreSQL
- Redis (session storage)
- `/src/auth/` directory
### 📊 Priority
- High: Basic OAuth2 integration
- Medium: Auto-migration
- Low: Legacy code cleanup
---
## 📋 English Version
> **Language: Respond in Korean.**
[same structure as Korean version]
Generated filename: blueprint-[brief-title]-[timestamp].md
Examples:
blueprint-user-auth-implementation-20250110-143022.mdblueprint-api-refactoring-20250110-150530.mdBasic usage:
/blueprint
With specific focus:
/blueprint focus on authentication system
Complex request cleanup:
/blueprint based on entire previous conversation
/blueprint to generate structured document (root path)English version has CRITICAL notice stating "all communication in Korean" to ensure:
Document only what the user explicitly stated. This prevents hallucination and ensures the blueprint accurately represents the user's intent.
When generating documents:
If user desires: