---
description: Detailed plan with 2-5 min tasks
allowed-tools: Task, Read, Grep, Glob, WebSearch
argument-hint: <task>
---

# 📋 Detailed Plan: $ARGUMENTS

Create detailed plan with granular tasks.

## Requirements
- Each task: 2-5 minutes
- Exact code locations
- Clear success criteria
- Dependencies noted

## Output Format
```markdown
# Detailed Plan: [Feature]

## Task 1: [Name]
- **Time**: 2-5 min
- **Location**: `src/file.ts:123`
- **Action**: [Specific action]
- **Success**: [How to verify]
- **Depends on**: [None | Task X]

## Task 2: [Name]
...
```

Break complex work into atomic tasks.
