From content-creation
Generates citation-tracked research reports with evidence persistence, source verification, and structured output across configurable depth modes from quick to ultradeep.
How this skill is triggered — by the user, by Claude, or both
Slash command
/content-creation:deep-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deliver citation-tracked research reports through a structured pipeline with evidence persistence, source identity management, claim-level verification, and progressive context management.
LICENSEREADME.mdreference/continuation.mdreference/html-generation.mdreference/methodology.mdreference/quality-gates.mdreference/report-assembly.mdreference/weasyprint_guidelines.mdrequirements.txtschemas/claim.schema.jsonschemas/evidence.schema.jsonschemas/run_manifest.schema.jsonschemas/source.schema.jsonscripts/citation_manager.pyscripts/evidence_store.pyscripts/extract_claims.pyscripts/md_to_html.pyscripts/research_engine.pyscripts/source_evaluator.pyscripts/validate_report.pyDeliver citation-tracked research reports through a structured pipeline with evidence persistence, source identity management, claim-level verification, and progressive context management.
Autonomy Principle: Operate independently. Infer assumptions from context. Only stop for critical errors or incomprehensible queries. Surface high-materiality assumptions explicitly in the Introduction and Methodology rather than silently defaulting.
lovstudio:dev-blog owns the LovStudio website blog publishing contract.
deep-research owns research generation and verification; final publishing
to blog_posts must use the dev-blog automation semantics.Request Analysis
+-- Simple lookup? --> STOP: Use WebSearch
+-- Debugging? --> STOP: Use standard tools
+-- Complex analysis needed? --> CONTINUE
Mode Selection
+-- Initial exploration --> quick (3 phases, 2-5 min)
+-- Standard research --> standard (6 phases, 5-10 min) [DEFAULT]
+-- Critical decision --> deep (8 phases, 10-20 min)
+-- Comprehensive review --> ultradeep (8+ phases, 20-45 min)
Default assumptions: Technical query = technical audience. Comparison = balanced perspective. Trend = recent 1-2 years.
| Phase | Name | Quick | Std | Deep | Ultra |
|---|---|---|---|---|---|
| 1 | SCOPE | Y | Y | Y | Y |
| 2 | PLAN | - | Y | Y | Y |
| 3 | RETRIEVE | Y | Y | Y | Y |
| 4 | TRIANGULATE | - | Y | Y | Y |
| 4.5 | OUTLINE REFINEMENT | - | Y | Y | Y |
| 5 | SYNTHESIZE | - | Y | Y | Y |
| 6 | CRITIQUE | - | - | Y | Y |
| 7 | REFINE | - | - | Y | Y |
| 8 | PACKAGE | Y | Y | Y | Y |
Note: Phases 3-5 operate as an evidence loop per section (retrieve → evidence store → refine outline → draft → verify claims → delta-retrieve if needed), not as strict sequential gates.
On invocation, load relevant reference files:
Templates:
Scripts:
python scripts/validate_report.py --report [path]python scripts/verify_citations.py --report [path]python scripts/md_to_html.py [markdown_path]Post-report publishing (LovStudio):
lovstudio:dev-blog. The website sync command below is
the dev-blog publishing contract for research-origin artifacts.cd /Users/mark/lovstudio/coding/web && pnpm run sync:research -- [markdown_path]cd /Users/mark/lovstudio/coding/web && pnpm run sync:research -- --limit 5lovstudio:dev-blog and executed by the
website sync script:
is_visible=true)./blog index by default (show_in_index=false).https://lovstudio.ai/blog/[slug]Published to LovStudio: yes/no, plus the public URL when yes.Required sections:
Output files (all to ~/Documents/[Topic]_Research_[YYYYMMDD]/):
sources.jsonl — stable source registry with canonical IDsevidence.jsonl — append-only evidence store with quotes and locatorsclaims.jsonl — atomic claim ledger with support statusrun_manifest.json — query, mode, assumptions, provider configQuality standards:
evidence.jsonlUse: Comprehensive analysis, technology comparisons, state-of-the-art reviews, multi-perspective investigation, market analysis.
Do NOT use: Simple lookups, debugging, 1-2 search answers, quick time-sensitive queries.
npx claudepluginhub lovstudio/skills --plugin generalConducts deep research via parallel web searches, multi-source validation, and confidence tracking across 11 types like market, competitive, technical; outputs cited Markdown reports.
Runs deep research on topics via web searches, data collection, source verification, synthesis, and structured reports saved to 02-research/. Use for reports, blogs, or exploring new domains beyond quick answers.
Performs structured fact-based research with configurable depth (quick/standard/deep), parallel data collection, source credibility grading, and markdown report generation.