메타-프롬프트-생성기

Generate structured, parallelizable custom slash commands from high-level prompts.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Aiden-Kwak/My-Claude-Agents --skill -aiden-kwak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 메타-프롬프트-생성기
Source: https://github.com/Aiden-Kwak/My-Claude-Agents/tree/main/.claude/skills/meta-prompt-generator
Command: npx skills add https://github.com/Aiden-Kwak/My-Claude-Agents --skill -aiden-kwak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

간단하고 고수준의 입력으로도 단계별 병렬 처리가 가능한 커스텀 슬래시 커맨드를 자동으로 생성해 개발 워크플로우의 복잡성을 줄여줍니다.

Core Features & Use Cases

  • Prompt 구조 설계: 고수준 요구를 구체적 프롬프트 구조로 변환합니다.
  • 워크플로우 생성 및 관리: 의존성 관리와 단계별 실행 순서를 명시합니다.
  • 테스트 스위트 자동화: 단위/통합 테스트 스위트를 포함한 품질 보증을 지원합니다.
  • 재사용성 강화: 구성 요소를 모듈화하고 여러 프로젝트에 재활용합니다.

Quick Start

Provide a high-level prompt and let the system generate a structured, parallelizable custom slash-command workflow.

Frequently Asked Questions about 메타-프롬프트-생성기

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

FAQPage Schema
How do I generate custom slash commands from high-level prompts for workflow automation?

Custom slash command generation converts high-level prompts into structured, parallelizable workflow commands with explicit dependency handling and execution order. This approach modularizes prompt components and automates task orchestration across development scenarios.

Can I create parallelizable prompt workflows with dependency handling for Claude Code?

Yes, parallelizable prompt workflows support dependency handling and step-by-step execution order for Claude Code. The system structures modular prompt components and applies sub-agent orchestration using Task tools to manage complex automation sequences.

What is the best way to design modular prompts with automated test suites?

Designing modular prompts with automated test suites involves generating structured custom slash commands that include unit and integration test suites for quality assurance. This modular approach enables component reuse across multiple projects while maintaining comprehensive test coverage.

Do I need to provide detailed step specifications to generate a parallel execution workflow?

No, you provide a simple high-level prompt and the system automatically generates a structured, parallelizable custom slash command workflow. It translates high-level requirements into specific prompt structures with dependency management and execution sequencing.

Does custom slash command generation support sub-agent orchestration for complex task automation?

Custom slash command generation supports optional sub-agent orchestration using Task tools for complex task automation. This enables modular prompt components to be orchestrated across parallel execution steps with managed dependencies.

When should I avoid using automated prompt generation for workflow design?

Automated prompt generation for workflow design is less suitable when tasks require simple linear execution without dependencies or when prompt structures lack modularity needs. Scenarios without reusable components or parallel processing requirements do not benefit from this orchestration approach.