commandby thanhnhattran

Plan Next

📋 Đề xuất công việc tiếp theo dựa trên CURRENT_TASKS

Installs: 0
Used in: 1 repos
Updated: 2d ago
$npx ai-builder add command thanhnhattran/plan-next

Installs to .claude/commands/plan-next.md

Analyze current progress và suggest next tasks.

**Use case:** Start of day, muốn biết làm gì tiếp

**Steps:**

1. **Read CURRENT_TASKS.md:**
   - Check "In Progress" section
   - Check "Pending" section
   - Note completed items

2. **Read last SESSION_NOTES entry:**
   - What was done last session
   - Any blockers mentioned
   - Next steps noted

3. **Analyze priority:**
   Based on:
   - Task urgency (deadlines, blockers)
   - Task dependencies (A before B)
   - Estimated time (quick wins vs long tasks)
   - Current context (what's fresh in mind)

4. **Generate recommendations:**
   ```
   📋 Task Recommendations:

   🔴 HIGH PRIORITY (Do first):
   1. [Task name]
      - Why urgent: [reason]
      - Time: [estimate]
      - Blockers: [if any]

   🟡 MEDIUM PRIORITY (Do next):
   2. [Task name]
      - Why important: [reason]
      - Time: [estimate]

   🟢 LOW PRIORITY (Optional):
   3. [Task name]
      - Why later: [reason]

   ⚡ QUICK WINS (15-30 min):
   - [Small task 1]
   - [Small task 2]
   ```

5. **Ask user:**
   ```
   Which task do you want to start?
   1. High priority #1
   2. Medium priority #2
   3. Quick win (warm up)
   4. Different task (tell me)
   ```

6. **Brief on chosen task:**
   When user picks task, provide:
   - Context: Why this task exists
   - Approach: How to do it
   - Files: Where to start
   - Time: Estimated duration
   - Done criteria: How to know it's complete

**Example Output:**
```
📋 Task Recommendations for saas-price-tracker:

🔴 HIGH PRIORITY:
1. Monitor 24h automated crawling
   - Why: Vercel cron running since yesterday, need to verify
   - Time: 30 mins
   - Action: Check Vercel logs + Supabase snapshots table
   - Blockers: None

🟡 MEDIUM PRIORITY:
2. Write Blog Post #2: SEO Tools Pricing
   - Why: SEO strategy Phase 2, need consistent content
   - Time: 3-4 hours
   - Blockers: Need quiet time, no interruptions

⚡ QUICK WINS:
- Update sitemap with new tool pages (5 min)
- Fix typo in landing page (2 min)

Which task? (1/2/quick)
```

**Smart Suggestions:**
- Morning: Quick wins to warm up
- Afternoon: Deep work (blog posts, coding)
- Friday: Cleanup tasks, documentation
- Before lunch: Small tasks (1-2 hours)
- After lunch: Big tasks (3+ hours)

Quick Install

$npx ai-builder add command thanhnhattran/plan-next

Details

Type
command
Slug
thanhnhattran/plan-next
Created
6d ago