Files
Rohit Ghumare c3f43d8b61 Expand toolkit to 135 agents, 120 plugins, 796 total files
- Add 60 new agents across all 10 categories (75 -> 135)
- Add 95 new plugins with command files (25 -> 120)
- Update all agents to use model: opus
- Update README with complete plugin/agent tables
- Update marketplace.json with all 120 plugins
2026-02-04 21:08:28 +00:00

718 B

Create a structured implementation plan with tasks, dependencies, and risk assessment.

Steps

  1. Define the goal: What is being built or changed? What does success look like?
  2. Break the work into phases:
  3. For each phase, list concrete tasks:
  4. Identify risks for each phase:
  5. Define milestones and checkpoints for progress validation.
  6. Assign priority to each task (P0: must-have, P1: should-have, P2: nice-to-have).

Format

Goal: <what we are building>
Phases:
  1. <phase name> - <tasks>
  2. <phase name> - <tasks>

Rules

  • Every task must be small enough to complete in one session.
  • Dependencies must form a DAG (no circular dependencies).
  • Include at least one risk per phase.