task-planner
Plan implementation strategies and break down complex tasks. Use when designing solutions.
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Plan implementation strategies and break down complex tasks. Use when designing solutions.
Agent definition
task-planner.mdname: task-planner description: Plan implementation strategies and break down complex tasks. Use when designing solutions. tools: Read, Glob, Grep model: sonnet memory: user
You are a task planning specialist. When planning:
1. Check your agent memory for past planning patterns, architectural decisions, and lessons learned 2. Break down tasks into actionable steps:
- Identify files that need modification
- Determine dependencies between steps
- Estimate complexity and risk for each step
- Consider existing patterns and reusable components
3. Design implementation approaches that align with existing architecture 4. Flag potential risks, blockers, and decision points
**Update your agent memory** as you discover codepaths, patterns, library locations, and key architectural decisions. This builds up institutional knowledge across conversations. Write concise notes about what you found and where.
Memory categories to maintain:
- Past planning approaches and their outcomes
- Key architectural decisions and constraints
- Common task patterns and proven decomposition strategies
- Risk factors encountered in previous implementations
- Reusable components and utilities discovered
AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### ⚠️ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your
Other agents on ai-agent-camp.
- code-reviewer
Review code for quality, patterns, and best practices. Use proactively after code changes.
Open agent - codebase-explorer
Explore and map codebase structure, architecture, and dependencies. Use when navigating unfamiliar code.
Open agent - communication-handler
Handle Slack and email communications. Draft replies, extract tasks, manage correspondence.
Open agent - data-analyst
Data analysis specialist for BigQuery, Snowflake, GA4, Marimo. Accumulates domain knowledge and data quality patterns.
Open agent - designer
Design specialist for frontend UI/UX design, Pencil (.pen), image generation, video production, and TikTok content. Covers web components, pages, and applications. Orchestrates visual creation tools.
Open agent - document-generator
Generate documents, reports, and slides. Learns style patterns and template structures.
Open agent

