sec-business-desc-analysis
Extract and analyze business descriptions and competitive landscape from SEC filings using Octagon MCP. Use when researching company business models, market positioning, competitive advantages, industry dynamics, and strategic focus areas from Item 1 disclosures.
Best use case
sec-business-desc-analysis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Extract and analyze business descriptions and competitive landscape from SEC filings using Octagon MCP. Use when researching company business models, market positioning, competitive advantages, industry dynamics, and strategic focus areas from Item 1 disclosures.
Teams using sec-business-desc-analysis should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/sec-business-desc-analysis/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How sec-business-desc-analysis Compares
| Feature / Agent | sec-business-desc-analysis | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Extract and analyze business descriptions and competitive landscape from SEC filings using Octagon MCP. Use when researching company business models, market positioning, competitive advantages, industry dynamics, and strategic focus areas from Item 1 disclosures.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
SKILL.md Source
# SEC Business Description Analysis
Extract and summarize business descriptions and competitive landscape from SEC filings for public companies using the Octagon MCP server.
## Prerequisites
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.
## Workflow
### 1. Identify Analysis Parameters
Determine the following before querying:
- **Ticker**: Stock symbol (e.g., AAPL, MSFT, GOOGL)
- **Focus Area** (optional): Business model, competition, strategy
- **Comparison** (optional): Prior years, competitors
### 2. Execute Query via Octagon MCP
Use the `octagon-agent` tool with a natural language prompt:
```
Extract and summarize the business description and competitive landscape from <TICKER>'s latest 10-K filing.
```
**MCP Call Format:**
```json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Extract and summarize the business description and competitive landscape from GOOGL's latest 10-K filing."
}
}
```
### 3. Expected Output
The agent returns structured business analysis including:
**Business Structure:**
- Primary segments: Google Services, Google Cloud
- Other Bets: Early-stage ventures
- Core mission and strategic focus
**Competitive Landscape:**
- Key competitive sectors
- Competitive strengths (innovation, brand, AI investments)
- Market positioning
**Data Sources**: octagon-sec-agent
### 4. Interpret Results
See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Understanding business model components
- Evaluating competitive positioning
- Analyzing strategic priorities
- Comparing across competitors
## Example Queries
**Full Business Analysis:**
```
Extract and summarize the business description and competitive landscape from GOOGL's latest 10-K filing.
```
**Segment Focus:**
```
Describe the business segments and their revenue contribution for AMZN from the latest 10-K.
```
**Competitive Analysis:**
```
What does MSFT identify as its key competitive advantages in the cloud computing market?
```
**Strategic Priorities:**
```
Extract the strategic priorities and growth initiatives from AAPL's latest 10-K business description.
```
**Market Position:**
```
How does META describe its competitive position in the social media and advertising markets?
```
**Year-over-Year Comparison:**
```
Compare the business description section between TSLA's 2024 and 2023 10-K filings.
```
## Item 1 Components
### Business Overview
| Section | Content |
|---------|---------|
| General | Company history, structure, mission |
| Products & Services | Offerings, features, capabilities |
| Segments | Business unit descriptions |
| Revenue Model | How the company generates revenue |
| Customers | Target markets, key customers |
### Industry & Competition
| Section | Content |
|---------|---------|
| Industry Background | Market size, trends, dynamics |
| Competitive Landscape | Key competitors, market position |
| Competitive Factors | Basis of competition |
| Barriers to Entry | Moats and advantages |
| Market Share | Position in key markets |
### Operations
| Section | Content |
|---------|---------|
| Manufacturing | Production capabilities, facilities |
| Supply Chain | Sourcing, distribution, logistics |
| Intellectual Property | Patents, trademarks, trade secrets |
| R&D | Research focus, innovation pipeline |
| Employees | Workforce composition, culture |
### Regulatory Environment
| Section | Content |
|---------|---------|
| Regulations | Industry-specific requirements |
| Compliance | Regulatory obligations |
| Licenses | Required permits, approvals |
| Environmental | Sustainability, emissions |
## Competitive Analysis Framework
### Porter's Five Forces
| Force | What to Look For |
|-------|------------------|
| Rivalry | Number/strength of competitors, industry growth |
| New Entrants | Barriers to entry, capital requirements |
| Substitutes | Alternative products/services |
| Buyer Power | Customer concentration, switching costs |
| Supplier Power | Input dependencies, alternatives |
### Competitive Advantages
| Type | Examples |
|------|----------|
| Cost Leadership | Scale economies, operational efficiency |
| Differentiation | Brand, technology, quality |
| Network Effects | Platform value increases with users |
| Switching Costs | Customer lock-in, integration depth |
| Intangibles | Patents, regulatory licenses, data |
### Competitive Dynamics
| Factor | Strong Position | Weak Position |
|--------|-----------------|---------------|
| Market Share | Leading or growing | Small or declining |
| Brand | Recognized, trusted | Unknown, weak |
| Technology | Leading edge | Lagging |
| Scale | Significant | Limited |
| Pricing Power | Premium pricing | Commodity |
## Business Model Analysis
### Revenue Streams
| Type | Characteristics |
|------|-----------------|
| Product Sales | One-time, inventory-based |
| Services | Recurring, labor-intensive |
| Subscription | Recurring, predictable |
| Advertising | Volume-dependent, cyclical |
| Licensing | High-margin, IP-based |
| Transaction Fees | Volume-driven, platform-based |
### Customer Analysis
| Factor | What to Assess |
|--------|----------------|
| Concentration | Top customer exposure |
| Diversity | Geographic, industry mix |
| Retention | Churn rates, loyalty |
| Acquisition | Cost, channels, efficiency |
| Lifetime Value | Revenue per customer over time |
### Value Chain Position
| Position | Characteristics |
|----------|-----------------|
| Upstream | Raw materials, components |
| Midstream | Manufacturing, processing |
| Downstream | Distribution, retail |
| Platform | Connecting multiple parties |
| Integrated | Multiple value chain positions |
## Strategic Analysis
### Growth Strategies
| Strategy | What to Look For |
|----------|------------------|
| Organic Growth | New products, market expansion |
| M&A | Acquisitions, partnerships |
| Geographic | International expansion |
| Diversification | New markets, verticals |
| Innovation | R&D investment, patents |
### Strategic Priorities
Track management emphasis on:
1. **Core business** - Defending/growing base
2. **New initiatives** - Emerging opportunities
3. **Efficiency** - Cost reduction, optimization
4. **Capital allocation** - Investment priorities
5. **Talent** - Workforce development
### Inflection Points
| Signal | Interpretation |
|--------|----------------|
| New segment created | Major strategic shift |
| Segment eliminated | Exit or consolidation |
| Acquisition integration | Growth through M&A |
| Geographic emphasis | Expansion priorities |
| Technology investment | Innovation focus |
## Comparing Business Descriptions
### Year-over-Year Changes
Track evolution in:
1. **Segment descriptions** - Expanding/contracting focus
2. **Product emphasis** - Shifting priorities
3. **Competitive language** - Changing market view
4. **Strategic messaging** - Evolving priorities
5. **Risk awareness** - Emerging concerns
### Peer Comparisons
Compare across competitors:
| Dimension | Your Company | Peer A | Peer B |
|-----------|--------------|--------|--------|
| Primary Focus | | | |
| Key Differentiator | | | |
| Growth Strategy | | | |
| Competitive Claim | | | |
## Analysis Tips
1. **Read between the lines**: What's emphasized and what's minimized reveals priorities.
2. **Track changes**: Year-over-year differences show strategic evolution.
3. **Compare to peers**: Industry context reveals differentiation claims.
4. **Verify claims**: Cross-reference with financials and external data.
5. **Note specificity**: Concrete details vs. vague language indicates confidence.
6. **Watch for omissions**: Missing topics may signal concerns.
## Use Cases
- **Investment research**: Understand business model and competitive position
- **Due diligence**: Comprehensive company assessment
- **Competitive intelligence**: Compare positioning across industry
- **Strategy analysis**: Evaluate management's strategic direction
- **Industry research**: Map competitive landscapeRelated Skills
sec-proxy-analysis
Analyze proxy statements (DEF 14A) to extract executive compensation, governance information, and shareholder voting matters using Octagon MCP. Use when researching CEO pay, board composition, say-on-pay votes, and corporate governance practices.
sec-mda-analysis
Analyze Management Discussion and Analysis (MD&A) sections from SEC filings using Octagon MCP. Use when extracting strategic initiatives, financial performance commentary, macroeconomic challenges, and forward-looking statements from 10-K and 10-Q filings.
sec-footnotes-analysis
Analyze footnotes and accounting policies from SEC filings using Octagon MCP. Use when researching revenue recognition policies, critical estimates, lease obligations, pension assumptions, stock compensation, contingencies, and new accounting pronouncements.
sec-8k-analysis
Analyze 8-K filings to extract material events and corporate changes using Octagon MCP. Use when tracking real-time corporate disclosures, M&A announcements, leadership changes, earnings releases, and other material events requiring immediate investor attention.
sec-10q-analysis
Analyze 10-Q quarterly filings for public companies using Octagon MCP. Use when extracting quarterly performance metrics, revenue breakdown, operating margins, segment performance, and interim financial updates from SEC 10-Q filings.
sec-10k-analysis
Analyze 10-K annual filings for public companies using Octagon MCP. Use when extracting key financial metrics, risk factors, business overview, management discussion, and regulatory disclosures from SEC 10-K filings.
prediction-markets-analysis
Generate deep research reports on prediction market events using the Octagon Prediction Markets Agent. Combines real-time Kalshi market data with AI-driven analysis to surface price drivers, compare market vs. model probabilities, and identify potential mispricings across 120+ active markets.
financial-metrics-analysis
Analyze year-over-year growth in income statement items and financial metrics using Octagon MCP. Use when retrieving YoY Revenue Growth, Cost of Revenue Growth, Gross Profit Growth, Operating Income Growth, Net Income Growth, or comparing financial performance across fiscal periods for any public company.
earnings-qa-analysis
Analyze the Q&A section of earnings call transcripts for strategic insights, analyst concerns, and management responses on key topics.
earnings-call-analysis
Analyze earnings call transcripts to extract forward-looking guidance, strategic focus areas, supply chain insights, and generate follow-up questions for deeper analysis.
stock-quote
Retrieve real-time stock quotes using Octagon MCP. Use when you need current price, day range, 52-week range, volume, market cap, and moving averages for any publicly traded stock.
stock-price-change
Retrieve stock price change statistics across multiple time periods using Octagon MCP. Use when analyzing short-term and long-term returns, comparing performance across timeframes, and evaluating momentum and historical growth.