بنقرة واحدة
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