Structured Analysis Skill
Description
Rigorous Structured Analysis to equip Agents to Think like Intelligence Analysts
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Structured Analysis Skill for Claude Code [](https://github.com/blevene/structured-analysis-skill)
AI-augmented [Structured Analytic Techniques](https://www.cia.gov/resources/csi/static/Tradecraft-Primer-apr09.pdf) (SATs) from US Intelligence Community doctrine — implemented as an interactive Claude Code skill.
18 techniques across 6 analytical phases, with automated evidence gathering, three-layer self-correction, and mandatory citation enforcement.
What is Structured Analysis?
Structured Analytic Techniques are rigorous methods developed by the US Intelligence Community to combat cognitive bias in high-stakes analysis. They emerged from decades of intelligence failures — Pearl Harbor, Iraq WMD — where the problem was never lack of information, but lack of structured challenge to dominant assumptions.
This skill brings SATs to Claude Code as an interactive `/structured-analysis:analyze` command. Ask a question, and the skill orchestrates evidence gathering, technique selection, structured execution, self-correction, and a cited final report — all grounded in the [CIA Tradecraft Primer (2009)](docs/background/Tradecraft-Primer-apr09.pdf) and modern empirical updates.
Quick Start
Prerequisites
- Claude Code installed and configured
- (Optional) Firecrawl MCP server for enhanced OSINT web scraping
Install via Plugin (Recommended)
# Add the marketplace
/plugin marketplace add blevene/structured-analysis-skill
# Install the plugin
/plugin install structured-analysis@structured-analysis-skill
That's it. Run `/structured-analysis:analyze` to start your first analysis.
**A note on the command name.** Plugin skills are namespaced by the plugin, so the command is `/structured-analysis:analyze` — that namespaced form is used throughout this README. (If you load the skill some other way and it isn't na
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11