- 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
804 B
804 B
Debate implementation approaches by presenting structured arguments for multiple options.
Steps
- Clearly state the decision to be made and any constraints.
- Identify at least 3 viable approaches to the problem.
- For each approach, analyze:
- Compare approaches against key criteria:
- Present a recommendation with clear reasoning.
- Identify what would change the recommendation (e.g., "if scale exceeds X, use option B").
Format
Decision: <what needs to be decided>
Options:
A. <approach> - Pros: [...] Cons: [...] Effort: <X>
B. <approach> - Pros: [...] Cons: [...] Effort: <X>
Rules
- Present at least 3 options; "do nothing" can be one of them.
- Be honest about trade-offs; no option is perfect.
- The recommendation must follow logically from the analysis.