Commerce Agents
Plugin / AgentAnthropic's official blueprint for shopping and merchant agents — prompts, skills, tool contracts, and guardrails defined once.
- official
- agents
- commerce
- blueprint
PRD → tasks → subtasks task management for AI agents, with CLI and MCP server.
Task Master turns a PRD into a dependency-aware task graph that AI agents execute one task at a time: parse-prd generates tasks from a requirements doc, expand breaks them into subtasks, next surfaces the next unblocked task. Ships as a CLI and as an MCP server (task-master-ai) so Claude Code manages the loop directly. Note the Commons Clause license on top of MIT.
Long multi-session builds where asking Claude to do the feature loses the plot by message 40 — Task Master keeps scope, order, and dependencies outside the context window so sessions stay focused. Pair with git worktrees for parallel task execution.
npm i -g task-master-ai
task-master init
Add as MCP server in .mcp.json:
{ "command": "npx", "args": ["-y", "--package", "task-master-ai", "task-master-ai"] }
Then: task-master parse-prd --input=prd.txtLicense is MIT + Commons Clause — free to use, but you can't sell it as a service. Requires at least one LLM provider API key; task quality inherits PRD quality, so weak PRDs produce confident but wrong tasks.
Repository
eyaltoledano/claude-task-masterCharted
Anthropic's official blueprint for shopping and merchant agents — prompts, skills, tool contracts, and guardrails defined once.
An open-source, E2E-encrypted mobile and web client for Claude Code and Codex.
1000+ tool integrations behind a single SDK — GitHub, Slack, Notion, Gmail, Salesforce, and more.