taskmaster_reference

taskmaster_reference is a cursor rule for Cursor from neuromechanist/research-skills. It costs 4,309 tokens per session, scanned A, original, BSD-3-Clause.

A reference for using Taskmaster, a task-tracking system with both integration tools and command-line commands.

In plain words
What is it for?
Use it to manage project tasks, parse a product requirements document, find the next task, update progress, and validate task dependencies.
Why use it?
It gives developers a consistent way to initialize projects, inspect work, update tasks, break tasks down, and track dependencies.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use it to manage project tasks, parse a product requirements document, find the next task, update progress, and validate task dependencies.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/neuromechanist/research-skills/taskmaster_reference
Install

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.

Clone the repo
git clone --depth 1 https://github.com/neuromechanist/research-skills

Made for: Cursor.

Wrote 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.

agentmods badge for taskmaster_reference

README.md
[![agentmods](https://agentmods.dev/badge/rules/neuromechanist/research-skills/taskmaster_reference.svg)](https://agentmods.dev/rules/neuromechanist/research-skills/taskmaster_reference)
Your own site
<a href="https://agentmods.dev/rules/neuromechanist/research-skills/taskmaster_reference"><img src="https://agentmods.dev/badge/rules/neuromechanist/research-skills/taskmaster_reference.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,309 This file is loaded in full into every session.
When invoked 4,309 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.04309 $0.04309
Opus 5 $0.02155 $0.02155
Sonnet 5 $0.00862 $0.00862
Haiku 4.5 $0.00431 $0.00431

Measured 4d ago against content hash 855861112b4a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

taskmaster_reference scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/project/templates/cursor/planning/advanced-taskmaster/taskmaster_reference.mdc · 332 lines

How it starts

The opening of the file, as written. The whole thing — 332 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 (for integrations like Cursor) and the corresponding task-master CLI commands (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. (Implementation details for MCP/CLI are assumed to be internal to Taskmaster).

Important: Several MCP tools involve AI processing and are long-running operations that may take up to a minute to complete. When using these tools, always inform users that the operation is in progress and to wait patiently for results. The AI-powered tools include: parse_prd, analyze_project_complexity, update_subtask, update_task, update, expand_all, expand_task, and add_task.


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 <n>: Set project name.
    • --description <text>: Set project description.
    • --version <version>: Set initial version.
    • -y, --yes: Initialize with defaults, no prompts.
  • Key MCP Parameters/Options:
    • projectRoot: Required. Absolute path to the project directory.
    • projectName: Project name (CLI: --name).
    • projectDescription: Project description (CLI: --description).
    • projectVersion: Initial version (CLI: --version).
    • skipInstall: Skip dependency install (CLI: --skip-install).
    • addAliases: Add shell aliases (CLI: --aliases).
    • yes: Skip prompts (CLI: -y, --yes). Must be true for MCP.
  • Usage: Run once at the start of a new project.
  • Important: After init, run parse_prd to generate initial tasks from a requirements document.

Read the full file on GitHub · 332 lines

Changes

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.

  1. 4d ago First seen · 332 lines · 4,309 tokens per session scan A 855861112b4a

Subscribe to this mod's changes

taskmaster_reference is a cursor rule published in the GitHub repository neuromechanist/research-skills (45 stars, last pushed 5d ago), licensed BSD-3-Clause. It adds 4,309 tokens to every session, about $0.0215 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.