.claude/skills/bmad-taskmaster-mcp-bootstrap/SKILL.md
Bootstraps the TaskMaster MCP server and aligns it with BMAD hooks.
npx skillsauth add bacoco/bmad-skills bmad-taskmaster-mcp-bootstrapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
tools
Creates lightweight proposals for L0-1 work.
tools
Implements L0-1 changes from proposals.
tools
Archives completed L0-1 changes.
documentation
Routes work to OpenSpec (L0-1) or BMAD (L2-4). Tracks status and guides through phases.