Skill v1.0.1
currentAutomated scan100/100+3 new
version: "1.0.1" name: strategize description: "Analyzes systems holistically to provide strategic recommendations balancing cost, quality, performance, complexity, and business objectives with quantified trade-offs." metadata: category: strategy is_workflow: false version: 2.0.0 tags:
- planning
- analysis
- core
created: 2025-10-25 updated: 2026-02-26 author: cloud-on-prem/rp1 arguments:
- name: PROBLEM_STATEMENT
type: string required: true variadic: true description: "The strategy question or system analysis request" sub_agents:
- "rp1-base:strategic-advisor"
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.