autotask-mcp taskmaster.instructions.md

autotask-mcp taskmaster.instructions.md is an instructions file for GitHub Copilot from ThatDayneGuy/autotask-mcp. It costs 10,988 tokens per session, scanned B, a copy of autotask-mcp taskmaster.instructions.md, Apache-2.0.

A reference for Taskmaster's MCP tools and command-line commands. Taskmaster is a task-management system for software projects, and MCP lets an AI agent use its tools directly.

In plain words
What is it for?
Use it to manage tasks, parse product requirements, assess project complexity, expand work into subtasks, update progress, and maintain separate tagged task lists.
Why use it?
It explains which commands to use, when to use the MCP connection or command line, and which operations may involve AI processing.

Instructions file for GitHub Copilot

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.

agentmods
npx agentmods add instructions/thatdayneguy/autotask-mcp/taskmaster
Clone the repo
git clone --depth 1 https://github.com/ThatDayneGuy/autotask-mcp

Made for: GitHub Copilot.

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 autotask-mcp taskmaster.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thatdayneguy/autotask-mcp/taskmaster.svg)](https://agentmods.dev/instructions/thatdayneguy/autotask-mcp/taskmaster)
Your own site
<a href="https://agentmods.dev/instructions/thatdayneguy/autotask-mcp/taskmaster"><img src="https://agentmods.dev/badge/instructions/thatdayneguy/autotask-mcp/taskmaster.svg" alt="Measured on agentmods" height="20"></a>
Per session 10,988 This file is loaded in full into every session.
When invoked 10,988 The same file — it is already loaded in full.
Security scan B 1 finding. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.10988 $0.10988
Opus 5 $0.05494 $0.05494
Sonnet 5 $0.02198 $0.02198
Haiku 4.5 $0.01099 $0.01099

Measured 2d ago against content hash 4c5eab1784f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

autotask-mcp taskmaster.instructions.md 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 2d 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 **`.vscode/mcp.json`** file (for MCP/VS Code integration). All other settings (model choice, max tokens, temp
Origin

This is a copy

100% identical to autotask-mcp taskmaster.instructions.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/instructions/taskmaster.instructions.md · 557 lines

How it starts

The opening of the file, as written. The whole thing — 557 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 VS Code, 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 VS Code. 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 --tag option 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.

Read the full file on GitHub · 557 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. 2d ago First seen · 557 lines · 10,988 tokens per session scan B 4c5eab1784f8

Subscribe to this mod's changes

autotask-mcp taskmaster.instructions.md is an instructions file published in the GitHub repository ThatDayneGuy/autotask-mcp (0 stars, last pushed 3d ago), licensed Apache-2.0. It adds 10,988 tokens to every session, about $0.0549 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). It is 100% identical to autotask-mcp taskmaster.instructions.md, differing in 0 lines, and is treated as a copy.

Related

Other instructions, from other repositories

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

next.js AGENTS.md

Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens