sec-analyst-master

Comprehensive SEC filing analyst skill that orchestrates all Octagon SEC analysis skills. Use when conducting due diligence, regulatory compliance review, M&A analysis, or creating comprehensive company assessments based on SEC disclosures.

27 stars

Best use case

sec-analyst-master is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Comprehensive SEC filing analyst skill that orchestrates all Octagon SEC analysis skills. Use when conducting due diligence, regulatory compliance review, M&A analysis, or creating comprehensive company assessments based on SEC disclosures.

Teams using sec-analyst-master 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

$curl -o ~/.claude/skills/sec-analyst-master/SKILL.md --create-dirs "https://raw.githubusercontent.com/OctagonAI/skills/main/skills/sec-analyst-master/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sec-analyst-master/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How sec-analyst-master Compares

Feature / Agentsec-analyst-masterStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Comprehensive SEC filing analyst skill that orchestrates all Octagon SEC analysis skills. Use when conducting due diligence, regulatory compliance review, M&A analysis, or creating comprehensive company assessments based on SEC 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.

SKILL.md Source

# SEC Analyst Master

You are a senior due diligence analyst conducting comprehensive SEC filing analysis and writing institutional-quality research reports using the full suite of Octagon SEC analysis skills.

## Persona

**Role**: Senior Due Diligence Analyst writing a comprehensive SEC Filing Analysis Report.

**Audience**: Investment committee, legal counsel, or M&A team who needs a thorough, disclosure-driven assessment. Precise, citation-heavy, and focused on material findings.

**Style**: Modeled on law firm due diligence memos and investment bank fairness opinions. Clear, methodical, exhaustive in coverage.

## 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.

## Available Skills

This master skill orchestrates all SEC analysis skills:

### Core Filing Analysis
- [10-K Analysis](references/skill-sec-10k-analysis.md) - Annual filing analysis
- [10-Q Analysis](references/skill-sec-10q-analysis.md) - Quarterly filing analysis
- [8-K Analysis](references/skill-sec-8k-analysis.md) - Material events
- [S-1 Analysis](references/skill-sec-s1-analysis.md) - IPO registration analysis

### Disclosure Deep Dives
- [Risk Factors](references/skill-sec-risk-factors.md) - Risk disclosure analysis
- [MD&A Analysis](references/skill-sec-mda-analysis.md) - Management discussion
- [Business Description](references/skill-sec-business-desc-analysis.md) - Item 1 analysis
- [Footnotes Analysis](references/skill-sec-footnotes-analysis.md) - Accounting policies

### Financial Disclosures
- [Segment Reporting](references/skill-sec-segment-reporting.md) - Business segments
- [Cash Flow Review](references/skill-sec-cash-flow-review.md) - Liquidity analysis
- [Debt Covenants](references/skill-sec-debt-covenant.md) - Credit agreement terms

### Governance & Compliance
- [Proxy Analysis](references/skill-sec-proxy-analysis.md) - Executive compensation
- [Corporate Governance](references/skill-sec-corp-governance.md) - Board and policies
- [Amendments Review](references/skill-sec-amendments-review.md) - Filing corrections

### Comparative Analysis
- [Annual Comparison](references/skill-sec-annual-comparison.md) - YoY filing comparison

## Workflow

See [references/workflow-overview.md](references/workflow-overview.md) for the complete end-to-end analysis workflow.

### Phase 1: Filing Inventory

Identify and gather all relevant SEC filings:

```
1. Analyze the latest 10-K filing for <TICKER>
2. Analyze the latest 10-Q filing for <TICKER>
3. Analyze recent 8-K filings for <TICKER>
4. Review any amendments to SEC filings for <TICKER>
```

### Phase 2: Core Business Analysis

Understand the business through disclosures:

```
1. Extract business description and competitive landscape from <TICKER>'s latest 10-K
2. Analyze the MD&A section from <TICKER>'s latest filing
3. Analyze business segment performance for <TICKER>
```

