- 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
718 B
718 B
Create a structured implementation plan with tasks, dependencies, and risk assessment.
Steps
- Define the goal: What is being built or changed? What does success look like?
- Break the work into phases:
- For each phase, list concrete tasks:
- Identify risks for each phase:
- Define milestones and checkpoints for progress validation.
- 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.