Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/dutradotdev/mcp-portal-transparencia/taskmastergit clone --depth 1 https://github.com/dutradotdev/mcp-portal-transparenciaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/dutradotdev/mcp-portal-transparencia/taskmaster)<a href="https://agentmods.dev/rules/dutradotdev/mcp-portal-transparencia/taskmaster"><img src="https://agentmods.dev/badge/rules/dutradotdev/mcp-portal-transparencia/taskmaster.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.11002 | $0.11002 |
| Opus 5 | $0.05501 | $0.05501 |
| Sonnet 5 | $0.02200 | $0.02200 |
| Haiku 4.5 | $0.01100 | $0.01100 |
Grade B, and why
taskmaster scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads MCP configurationmediumAgent snooping
mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.
**Set API keys** in your **`.env`** file in the project root (for CLI use) or within the `env` section of your **`.cursor/mcp.json`** file (for MCP/Cursor integration). All other settings (model choice, max tokens, tempe Copies of this mod
8 near-identical copies found in the catalogue:
- taskmaster — 100% identical, 11 lines differ
- taskmaster — 100% identical, 11 lines differ
- taskmaster — 100% identical, 4 lines differ
- taskmaster — 100% identical, 0 lines differ
- taskmaster — 100% identical, 14 lines differ
- taskmaster — 100% identical, 18 lines differ
- taskmaster — 100% identical, 6 lines differ
- taskmaster — 100% identical, 4 lines differ
How it starts
The opening of the file, as written. The whole thing — 558 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Taskmaster Tool & Command Reference
This document provides a detailed reference for interacting with Taskmaster, covering both the recommended MCP tools, suitable for integrations like Cursor, and the corresponding task-master CLI commands, designed for direct user interaction or fallback.
Note: For interacting with Taskmaster programmatically or via integrated tools, using the MCP tools is strongly recommended due to better performance, structured data, and error handling. The CLI commands serve as a user-friendly alternative and fallback.
Important: Several MCP tools involve AI processing... The AI-powered tools include parse_prd, analyze_project_complexity, update_subtask, update_task, update, expand_all, expand_task, and add_task.
🏷️ Tagged Task Lists System: Task Master now supports tagged task lists for multi-context task management. This allows you to maintain separate, isolated lists of tasks for different features, branches, or experiments. Existing projects are seamlessly migrated to use a default "master" tag. Most commands now support a --tag <name> flag to specify which context to operate on. If omitted, commands use the currently active tag.
Initialization & Setup
1. Initialize Project (init)
- MCP Tool:
initialize_project - CLI Command:
task-master init [options] - Description:
Set up the basic Taskmaster file structure and configuration in the current directory for a new project. - Key CLI Options:
--name <name>:Set the name for your project in Taskmaster's configuration.--description <text>:Provide a brief description for your project.--version <version>:Set the initial version for your project, e.g., '0.1.0'.-y, --yes:Initialize Taskmaster quickly using default settings without interactive prompts.
- Usage: Run this once at the beginning of a new project.
- MCP Variant Description:
Set up the basic Taskmaster file structure and configuration in the current directory for a new project by running the 'task-master init' command. - Key MCP Parameters/Options:
projectName:Set the name for your project.(CLI:--name <name>)projectDescription:Provide a brief description for your project.(CLI:--description <text>)projectVersion:Set the initial version for your project, e.g., '0.1.0'.(CLI:--version <version>)authorName:Author name.(CLI:--author <author>)skipInstall:Skip installing dependencies. Default is false.(CLI:--skip-install)addAliases:Add shell aliases tm and taskmaster. Default is false.(CLI:--aliases)yes:Skip prompts and use defaults/provided arguments. Default is false.(CLI:-y, --yes)
- Usage: Run this once at the beginning of a new project, typically via an integrated tool like Cursor. Operates on the current working directory of the MCP server.
- Important: Once complete, you MUST parse a prd in order to generate tasks. There will be no tasks files until then. The next step after initializing should be to create a PRD using the example PRD in .taskmaster/templates/example_prd.txt.
- Tagging: Use the
--tagoption to parse the PRD into a specific, non-default tag context. If the tag doesn't exist, it will be created automatically. Example:task-master parse-prd spec.txt --tag=new-feature.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 558 lines · 11,002 tokens per session scan B 6d1b0a012a44
taskmaster is a cursor rule published in the GitHub repository dutradotdev/mcp-portal-transparencia (222 stars, last pushed 1y ago), licensed MIT. It adds 11,002 tokens to every session, about $0.0550 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
development-workflow
AAMAD modular development workflow for context-aware agent coordination.
checkpoint
Write a committed handoff checkpoint so a fresh session can resume with zero loss. Use when crossing the 40% context line, on every stage transition, and at session end. Writes .trace/checkpoints/ - .md while the agent is still sharp.
feedback-enhanced
Enhanced feedback mechanism with 1-hour timeout - 增强反馈机制,1小时超时.
project-onboarding-rule
Automatically onboards existing projects into the AI-driven development workflow.
linear-in-review
After finishing a Linear issue, set its status to In Review (never Done).
sprint-planning
BMAD BMM Agent: sprint-planning.