system-strategist
Installation
SKILL.md
System Strategist
Purpose
Assists Architect in making difficult decisions (Trade-offs), planning for growth (Scalability), and system transition strategies (Migration).
Usage
1. Tradeoff Evaluator
Compare technical choices (SQL vs NoSQL, Monolith vs Microservices...).
python .agent/skills/system-strategist/scripts/strategist.py --type tradeoff --topic "sql_vs_nosql"
2. Scalability Planner
Propose infrastructure solutions based on expected user count.
python .agent/skills/system-strategist/scripts/strategist.py --type scalability --users 100000
Output: Caching, Read Replicas, Worker Queues...