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/hridaya423/conductor-tasks/cursor_conductor_tasks_workflowgit clone --depth 1 https://github.com/hridaya423/conductor-tasksWrote 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/hridaya423/conductor-tasks/cursor_conductor_tasks_workflow)<a href="https://agentmods.dev/rules/hridaya423/conductor-tasks/cursor_conductor_tasks_workflow"><img src="https://agentmods.dev/badge/rules/hridaya423/conductor-tasks/cursor_conductor_tasks_workflow.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.00000 | $0.03751 |
| Opus 5 | $0.00000 | $0.01876 |
| Sonnet 5 | $0.00000 | $0.00750 |
| Haiku 4.5 | $0.00000 | $0.00375 |
Grade A, and why
cursor_conductor_tasks_workflow 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.
How it starts
The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
description: Comprehensive guide for using Conductor Tasks to manage AI-driven development workflows, closely following best practices. globs: */ alwaysApply: true
Conductor Tasks: Comprehensive AI Development Workflow
This guide outlines the detailed process for using Conductor Tasks to manage software development projects, especially when an AI assistant is driving the workflow via MCP tools. It is based on established best practices for AI task management.
Primary Interaction: MCP Server vs. CLI
Conductor Tasks offers two primary ways to interact:
-
MCP Server (Strongly Recommended for AI Integration):
- For AI agents and integrated development environments (like Cursor), interacting via the MCP server is the mandated method.
- The MCP server exposes Conductor Tasks functionality through a set of structured tools (e.g., `get-task`, `update-task`, `list-tasks`, `add-task-note`).
- This method offers better performance, structured data exchange (JSON), richer error handling, and more consistent behavior.
- Always prioritize using MCP tools when available and as described.
-
`conductor-tasks` CLI (For Users & Manual Operations):
- The global `conductor-tasks` command provides a user-friendly interface for direct terminal interaction by developers.
- CLI commands often mirror MCP tools (e.g., `conductor-tasks list` corresponds to the `list-tasks` MCP tool).
- As an AI, you should not attempt to use or parse CLI output. Your interaction is exclusively through MCP tools.
Standard Development Workflow Process (AI-Driven)
The following steps detail a typical AI-assisted development workflow using Conductor Tasks MCP tools. Adherence to this process, especially the note-taking, is crucial.
- Project Initialization:
- If starting a new project or if `TASKS.md` (the central task definition file) is missing, use the `initialize-project` tool. This creates `TASKS.md` and any necessary project structure (e.g., `.conductor/` directory) and IDE rules.
- If a Product Requirements Document (PRD) is provided, use `parse-prd --input='<path_to_prd_file>'` (if available as an MCP tool) or guide the user to run the equivalent CLI command to populate `TASKS.md` with initial tasks.
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 · 192 lines · 0 tokens per session scan A 1f0533f4cc9d
cursor_conductor_tasks_workflow is a cursor rule published in the GitHub repository hridaya423/conductor-tasks (74 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,751 tokens. 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-30.
Other cursor rules, from other repositories
cursorrules
When the user asks about pet care, use pet-care-ai-mcp tools: generatefeedingschedule, trackvaccinations, identifybreed, checkhealthsymptoms, gettrainingrecommendations.
cursorrules
When the user asks about database universal, use database-universal-mcp tools: querysql, listtables, describetable, insertrow, exporttocsv.
cursorrules
When the user asks about health check, use health-check-ai-mcp tools: checkendpoint, batchcheck, getuptimereport, configuremonitor.
cursorrules
When the user asks about html parser, use html-parser-ai-mcp tools: extractlinks, extracttext, validatehtml, findmetatags.
cursorrules
When the user asks about lead scoring, use lead-scoring-ai-mcp tools: scorelead, addlead, updateleadactivity, getleadscore, getallleads.
cursorrules
When the user asks about readme generator, use readme-generator-ai-mcp tools: generatereadme, analyzeproject, suggestsections, generatebadges.