study · git:20260427.c7c11d1 · 2026-04-27 · sha256 60597189e95ef2c5
study git:20260427.c7c11d1A
Immutable. This exact content is served forever at /api/v1/blob/60597189e95ef2c5.
---
name: study
description: "Analyze the current codebase using Factory's observation engine. Generates a report covering code quality, eval scores, open issues, backlog items, observability coverage, and improvement opportunities. Use when the user wants to understand the state of their project before making changes."
disable-model-invocation: true
---
# /factory:study
Analyze the current codebase and generate an observation report.
## Prerequisites
```bash
command -v factory >/dev/null 2>&1 || uv tool install "${CLAUDE_PLUGIN_ROOT}"
```
## Execution
```bash
factory study "$(pwd)"
```
This produces a report at `.factory/strategy/observations.md` covering:
- **Eval scores** — current composite and per-dimension breakdown
- **Open issues** — from GitHub, if available
- **Backlog items** — pending work from `.factory/strategy/backlog.md`
- **Observability coverage** — logging density and uninstrumented files
- **Hypothesis budget** — how many improvements to target this cycle
- **Cross-project insights** — patterns from sibling projects (if any)
After studying, use `/factory:implement` to act on the findings.