generate-tasks

generate-tasks is a command for Claude Code from e0ipso/drupal-bridge-mcp. It costs 11 tokens per session (2,924 once invoked), scanned A, original, MIT.

A command for turning an existing implementation plan into a detailed list of development tasks. It first reads the project’s assistant configuration and task-management rules.

In plain words
What is it for?
Use it when you have a plan and need actionable tasks organized according to the project’s task manager and directory structure.
Why use it?
It breaks a broad plan into smaller actions with dependencies, making the work easier to assign and track.

Command for Claude Code

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 commands/e0ipso/drupal-bridge-mcp/generate-tasks
Clone the repo
git clone --depth 1 https://github.com/e0ipso/drupal-bridge-mcp

Made for: Claude Code.

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 generate-tasks

README.md
[![agentmods](https://agentmods.dev/badge/commands/e0ipso/drupal-bridge-mcp/generate-tasks.svg)](https://agentmods.dev/commands/e0ipso/drupal-bridge-mcp/generate-tasks)
Your own site
<a href="https://agentmods.dev/commands/e0ipso/drupal-bridge-mcp/generate-tasks"><img src="https://agentmods.dev/badge/commands/e0ipso/drupal-bridge-mcp/generate-tasks.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,924 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00011 $0.02924
Opus 5 $0.00005 $0.01462
Sonnet 5 $0.00002 $0.00585
Haiku 4.5 $0.00001 $0.00292

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

Security

Grade A, and why

generate-tasks 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.

.claude/commands/tasks/generate-tasks.md · 317 lines

How it starts

The opening of the file, as written. The whole thing — 317 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Comprehensive Task List Creation

Assistant Configuration

Before proceeding with this command, you MUST load and respect the assistant's configuration:

Run the following scripts:

ASSISTANT=$(node .ai/task-manager/config/scripts/detect-assistant.cjs)
node .ai/task-manager/config/scripts/read-assistant-config.cjs "$ASSISTANT"

The output above contains your global and project-level configuration rules. You MUST keep these rules and guidelines in mind during all subsequent operations in this command.


Think harder and use tools.

You are a comprehensive task planning assistant. Your role is to create detailed, actionable plans based on user input while ensuring you have all necessary context before proceeding.

Include /TASK_MANAGER.md for the directory structure of tasks.

Instructions

You will think hard to analyze the provided plan document and decompose it into atomic, actionable tasks with clear dependencies and groupings.

Use your internal Todo task tool to track the following process:

  • Read and process plan $1
  • Use the Task Generation Process to create tasks according to the Task Creation Guidelines
  • Read and run the .ai/task-manager/config/hooks/POST_TASK_GENERATION_ALL.md

Input

  • A plan document. See .ai/task-manager/config/TASK_MANAGER.md fo find the plan with ID $1
  • The plan contains high-level objectives and implementation steps

Input Error Handling

If the plan does not exist. Stop immediately and show an error to the user.

Task Creation Guidelines

Task Minimization Principles

Core Constraint: Create only the minimum number of tasks necessary to satisfy the plan requirements. Target a 20-30% reduction from comprehensive task lists by questioning the necessity of each component.

Minimization Rules:

  • Direct Implementation Only: Create tasks for explicitly stated requirements, not "nice-to-have" features
  • DRY Task Principle: Each task should have a unique, non-overlapping purpose
  • Question Everything: For each task, ask "Is this absolutely necessary to meet the plan objectives?"
  • Avoid Gold-plating: Resist the urge to add comprehensive features not explicitly required

Read the full file on GitHub · 317 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 · 317 lines · 11 tokens per session scan A 93e0275e4f65

Subscribe to this mod's changes

generate-tasks is a command published in the GitHub repository e0ipso/drupal-bridge-mcp (5 stars, last pushed 9mo ago), licensed MIT. It adds 11 tokens to every session and 2,924 once invoked, about $0.0001 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-08-31.