bmad-taskmaster-mcp-bootstrap

Automates TaskMaster MCP server bootstrap with BMAD hooks and provisioning.

67|11|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/bacoco/BMad-Skills --skill bmad-taskmaster-mcp-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-taskmaster-mcp-bootstrap
Source: https://github.com/bacoco/BMad-Skills/tree/main/.claude/skills/bmad-taskmaster-mcp-bootstrap
Command: npx skills add https://github.com/bacoco/BMad-Skills --skill bmad-taskmaster-mcp-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill bootstraps and configures the TaskMaster MCP server to enable BMAD's automation across tasks.

Core Features & Use Cases

  • Environment provisioning and server bootstrap.
  • MCP configuration and data path alignment.
  • Handover and troubleshooting.

Quick Start

Run the bootstrap script to provision a TaskMaster MCP environment and capture configuration notes.

Frequently Asked Questions about bmad-taskmaster-mcp-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a TaskMaster MCP server for workflow automation?

TaskMaster MCP bootstrap automates server provisioning and configuration to enable BMAD workflow hooks. Run the bootstrap script to set up environment variables, API keys, data directories for task persistence, and MCP configuration—covering both ephemeral npx and git-clone deployments.

What configuration does TaskMaster MCP bootstrap generate?

Bootstrap generates .env files with API credentials and mcp.json configuration blocks aligned to your data paths. It provisions tasks.md and tasks-archive.md directories, validates dependencies, performs health checks, and outputs handover artifacts for operator reference.

Can I use TaskMaster MCP bootstrap for shared deployments?

Yes. Bootstrap handles both local and shared deployment modes, provisioning data directories, configuring BMAD hook integration, and managing environment readiness across ephemeral and persistent git-clone environments.

What happens if dependencies are missing during TaskMaster MCP bootstrap?

Bootstrap includes environment readiness checks that validate dependencies before proceeding. If missing, installation is handled automatically as part of the provisioning process; health verification confirms successful setup.

How does TaskMaster MCP bootstrap enable task persistence?

Bootstrap configures dedicated data directories (tasks.md and tasks-archive.md) and integrates BMAD hooks into the MCP server. This enables persistent task tracking across workflow sessions in both ephemeral and shared deployment modes.

What deployment modes does TaskMaster MCP bootstrap support?

Bootstrap covers ephemeral npx and git-clone deployments. Each mode receives appropriate provisioning, API key configuration, and BMAD hook integration tailored to its lifecycle and data persistence model.