Claude-Research-Space-Plugin

April 30, 2026 · View on GitHub

Claude Code plugin: research workflow — source logging, source summarization, and deep-dive primitives, with nine variants for different research modes. Public workspaces are auto-registered into the Open-Research-Workspaces-Index.

Part of the danielrosehill Claude Code marketplace.

What you get

Primitives (globally available once installed)

Under /research-space:*:

  • research-init — load workspace state at session start
  • source-log — log a new source (URL, document, quote, transcript, OSINT artifact) into sources/
  • summarize-sources — per-source summaries + a rolled-up synthesis in outputs/
  • deep-dive — structured investigation on a topic, produces a report
  • research-status — compact state report for the current workspace
  • export-report — compose a shareable report from accumulated outputs

Tech research team (subagents)

Under agents/tech-research-team/ — a 30-agent network for hardware/software stack evaluations, folded in from the former Claude-Tech-Research-Team repo. All agents are namespaced tr-* to avoid collisions.

  • Managers: research-lead, prompt-organiser, output-manager, context-organiser, gitignore-manager
  • Input: prompt-to-spec, transcript-cleaner, context-saver
  • Option exploration: saas-finder, open-source-finder
  • Source finders (hardware): us-sources-finder, israel-sources-finder, amazon-uk, amazon-to-israel, aliexpress
  • Research: evaluator, reputation-checker, oem-investigator, pn-checker, rrp-retrieval, support-check, durability-probe, deep-spec-probe
  • Compatibility: mobile, linux-software-check, linux-hardware-check
  • Comparison & reporting: comparisons, ranker, author
  • Specialists: deployment-process

Pair these with the stack, technical, or purchasing workspace variants.

Provisioning skill

  • /research-space:new-workspace <name> [--variant=<variant>] [--local-only] [--private] [--no-index]

Scaffolds a new research workspace (CLAUDE.md + variant-specific layout), personalises from ~/.claude/CLAUDE.md, by default creates a public GitHub repo, and — for public workspaces — appends an entry to Open-Research-Workspaces-Index. Use --private for a private repo (skips index registration); --no-index to publish publicly but skip the index.

Variants

VariantUse case
deep-researchGeneral-purpose investigation around a central question (default)
technicalAPIs, libraries, protocols, hardware — version-sensitive technical research
osintOpen-source intelligence with provenance, chain-of-custody, red-teaming
georeactionComparative regional reactions to an event or policy
stackTool/stack evaluation — criteria, candidates, scoring
ecosystemActor mapping — companies, orgs, relationships, segments
competitorCompetitor intelligence — product, pricing, team, positioning
purchasingStructured purchase research — spec → candidates → shortlist → decision
general-research-workspaceOpenly-logged Q&A research space — user asks, Claude writes longform answers, pairs periodically consolidated into PDFs

Pattern

Primitives live in the plugin and are reachable from any cwd. Workspace scaffolds are shipped as plain data (no .claude/ tree). Plugin updates never touch your workspace data.

See PLAN.md in Claude-Workspace-Reshaping-190426 for the full pattern spec this plugin follows.

Install

/plugin marketplace add danielrosehill/Claude-Code-Plugins
/plugin install research-space

License

MIT.