원클릭으로
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.