---
name: Recent Quarter Review
slug: recent-quarter-review
category: Data
description: Recent Quarter Review summarizes a biotech company’s latest quarter with financial results, pipeline milestones, and FDA/regulatory events. Use it when you need a quarter readout that includes runway and clinical progress, not just standard earnings metrics.
github: "https://github.com/agentii-ai/agentii-investment-intelligence/tree/main/plugins/vertical-plugins/bio-pharm/skills/agentii/recent-quarter"
language: Python
stars: 203
forks: 16
install: "npx degit https://github.com/agentii-ai/agentii-investment-intelligence/tree/main/plugins/vertical-plugins/bio-pharm/skills/agentii/recent-quarter ~/.claude/skills/recent-quarter"
installs_to: ~/.claude/skills/recent-quarter
source_path: plugins/vertical-plugins/bio-pharm/skills/agentii/recent-quarter/SKILL.md
collection_size: 21
category_size: 762
collection_url: "https://dirskills.com/collections/agentii-ai/agentii-investment-intelligence"
added: 2026-09-05T05:29:52.670Z
last_synced: 2026-09-05T05:29:52.670Z
canonical_url: "https://dirskills.com/skills/recent-quarter-review"
---

# Recent Quarter Review

Recent Quarter Review summarizes a biotech company’s latest quarter with financial results, pipeline milestones, and FDA/regulatory events. Use it when you need a quarter readout that includes runway and clinical progress, not just standard earnings metrics.

**Install:**

```bash
npx degit https://github.com/agentii-ai/agentii-investment-intelligence/tree/main/plugins/vertical-plugins/bio-pharm/skills/agentii/recent-quarter ~/.claude/skills/recent-quarter
```

## README

> Methodology inspired by publicly taught quarter-review frameworks; all text is an original paraphrase.

## Defaults

| Parameter | Default Value | Rationale |
|-----------|---------------|-----------|
| review_quarters | 1 | Recent quarter focus |
| include_milestones | true | Pipeline milestones are med quarter content |
| include_regulatory | true | CRL/approval/AdCom updates belong in the review |

## Preflight

Run canonical pre-flight per `contracts/preflight.md`. Propagate X-Agentii-Trace per `contracts/x-agentii-trace-header.md`.

## Triggers

- "Review [biotech ticker]'s most recent quarter."
- "What happened at [ticker]'s last earnings?"
- "Summarize [ticker]'s latest 10-Q."
- "How did [ticker]'s pipeline progress last quarter?"
- "Any regulatory updates for [ticker] recently?"
- "Quarterly review with milestone tracking for [ticker]."
- "What did management say about the pipeline?"
- "Runway update for [ticker] after the last print."
- "What moved for [ticker] last quarter?"
- "Quarter in review: financials + catalysts for [ticker]."

## Production Grounding

- A med quarter is judged on BOTH reported financials and pipeline/regulatory progress; milestone slips and CRLs are first-class quarter content.
- Cash runway (quarters of cash) is a primary metric for clinical-stage names.
- Grounding frameworks: `references/knowledge-frameworks.md` (道/法 review knowledge).

## Data Source Priority

1. `search_xbrl_facts` / `get_statement` — reported financials.
2. `search_documents` / `read_source_*` — management commentary, pipeline updates.
3. `get_company_profile` — company context.
4. Knowledge layer: `search_investment_cases` for similar quarter dynamics.

## Methodology

### Retrieval Scope
unstructured_document_search

### Retrieval Strategy
1. Pull the latest statements via `get_statement` + key facts via `search_xbrl_facts`.
2. Read management commentary (`read_source_outline`/`read_source_pages`) for milestones/regulatory.
3. Assess runway + milestone trajectory.
4. Ground with historical cases via knowledge tools.

### Temporal Scope
See frontmatter temporal_scope block.

### Tool Allowlist
See frontmatter allowed_tools.

### Protocol
1. Financial review
2. Milestone & regulatory review
3. Runway assessment
4. Quarter synthesis

## Modes

- **Standard** (default): financials + milestones + regulatory.
- **Pre-revenue**: runway-focused review.
- **Regulatory-heavy**: quarter framed around FDA events.

## Tool Fallbacks

| Failure | Fallback |
|---------|----------|
| get_statement unavailable | Reconstruct from `search_xbrl_facts`; annotate |
| No commentary found | Note coverage gap; use filings only |
| Knowledge tools empty | Proceed with structured data only |

## Output File

`{ticker}/{YYYY-MM-DD_HHMM}_recent-quarter_{affix}.md`

## Output Structure

1. **Executive Summary** — quarter verdict in 2-3 sentences
2. **Financial Review** — key line items + trends
3. **Milestone & Regulatory Review** — pipeline progress, FDA updates
4. **Runway & Cash** — runway assessment
5. **Historical Context** — cases with /v/ citations
6. **Coverage Gaps** — degraded flags

## Error Handling

| Error | Fallback |
|-------|----------|
| No recent filings | Flag stale coverage; use latest available |
| Milestone data missing | Note explicitly; do not infer |

## Memory Load

See `contracts/memory-load.md`.

## Snapshot

See `contracts/snapshot-synthesis.md`.

## Final Summary (TUI)

Include ### Key Citations block with 0-10 clickable /v/ URLs.

## References

- `contracts/citation-and-memory.md`
- `contracts/output-frontmatter-schema.md`
- `contracts/memory-load.md`
- `contracts/snapshot-synthesis.md`
- `contracts/preflight.md`
- `references/knowledge-frameworks.md`
