一键导入
mastermind-execute
Load a written implementation plan, review it critically, execute all tasks step by step, and hand off to mastermind:finish when complete.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load a written implementation plan, review it critically, execute all tasks step by step, and hand off to mastermind:finish when complete.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Tech Port — deep-analyzes a foreign project, reviews the current monomind target to avoid conflicts and duplication, produces a scored port plan with mono-branded naming, and executes approved ports with full brand normalization.
Mastermind skills — list, sync, and map skills available to org agents. Scans .claude/skills/ directory and shows which roles have access to which skill domains.
Mastermind access — manage org membership roles (owner/admin/operator/viewer), granular permission grants, invite tokens, and pending join requests. Controls who can do what inside an org.
Mastermind activity — full activity feed for an org with event-type filtering, actor lookups, and entity name resolution. Fetches up to 200 recent events across issue, project, goal, agent, and routine entity types. Mirrors Activity.tsx.
Mastermind adapter-manager — global instance-level adapter catalog. Lists all built-in and npm-installed adapters, enables/disables them in menus, reinstalls from npm to pick up updates, adds custom HTTP adapters, and removes custom ones. Complements mastermind:adapters (per-org) with the global registry. Mirrors AdapterManager.tsx.
Mastermind adapters — install, enable, disable, reload, and remove LLM adapter plugins per org. Supports claude-local, gemini-local, codex-local, cursor, hermes, http, and custom adapters.
| name | mastermind-execute |
| description | Load a written implementation plan, review it critically, execute all tasks step by step, and hand off to mastermind:finish when complete. |
| type | domain-skill |
| default_mode | confirm |
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the mastermind:execute skill to implement this plan."
Note: This skill works best with subagent support (Claude Code). When subagents are available, prefer Skill("mastermind-taskdev") for parallel task execution.
brain_context: BRAIN CONTEXT block (injected by master, or loaded standalone via mastermind-protocol/SKILL.md brain load)plan_path: path to the plan file to executeproject_name: monotask space nameboard_id: monotask board IDmode: auto | confirmplan_pathFor each task in the plan:
in_progresscompletedWhen the plan references skills:
mastermind:taskdev → invoke Skill("mastermind-taskdev")mastermind:verify → invoke Skill("mastermind-verify")mastermind:* skill → invoke Skill("mastermind-<name>")After all tasks complete and are verified:
Skill("mastermind-finish")STOP executing immediately when:
Ask for clarification rather than guessing. Never invent steps not in the plan.
Return to Step 1 (Review) when:
Do not force through blockers. Stop and ask.
main or master without explicit user consentSkills used by this skill:
Skill("mastermind-plan") — creates the plan this skill executesSkill("mastermind-taskdev") — subagent-driven parallel task execution (preferred for complex plans)Skill("mastermind-finish") — complete the development branch after all tasksSkill("mastermind-verify") — verification gate before finishing