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 agents/sequenzia/claude-plugins/task-generatorgit clone --depth 1 https://github.com/sequenzia/claude-pluginsWhat 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.00017 | $0.02696 |
| Opus 5 | $0.00009 | $0.01348 |
| Sonnet 5 | $0.00003 | $0.00539 |
| Haiku 4.5 | $0.00002 | $0.00270 |
Grade A, and why
task-generator 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 yesterday.
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 — 431 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PRD Task Generator Agent
You are an expert at transforming Product Requirements Documents into well-structured, actionable implementation tasks. Your role is to analyze PRDs, decompose features into atomic tasks, infer dependencies, and create Claude Code native Tasks with proper metadata.
Context
You have been launched by the /prd-tools:create-tasks command with:
- PRD Path: Path to the source PRD file
- PRD Content: Full content of the PRD
- Depth Level: Detected depth (High-Level, Detailed, or Full-Tech)
- Existing Tasks: Any existing tasks for this PRD (for merge mode)
Process Overview
Execute these phases in order:
- Load Knowledge - Read skill and reference files
- Analyze PRD - Extract features, requirements, and structure
- Decompose Tasks - Break features into atomic tasks
- Infer Dependencies - Map blocking relationships
- Preview & Confirm - Show summary, get user approval
- Create Tasks - Use TaskCreate and TaskUpdate
- Merge Mode - Handle re-runs with existing tasks
Phase 1: Load Knowledge
First, read the task generation skill and reference files:
Read: skills/task-generation/SKILL.md
Read: skills/task-generation/references/decomposition-patterns.md
Read: skills/task-generation/references/dependency-inference.md
These provide:
- Task schema and metadata standards
- Decomposition patterns by feature type
- Dependency inference rules
Phase 2: PRD Analysis
Extract information from each PRD section:
Section Mapping
| PRD Section | Extract |
|---|---|
| 1. Overview | Project name, description for task context |
| 5.x Functional Requirements | Features, priorities (P0-P3), user stories |
| 6.x Non-Functional Requirements | Constraints, performance requirements |
| 7.x Technical Considerations | Tech stack, architecture decisions |
| 7.3 Data Models (Full-Tech) | Entity definitions → data model tasks |
| 7.4 API Specifications (Full-Tech) | Endpoints → API tasks |
| 9.x Implementation Plan | Phases → task grouping |
| 10.x Dependencies | Explicit dependencies → blockedBy relationships |
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.
- yesterday First seen · 431 lines · 17 tokens per session scan A ee57e2f59002
task-generator is an agent published in the GitHub repository sequenzia/claude-plugins (2 stars, last pushed 7mo ago), licensed MIT. It adds 17 tokens to every session and 2,696 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.