Agentic system design blueprint generator. Interviews the user to understand a task they want to automate, then produces a comprehensive integrated design document (.md file) that serves as a concrete implementation plan for Claude Code. The design document includes task context, workflow definition with LLM vs code boundaries, and implementation spec (folder structure, agent architecture, skills/scripts list, sub-agent design). Trigger on "/blueprint", "blueprint", "에이전트 설계", "설계서 만들어", "agentic workflow design". Use this skill when the user mentions automation design, workflow planning, agent architecture, system blueprinting, or multi-step AI workflow planning.
$npx -y skills add byungjunjang/jangpm-meta-skills --skill blueprintInstalls into the current project.
Run `npx skills use "https://github.com/byungjunjang/jangpm-meta-skills" --skill "byungjunjang/jangpm-meta-skills/blueprint"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/byungjunjang/jangpm-meta-skills" that are relevant to the current task. Run `npx skills add "https://github.com/byungjunjang/jangpm-meta-skills"` and select the relevant skills, then follow their instructions.