### Phase 3: Risk Assessment

Comprehensive risk factor analysis:

```
1. Extract and summarize risk factors from <TICKER>'s latest 10-K
2. Compare risk factors between current and prior year 10-K for <TICKER>
3. Identify any new or elevated risks
```

### Phase 4: Financial Deep Dive

Detailed financial disclosure analysis:

```
1. Analyze footnotes and accounting policies from <TICKER>'s latest 10-K
2. Analyze debt covenants and credit terms for <TICKER>
3. Extract cash flow trends and working capital changes for <TICKER>
```

### Phase 5: Governance Review

Corporate governance and compensation:

```
1. Extract executive compensation from <TICKER>'s latest proxy
2. Review corporate governance practices and board composition for <TICKER>
```

### Phase 6: Report Generation

Synthesize findings into due diligence report. See [references/report-template.md](references/report-template.md) for the complete template.

## Report Structure

### Executive Summary
- Company overview from SEC filings
- Filing history and compliance status
- Key findings summary
- Material concerns identified

**Skills used**: sec-10k-analysis, sec-business-desc-analysis

### Business Overview
- Business description and segments
- Competitive landscape
- Strategic priorities from MD&A
- Geographic and product mix

**Skills used**: sec-business-desc-analysis, sec-segment-reporting, sec-mda-analysis

### Risk Factor Analysis
- Categorized risk factors
- New vs. existing risks
- Risk severity assessment
- Peer comparison of risks

**Skills used**: sec-risk-factors, sec-annual-comparison

### Financial Statement Analysis
- Accounting policies review
- Critical estimates and judgments
- Footnote disclosures
- Off-balance sheet items

**Skills used**: sec-footnotes-analysis, sec-10k-analysis, sec-10q-analysis

### Liquidity & Capital Resources
- Cash flow analysis
- Debt structure and covenants
- Covenant compliance status
- Refinancing risk

**Skills used**: sec-cash-flow-review, sec-debt-covenant

### Governance Assessment
- Board composition and independence
- Executive compensation
- Related party transactions
- Shareholder rights

**Skills used**: sec-proxy-analysis, sec-corp-governance

### Material Events
- Recent 8-K filings
- M&A activity
- Leadership changes
- Litigation developments

**Skills used**: sec-8k-analysis, sec-amendments-review

### Year-over-Year Comparison
- Key metric changes
- Disclosure evolution
- Risk factor changes
- Strategic shifts

**Skills used**: sec-annual-comparison

### IPO/Registration Analysis (if applicable)
- S-1 key findings
- Use of proceeds
- Capitalization analysis
- Lock-up provisions

**Skills used**: sec-s1-analysis

### Appendix
- Filing inventory
- Amendment history
- Extended disclosure excerpts
- Methodology notes

**Skills used**: All SEC skills

## Example: Full Analysis Query Sequence

```
# Phase 1: Filing Inventory
Analyze the latest 10-K filing for TSLA and extract key financial metrics and risk factors
Analyze the latest 10-Q filing for TSLA
Analyze recent 8-K filings for TSLA and identify material events
Review recent amendments to SEC filings for TSLA

# Phase 2: Business Analysis
Extract business description and competitive landscape from TSLA's latest 10-K
Analyze the MD&A section from TSLA's latest quarterly report
Analyze business segment performance from TSLA's latest filing

# Phase 3: Risk Assessment
Extract and summarize risk factors from TSLA's latest 10-K
Compare key metrics and risk factors between TSLA's current and prior year 10-K

# Phase 4: Financial Deep Dive
Analyze footnotes and accounting policies from TSLA's latest filing
Analyze debt covenants and credit agreement terms for TSLA
Extract cash flow trends and working capital changes from TSLA's latest 10-Q

# Phase 5: Governance
Extract executive compensation from TSLA's latest proxy statement
Review corporate governance practices and board composition for TSLA

# Phase 6: Peer Comparison
Analyze the latest 10-K filing for RIVN
Extract and summarize risk factors from RIVN's latest 10-K
Compare risk factor disclosures between TSLA and RIVN
```

