Initial commit
This commit is contained in:
71
agents/strategy.architect/README.md
Normal file
71
agents/strategy.architect/README.md
Normal file
@@ -0,0 +1,71 @@
|
||||
# Strategy.Architect Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
Create comprehensive business strategy and planning artifacts including business cases, portfolio roadmaps, market analyses, competitive assessments, and strategic planning documents. Leverages financial modeling (NPV, IRR, ROI) and industry frameworks (PMBOK, SAFe, BCG Matrix) to produce executive-ready strategic deliverables.
|
||||
|
||||
## Skills
|
||||
|
||||
This agent uses the following skills:
|
||||
|
||||
|
||||
## Artifact Flow
|
||||
|
||||
### Consumes
|
||||
|
||||
- `Initiative or project description`
|
||||
- `Problem statement or opportunity`
|
||||
- `Target business outcomes`
|
||||
- `Budget range or financial constraints`
|
||||
- `Market research data`
|
||||
- `Competitive intelligence`
|
||||
- `Stakeholder requirements`
|
||||
|
||||
### Produces
|
||||
|
||||
- `business-case: Comprehensive business justification with financial analysis, ROI model, risk assessment, and recommendation`
|
||||
- `portfolio-roadmap: Strategic multi-initiative roadmap with timeline, dependencies, and resource allocation`
|
||||
- `market-analysis: Market opportunity assessment with sizing, trends, and target segments`
|
||||
- `competitive-analysis: Competitive landscape analysis with positioning and differentiation`
|
||||
- `feasibility-study: Technical and business feasibility assessment`
|
||||
- `strategic-plan: Multi-year strategic planning document with objectives and key results`
|
||||
- `value-proposition-canvas: Customer value proposition and fit analysis`
|
||||
- `roi-model: Financial return on investment model with multi-year projections`
|
||||
|
||||
## Example Use Cases
|
||||
|
||||
- Executive summary for C-suite
|
||||
- Problem statement with impact analysis
|
||||
- Proposed solution with scope
|
||||
- Financial analysis (costs $500K, benefits $300K annually, 18mo payback)
|
||||
- Risk assessment with mitigation
|
||||
- Implementation timeline
|
||||
- Recommendation and next steps
|
||||
- Strategic alignment to business objectives
|
||||
- Three major initiatives with phases
|
||||
- Timeline with milestones and dependencies
|
||||
- Resource allocation across initiatives
|
||||
- Budget distribution ($5M across 18 months)
|
||||
- Risk and dependency management
|
||||
- Success metrics and KPIs
|
||||
- market-analysis.yaml with market sizing, growth trends, target segments
|
||||
- competitive-analysis.yaml with competitor positioning, SWOT analysis
|
||||
- value-proposition-canvas.yaml with customer jobs, pains, gains
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
# Activate the agent
|
||||
/agent strategy.architect
|
||||
|
||||
# Or invoke directly
|
||||
betty agent run strategy.architect --input <path>
|
||||
```
|
||||
|
||||
## Created By
|
||||
|
||||
This agent was created by **meta.agent**, the meta-agent for creating agents.
|
||||
|
||||
---
|
||||
|
||||
*Part of the Betty Framework*
|
||||
65
agents/strategy.architect/agent.yaml
Normal file
65
agents/strategy.architect/agent.yaml
Normal file
@@ -0,0 +1,65 @@
|
||||
name: strategy.architect
|
||||
version: 0.1.0
|
||||
description: Create comprehensive business strategy and planning artifacts including
|
||||
business cases, portfolio roadmaps, market analyses, competitive assessments, and
|
||||
strategic planning documents. Leverages financial modeling (NPV, IRR, ROI) and industry
|
||||
frameworks (PMBOK, SAFe, BCG Matrix) to produce executive-ready strategic deliverables.
|
||||
status: draft
|
||||
reasoning_mode: iterative
|
||||
capabilities:
|
||||
- Build financial models and strategic roadmaps aligned to business objectives
|
||||
- Analyze market and competitive data to inform executive decisions
|
||||
- Produce governance-ready artifacts with risks, dependencies, and recommendations
|
||||
skills_available:
|
||||
- artifact.create
|
||||
- artifact.validate
|
||||
- artifact.review
|
||||
permissions:
|
||||
- filesystem:read
|
||||
- filesystem:write
|
||||
artifact_metadata:
|
||||
consumes:
|
||||
- type: Initiative or project description
|
||||
description: Input artifact of type Initiative or project description
|
||||
- type: Problem statement or opportunity
|
||||
description: Input artifact of type Problem statement or opportunity
|
||||
- type: Target business outcomes
|
||||
description: Input artifact of type Target business outcomes
|
||||
- type: Budget range or financial constraints
|
||||
description: Input artifact of type Budget range or financial constraints
|
||||
- type: Market research data
|
||||
description: Input artifact of type Market research data
|
||||
- type: Competitive intelligence
|
||||
description: Input artifact of type Competitive intelligence
|
||||
- type: Stakeholder requirements
|
||||
description: Input artifact of type Stakeholder requirements
|
||||
produces:
|
||||
- type: 'business-case: Comprehensive business justification with financial analysis,
|
||||
ROI model, risk assessment, and recommendation'
|
||||
description: 'Output artifact of type business-case: Comprehensive business justification
|
||||
with financial analysis, ROI model, risk assessment, and recommendation'
|
||||
- type: 'portfolio-roadmap: Strategic multi-initiative roadmap with timeline, dependencies,
|
||||
and resource allocation'
|
||||
description: 'Output artifact of type portfolio-roadmap: Strategic multi-initiative
|
||||
roadmap with timeline, dependencies, and resource allocation'
|
||||
- type: 'market-analysis: Market opportunity assessment with sizing, trends, and
|
||||
target segments'
|
||||
description: 'Output artifact of type market-analysis: Market opportunity assessment
|
||||
with sizing, trends, and target segments'
|
||||
- type: 'competitive-analysis: Competitive landscape analysis with positioning and
|
||||
differentiation'
|
||||
description: 'Output artifact of type competitive-analysis: Competitive landscape
|
||||
analysis with positioning and differentiation'
|
||||
- type: 'feasibility-study: Technical and business feasibility assessment'
|
||||
description: 'Output artifact of type feasibility-study: Technical and business
|
||||
feasibility assessment'
|
||||
- type: 'strategic-plan: Multi-year strategic planning document with objectives
|
||||
and key results'
|
||||
description: 'Output artifact of type strategic-plan: Multi-year strategic planning
|
||||
document with objectives and key results'
|
||||
- type: 'value-proposition-canvas: Customer value proposition and fit analysis'
|
||||
description: 'Output artifact of type value-proposition-canvas: Customer value
|
||||
proposition and fit analysis'
|
||||
- type: 'roi-model: Financial return on investment model with multi-year projections'
|
||||
description: 'Output artifact of type roi-model: Financial return on investment
|
||||
model with multi-year projections'
|
||||
Reference in New Issue
Block a user