원클릭으로
blueprint-builder
Create and register new MA task blueprints, task types, and classification rules
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and register new MA task blueprints, task types, and classification rules
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build, install, and manage complete NekoCore OS apps — HTML payload, installer contract, window registration, start menu category. Produces installer-managed, reversible app packages.
Extract characters from a book and create them as NekoCore OS entities with POV-isolated memories. Supports main-only, all, or specific character selection.
Production code author — write, edit, debug, and scaffold real code projects. Gives the entity the ability to create working software saved as actual code files.
Create structured courses, curricula, lesson plans, and exam prep materials from topics or books
Build, run, and manage D&D campaigns with session prep, world lore, and narrative arcs
Design D&D encounters, generate NPC rosters with living entities, or create full player characters with backstories and entity integration.
| name | blueprint-builder |
| description | Create and register new MA task blueprints, task types, and classification rules |
Capability Analysis — Understand what the user wants MA to be able to do. Extract: task description, inputs needed, outputs produced, whether entity creation / web research / multi-mode is needed. Check existing blueprints for overlap.
Blueprint Design — Design the structure: modes (if multi-modal), phases per mode, interactive pauses, output format, tool calls needed. Follow mandatory conventions:
Write Blueprint — Write MA-blueprints/modules/{task_type}.md with full production-quality blueprint.
Write Skill Files — Write MA-skills/{skill-name}/SKILL.md (YAML frontmatter + triggers + workflow + tools) and MA-entity/entity_ma/skills/{skill-name}.md (compact runtime reference, under 80 lines).
Generate Classifier — Generate the exact TASK_TYPES, COMPLEX_TASK_TYPES, and RULES entries for MA-tasks.js. Write to a registration summary file with verification instructions.
Summary — Present: files created, registration snippet, test commands, capability description.
ws_list — Check existing blueprints for overlapws_read — Read existing blueprints for pattern referencews_write — Write blueprint, skill, and summary files