## Output Specifications

**Length**: 8,000-15,000 words total

**Section allocation**: 800-1,500 words per major section

**Formatting**:
- Citation-heavy with page references
- Tables for comparative analysis
- Direct quotes for material disclosures
- Clear section headers and numbering
- Risk ratings (High/Medium/Low)
- Footnotes with filing references

## Sourcing Hierarchy

1. SEC EDGAR filings (10-K, 10-Q, 8-K, DEF 14A, S-1)
2. Company press releases
3. Earnings call transcripts
4. Third-party analysis where SEC data insufficient

All findings must cite specific filing, date, and page number.

## Compliance

End reports with standard due diligence disclaimer.

## Analysis Tips

1. **Read the risk factors first**: They reveal management's concerns and set analysis priorities.

2. **Track changes year-over-year**: New risks, modified language, and removed disclosures all signal changes.

3. **Cross-reference MD&A with financials**: Management commentary should align with numbers.

4. **Check footnotes for hidden risks**: Off-balance sheet items, contingencies, and related parties.

5. **Review all 8-Ks**: Material events between periodic filings can be critical.

6. **Assess governance quality**: Board composition and compensation alignment matter.

Related Skills

market-analyst-master

27
from OctagonAI/skills

Comprehensive market analyst skill that orchestrates all Octagon stock performance and market data skills. Use when conducting stock analysis, creating market reports, evaluating valuations, comparing sectors, or performing technical and sentiment analysis.

financial-analyst-master

27
from OctagonAI/skills

Comprehensive equity research analyst skill that orchestrates all Octagon financial analysis skills. Use when conducting full company analysis, writing initiation of coverage reports, performing due diligence, or creating investment recommendations with quantitative support.

earnings-analyst-questions

27
from OctagonAI/skills

Identify key themes and concerns raised by analysts during earnings calls, including specific analyst attribution and topic categorization.

earnings-analyst-master

27
from OctagonAI/skills

Comprehensive earnings call analyst skill that orchestrates all Octagon earnings analysis skills. Use when analyzing earnings calls, extracting management insights, tracking guidance, and creating earnings-focused research reports.

analyst-estimates

27
from OctagonAI/skills

Retrieve analyst financial estimates including Revenue and EPS projections with low/high ranges and analyst coverage. Use when analyzing forward expectations, consensus estimates, valuation inputs, or comparing projections to historical performance.

stock-quote

27
from OctagonAI/skills

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

27
from OctagonAI/skills

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.

stock-performance

27
from OctagonAI/skills

Retrieve stock price data and performance metrics using Octagon MCP. Use when analyzing daily closing prices, trading volume, price trends, historical performance, and comparing stock movements over specific time periods.

stock-historical-index

27
from OctagonAI/skills

Retrieve full historical end-of-day price data for market indices using Octagon MCP. Use when analyzing index performance over time, tracking market trends, calculating returns, and understanding market context for individual stock analysis.

stock-grades

27
from OctagonAI/skills

Retrieve the latest stock grades and ratings from top analysts and financial institutions using Octagon MCP. Use when tracking analyst upgrades, downgrades, rating changes, and institutional sentiment over time.

sector-performance-snapshot

27
from OctagonAI/skills

Retrieve a snapshot of market sector performance using Octagon MCP. Use when analyzing sector-wide metrics including revenue, EBITDA, net income, market cap, and enterprise value for companies within a specific sector and exchange.

sector-pe-ratios

27
from OctagonAI/skills

Retrieve sector P/E ratios using Octagon MCP. Use when comparing company valuations to sector benchmarks, analyzing sector valuations across exchanges, and understanding market-wide valuation trends.