一键导入
bmad-taskmaster-mcp-bootstrap
Bootstraps the TaskMaster MCP server and aligns it with BMAD hooks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstraps the TaskMaster MCP server and aligns it with BMAD hooks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates technical architecture and system design.
Breaks epics into developer stories.
Guide for creating effective skills with specialized knowledge and workflows.
Establishes instrumentation, monitoring, and alerting foundations.
Diagnoses bottlenecks and designs performance optimization plans.
Hardens designs and implementations with structured security reviews.
| name | bmad-taskmaster-mcp-bootstrap |
| description | Bootstraps the TaskMaster MCP server and aligns it with BMAD hooks. |
| license | Complete terms in LICENSE.txt |
| allowed-tools | ["Read","Write","Grep","Bash"] |
| metadata | {"auto-invoke":false,"triggers":{"patterns":["set up taskmaster mcp","install taskmaster server","provision task master","bootstrap taskmaster","create taskmaster mcp"],"keywords":["taskmaster","mcp server","hooks","task board persistence"]},"capabilities":["mcp-bootstrap","infrastructure-guidance","hook-integration","workflow-orchestration"],"prerequisites":["Node.js 18+","npm 9+","git 2.40+"],"outputs":["running-mcp-server","env-configuration","sync-hooks"]} |
Set up the TaskMaster MCP server and wire it into BMAD's Skills + Hooks workflow. Use this skill whenever a project needs TaskMaster's task engine instead of the lightweight Markdown-only flow.
Activate when the user:
Skip this skill if the user only needs Markdown-based task tracking (use the Skills-only bundle) or is troubleshooting TaskMaster logic (hand off to TaskMaster docs/support).
You are accountable for:
npx or git clone, install dependencies, and prepare launch scripts.mcp.json/.env entries.tasks.md files.Use WORKFLOW.md for the ordered procedure and CHECKLIST.md as the go/no-go gate before declaring success. Load REFERENCE.md when you need detailed env var guidance, editor-specific MCP config snippets, or troubleshooting steps.
scripts/bootstrap_taskmaster.sh) for repetitive shell work; describe how to run them rather than pasting large command blobs repeatedly.WORKFLOW.md → confirms prerequisites, chooses install mode (global npx vs managed clone).REFERENCE.md → decide which providers to enable and capture required tokens..env scaffolding → highlight key paths and placeholders.npx task-master-ai --help and task-master-ai status → confirm TaskMaster reports enabled tools.Once the checklist passes, hand back a concise operations summary: version deployed, commands to start/stop, file locations, and follow-up tasks (e.g., schedule backups).
Every successful run should deliver:
tasks.md, and future upgrades.Document assumptions and any deviations from the standard workflow so future sessions can resume confidently.