Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "structured-analysis-skill",
"description": "Structured Analytic Techniques for Claude Code",
"owner": {
"name": "Blevene"
},
"metadata": {
"description": "Structured Analytic Techniques for Claude Code",
"homepage": "https://github.com/blevene/structured-analysis-skill"
},
"plugins": [
{
"name": "structured-analysis",
"description": "18 CIA/IC analytic techniques with OSINT evidence gathering, three-layer self-correction, and mandatory citation enforcement. Run /analyze to start.",
"path": "."
"version": "0.1.0",
"source": "./plugin",
"description": "18 CIA/IC analytic techniques with OSINT evidence gathering, three-layer self-correction, and mandatory citation enforcement. Run /analyze to start."
}
]
}
10 changes: 10 additions & 0 deletions plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "structured-analysis",
"version": "0.1.0",
"description": "AI-augmented Structured Analytic Techniques from US Intelligence Community doctrine — 18 techniques across 6 phases with automated evidence gathering, self-correction, and citation enforcement",
"author": {
"name": "Blevene"
},
"license": "Apache-2.0",
"repository": "https://github.com/blevene/structured-analysis-skill"
}