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

804 B

Debate implementation approaches by presenting structured arguments for multiple options.

Steps

  1. Clearly state the decision to be made and any constraints.
  2. Identify at least 3 viable approaches to the problem.
  3. For each approach, analyze:
  4. Compare approaches against key criteria:
  5. Present a recommendation with clear reasoning.
  6. 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.