From shipyard
Performs on-demand domain research on technology choices or ecosystems, producing detailed reports with candidate comparisons, compatibility analysis, and recommendations.
npx claudepluginhub lgbarn/shipyard --plugin shipyard<topic> — required: technology choice, domain question, or ecosystem investigation# /shipyard:research - On-Demand Domain Research You are executing on-demand domain research. Follow these steps precisely. <prerequisites> ## Step 1: Parse Arguments Extract from the command: - `topic` (REQUIRED): The research topic. Examples: - `"React vs Vue for dashboard"` — technology comparison - `"best Postgres connection pooling library"` — ecosystem investigation - `"authentication approaches for REST API"` — architectural research - `"gRPC vs REST for microservices"` — protocol comparison If no topic is provided, ask the user what they want to research. ## Step 2: De...
/technicalResearches implementation approaches, libraries, patterns, architectures, and tradeoffs for a topic or current context. Outputs structured report with summary, comparisons, and recommendation.
/vt-researchInvestigates market, technical, or codebase questions thoroughly and documents actionable findings. Supports --scope=<type> and --deep flags.
/deep-researchConducts configurable research on a topic: focused (one question), wide (ecosystem landscape), or deep (full build plan). Specify [depth] [topic]; defaults to wide.
/discussFacilitates technical decision-making through structured analysis, multi-perspective exploration, trade-off evaluation, and rationale documentation.
/research-itResearches optimal 2026 tools, dependencies, architecture patterns, and dev tooling for your project via agents, producing concise RESEARCH.md.
/benchmarkBenchmarks and compares technology or pattern alternatives empirically via performance tests, feature analysis, resource metrics, and trade-off evaluations.
Share bugs, ideas, or general feedback.
You are executing on-demand domain research. Follow these steps precisely.
Extract from the command:
topic (REQUIRED): The research topic. Examples:
"React vs Vue for dashboard" — technology comparison"best Postgres connection pooling library" — ecosystem investigation"authentication approaches for REST API" — architectural research"gRPC vs REST for microservices" — protocol comparisonIf no topic is provided, ask the user what they want to research.
.shipyard/ exists (optional — this command works anywhere)..shipyard/config.json exists, read model_routing.planning for model selection.docs/PROTOCOLS.md) — detect worktree context.Assemble context per Agent Context Protocol (see docs/PROTOCOLS.md):
.shipyard/PROJECT.md (if exists) — for project stack context.shipyard/ exists) — especially STACK.md, ARCHITECTURE.mdDispatch a researcher agent (subagent_type: "shipyard:researcher") with:
model_routing.planning (default: sonnet)Display the research document to the user.
Offer follow-up:
"Would you like me to:
- Save this research to
.shipyard/for future reference- Create an implementation plan based on the recommendation
- Research a related topic"