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.
What this skill does
# SEC MD&A Analysis
Analyze the Management Discussion and Analysis (MD&A) section 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)
- **Filing Type** (optional): 10-K (annual) or 10-Q (quarterly)
- **Focus Areas** (optional): Strategic initiatives, financial performance, risks
### 2. Execute Query via Octagon MCP
Use the `octagon-agent` tool with a natural language prompt:
```
Analyze the Management Discussion and Analysis section from <TICKER>'s latest quarterly report.
```
**MCP Call Format:**
```json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Analyze the Management Discussion and Analysis section from AAPL's latest quarterly report."
}
}
```
### 3. Expected Output
The agent returns structured MD&A analysis including:
**Strategic Initiatives:**
- Launched new products: MacBook Pro, iPad Pro, Apple Vision Pro
- Increased R&D spending to drive innovation
- Continued capital return program via stock repurchases and dividends
**Macroeconomic Challenges:**
- Addressed inflation, interest rates, and currency fluctuations
- Mitigation strategies: Derivative instruments for hedging
**Financial Performance:**
- Revenue drivers: Strong iPhone and services sales
- Cost management: Improved gross margins, increased R&D expenses
**Risks & Forward-Looking Statements:**
- Key risks: Macroeconomic conditions and trade measures
- Caution on future performance: Actual results may vary
**Data Sources**: octagon-sec-agent
### 4. Interpret Results
See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Understanding MD&A structure
- Evaluating management commentary
- Identifying key performance drivers
- Assessing forward-looking statements
## Example Queries
**Standard MD&A Analysis:**
```
Analyze the Management Discussion and Analysis section from AAPL's latest quarterly report.
```
**Annual MD&A Review:**
```
Analyze the MD&A section from MSFT's latest 10-K filing and summarize key strategic themes.
```
**Performance Commentary:**
```
Extract the financial performance discussion from GOOGL's latest MD&A.
```
**Strategic Focus:**
```
What strategic initiatives does AMZN highlight in their latest MD&A section?
```
**Comparative Analysis:**
```
Compare the MD&A commentary between TSLA's Q4 2025 and Q4 2024 10-Q filings.
```
**Segment Analysis:**
```
Analyze the segment performance discussion in META's latest MD&A.
```
## MD&A Section Components
### Results of Operations
| Component | Description |
|-----------|-------------|
| Revenue Analysis | Segment breakdown, growth drivers, geographic mix |
| Cost of Revenue | Gross margin trends, cost structure changes |
| Operating Expenses | R&D, SG&A, marketing spend trends |
| Operating Income | Margin analysis, operational leverage |
| Other Income/Expense | Interest, investments, one-time items |
| Tax Discussion | Effective rate, tax planning, credits |
### Liquidity & Capital Resources
| Component | Description |
|-----------|-------------|
| Cash Position | Cash and equivalents, investments |
| Cash Flow | Operating, investing, financing activities |
| Debt Structure | Borrowings, maturities, covenants |
| Capital Allocation | CapEx, M&A, shareholder returns |
| Working Capital | Receivables, inventory, payables |
### Critical Accounting Policies
| Component | Description |
|-----------|-------------|
| Revenue Recognition | Policies, judgments, timing |
| Estimates | Goodwill, impairments, reserves |
| Contingencies | Legal, tax, environmental |
| Fair Value | Measurement methodologies |
### Forward-Looking Statements
| Component | Description |
|-----------|-------------|
| Guidance | Revenue, earnings, margin outlook |
| Strategy | Product plans, market expansion |
| Risks | Key uncertainties, market factors |
| Safe Harbor | Legal disclaimers |
## Key Analysis Areas
### Management Tone Analysis
| Tone | Indicators |
|------|------------|
| Optimistic | "Strong performance," "exceeded expectations," "momentum" |
| Cautious | "Challenges," "headwinds," "uncertainty" |
| Defensive | "Despite," "although," "notwithstanding" |
| Confident | "Expect," "anticipate," "believe" |
### Performance Drivers
**Positive Signals:**
- Volume growth highlighted
- Market share gains
- New product success
- Margin expansion
- Operational efficiency
**Warning Signs:**
- Revenue concentration
- Margin pressure
- Increased competition
- Regulatory concerns
- One-time benefits
### Strategic Themes
| Theme | What to Look For |
|-------|------------------|
| Growth | New markets, products, acquisitions |
| Efficiency | Cost cutting, automation, restructuring |
| Innovation | R&D investment, patents, technology |
| Capital Allocation | Buybacks, dividends, CapEx |
| Risk Management | Hedging, diversification, compliance |
## Comparing MD&A Over Time
### Key Comparisons
| Period | Focus |
|--------|-------|
| Sequential (Q/Q) | Short-term trends, seasonal patterns |
| Year-over-Year (Y/Y) | Annual growth, cycle position |
| Multi-Year | Strategic evolution, long-term trends |
### Change Analysis
Track changes in:
1. **Narrative emphasis** - Topics receiving more/less attention
2. **Quantitative guidance** - Specific numbers vs. ranges
3. **Risk discussion** - New concerns vs. resolved issues
4. **Strategic priorities** - Shifting focus areas
5. **Tone** - Confidence level changes
## Analysis Tips
1. **Read between the lines**: What management doesn't discuss can be as important as what they do.
2. **Compare to prior periods**: Look for changes in emphasis, tone, and specificity.
3. **Cross-reference financials**: Verify MD&A claims against actual numbers.
4. **Note non-GAAP metrics**: Management often emphasizes adjusted figures.
5. **Track guidance accuracy**: Compare past guidance to actual results.
6. **Identify recurring themes**: Consistent messaging vs. shifting narratives.
## Use Cases
- **Earnings analysis**: Understand quarterly/annual performance drivers
- **Investment research**: Assess management quality and strategy
- **Competitive intelligence**: Compare management commentary across peers
- **Risk assessment**: Identify emerging concerns and challenges
- **Valuation support**: Gather context for financial modeling
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.