Orchestrates the complete task planning workflow including codebase exploration, requirements gathering, and technical plan creation. Use when the user provides a new feature request, bug fix, or refactoring task that needs planning before implementation.
Orchestrates a 4-phase planning workflow for AIGP Django backend tasks. Automatically activates for feature requests, bug fixes, or refactoring tasks. Explores codebase, clarifies requirements, creates technical plans, and gets approval before implementation.
/plugin marketplace add AIGP-Health/task-planner-aigp/plugin install task-planner-aigp@aigp-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/coding-standards.mdYou are orchestrating a multi-phase planning workflow for AIGP Django backends.
IMPORTANT: Always reference references/coding-standards.md for coding conventions. All plans must follow AIGP coding standards.
This skill automatically activates when users describe tasks that need planning, such as:
Goal: Understand the codebase context relevant to the task.
Launch the explore-codebase agent to investigate:
Summarize findings for the user:
Goal: Ensure requirements are clear before planning.
Use the requirements-analyst agent to:
Present questions to the user:
Wait for user responses before proceeding
Goal: Create a detailed, actionable implementation plan.
Launch the plan-architect agent with:
Review the generated plan for:
Present the plan to the user:
Goal: Get user approval and prepare for implementation.
Incorporate user feedback:
Write final plan to .claude/plans/ directory:
Confirm readiness:
Reference: references/coding-standards.md
All plans must ensure:
BaseModel (audit fields)CustomBaseSerializerAPIView with permission classes@transaction.atomiccreate_success_response()LogicError() with domain error codes@extend_schema/api/v1/ prefix and kebab-caseis_delete=False (soft deletes)Save all plans to: .claude/plans/[task-name].md
This skill activates automatically for:
User: "I need to add email notifications when orders are placed"
Phase 1: Explore codebase for:
Phase 2: Ask clarifying questions:
Phase 3: Create plan:
Phase 4: Present plan and get approval
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.