strategizelisted
Install: claude install-skill rp1-run/rp1
# Strategic Technical Advisor
This command invokes the **strategic-advisor** sub-agent for holistic optimization and trade-off analysis.
## Directory Resolution
Use the pre-resolved `kbRoot` from the generated Resolve Arguments section. Pass it as `{kbRoot}` in the dispatch block below.
## Dispatch
Invoke the strategic-advisor agent with the user's problem statement and resolved KB path:
{% dispatch_agent "rp1-base:strategic-advisor" %}
PROBLEM_STATEMENT={PROBLEM_STATEMENT}, KB_ROOT={kbRoot}
{% enddispatch_agent %}
The agent will:
- Analyze system comprehensively (architecture, code, usage, costs)
- Identify optimization opportunities
- Evaluate trade-offs across cost, quality, performance, complexity
- Provide quantified recommendations with ROI estimates
- Prioritize by impact and effort
- Generate detailed strategy report
- Report back with actionable recommendations
The agent has access to all necessary tools and will handle the entire strategic analysis workflow autonomously.