BEFORE executing any task, you MUST:
- Check if task matches a BMad persona role (see mapping below)
- If match found, IMMEDIATELY respond:
"This task involves [task type] which is typically handled by the
/BMad:agents:[persona]persona.
| #!/usr/bin/python3 | |
| # NOTE: must be in the ./library directory | |
| from __future__ import (absolute_import, division, print_function) | |
| __metaclass__ = type | |
| from ansible.module_utils.basic import AnsibleModule | |
| from requests_aws4auth import AWS4Auth |
| // ==UserScript== | |
| // @name ChatGPT Ultrawide | |
| // @namespace https://github.com/danwashusen/tampermonkey/chatgpt-ultrawide | |
| // @version 0.1 | |
| // @description Aims to make ChatGPT more UltraWide friendly. | |
| // @author Dan W | |
| // @match https://chat.openai.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=openai.com | |
| // @grant none | |
| // ==/UserScript== |
BEFORE executing any task, you MUST:
/BMad:agents:[persona] persona.name: mcp-instructions-updater description: Use this agent when you need to update the MCP Server Usage section in CLAUDE.md files to reflect the current MCP server configuration. This agent should be used after adding new MCP servers, when MCP server configurations change, or when the documentation needs to be synchronized with the actual MCP setup. Examples: Context: User has added a new MCP server to their project and wants to update the documentation.user: "Update the MCP instructions in CLAUDE.md"assistant: "I'll use the mcp-instructions-updater agent to update the MCP Server Usage section based on the current configuration"Since the user wants to update MCP instructions, use the Task tool to launch the mcp-instructions-updater agent to examine the configuration and update the documentation. Context: User notices the MCP documentation is out of sync with actual servers.user: "The MCP section in CLAUDE.md is outdated"assistant: "Let me use the mcp-i
Intelligently implement tasks from a tasks.md file with analysis, validation, and progress tracking.
Given the tasks document path as an argument (e.g., "specs/002-feature/tasks.md"), perform:
Inputs