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.
What this skill does
# SEC 10-Q Analysis
Analyze quarterly 10-Q filings for public companies to extract quarterly performance metrics, segment breakdown, and interim financial updates 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)
- **Quarter** (optional): Specific quarter if not latest (Q1, Q2, Q3)
- **Focus Areas** (optional): Revenue, margins, segment performance, etc.
### 2. Execute Query via Octagon MCP
Use the `octagon-agent` tool with a natural language prompt:
```
Analyze the latest 10-Q filing for <TICKER> and extract quarterly performance metrics.
```
**MCP Call Format:**
```json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Analyze the latest 10-Q filing for AAPL and extract quarterly performance metrics."
}
}
```
### 3. Expected Output
The agent returns comprehensive 10-Q analysis including:
**Quarterly Metrics:**
- Total Revenue (with YoY comparison)
- Net Income
- Basic and Diluted EPS
- Operating Income and Margin
- Segment Revenue Breakdown
**Balance Sheet Updates:**
- Cash and Equivalents
- Long-term Debt
- Liquidity Position
**Source Citations:**
- Specific page references from the 10-Q filing
**Data Sources**: octagon-financials-agent, octagon-sec-agent
### 4. Interpret Results
See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Understanding quarterly vs annual comparisons
- Analyzing segment performance
- Identifying sequential trends
- Comparing to analyst expectations
## Example Queries
**Standard 10-Q Analysis:**
```
Analyze the latest 10-Q filing for AAPL and extract quarterly performance metrics.
```
**Segment Performance:**
```
Extract product segment revenue breakdown from AAPL's latest 10-Q filing.
```
**Margin Analysis:**
```
Analyze operating and gross margins from MSFT's Q2 2024 10-Q filing.
```
**YoY Comparison:**
```
Compare GOOGL's Q3 2024 quarterly metrics to Q3 2023 from 10-Q filings.
```
**Cash Flow Focus:**
```
Extract quarterly cash flow metrics from AMZN's latest 10-Q filing.
```
**Guidance Updates:**
```
Extract any updated guidance or outlook from META's latest 10-Q filing.
```
## 10-Q Filing Structure
| Section | Content |
|---------|---------|
| Part I, Item 1 | Financial Statements (Unaudited) |
| Part I, Item 2 | MD&A (Management Discussion & Analysis) |
| Part I, Item 3 | Quantitative & Qualitative Disclosures |
| Part I, Item 4 | Controls and Procedures |
| Part II, Item 1 | Legal Proceedings |
| Part II, Item 1A | Risk Factors (Updates) |
| Part II, Item 2 | Unregistered Sales of Equity |
| Part II, Item 6 | Exhibits |
## Key Quarterly Metrics
| Metric | Description | Comparison |
|--------|-------------|------------|
| Revenue | Quarterly sales | YoY and QoQ |
| Net Income | Quarterly profit | YoY and QoQ |
| EPS (Basic) | Earnings per share | vs Estimates |
| EPS (Diluted) | Diluted EPS | vs Estimates |
| Operating Income | Income from operations | Margin trend |
| Gross Margin | Gross profit / Revenue | vs Prior quarter |
| Operating Margin | Operating income / Revenue | vs Prior quarter |
## Segment Analysis
Common segment breakdowns in 10-Q filings:
| Company | Typical Segments |
|---------|------------------|
| AAPL | iPhone, Mac, iPad, Services, Wearables |
| MSFT | Productivity, Intelligent Cloud, Personal Computing |
| GOOGL | Google Services, Google Cloud, Other Bets |
| AMZN | North America, International, AWS |
| META | Family of Apps, Reality Labs |
## 10-Q vs 10-K Differences
| Aspect | 10-Q | 10-K |
|--------|------|------|
| Frequency | Quarterly (Q1, Q2, Q3) | Annual |
| Financials | Unaudited | Audited |
| Detail Level | Summary | Comprehensive |
| Risk Factors | Updates only | Full disclosure |
| MD&A | Quarterly focus | Annual review |
## Analysis Tips
1. **Sequential comparison**: Compare Q2 to Q1 (QoQ) not just YoY for trend insights.
2. **Seasonality awareness**: Some businesses have strong seasonal patterns - compare to same quarter prior year.
3. **Guidance updates**: Check MD&A for any updated full-year guidance.
4. **Risk factor changes**: Part II Item 1A only includes changes - review for new concerns.
5. **Segment mix shifts**: Watch for changes in segment contribution to total revenue.
6. **Margin trends**: Operating margin changes can signal pricing or cost pressures.
## Use Cases
- **Earnings analysis**: Detailed breakdown after quarterly earnings
- **Trend tracking**: Monitor sequential quarter performance
- **Estimate validation**: Compare actual results to analyst estimates
- **Guidance monitoring**: Track any guidance updates or revisions
- **Competitive tracking**: Compare quarterly performance across peers
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.