Stack Search Plugin

April 10, 2026 ยท View on GitHub

A Claude Code plugin that spawns new stack search workspaces from the Claude-Stack-Research-Workspace template.

What It Does

When you need to answer "does X exist?" or "what tool should I use for Y?", this plugin:

  1. Creates a new GitHub repo from the stack research template
  2. Runs an optional Tavily landscape scan to prime the search
  3. Walks you through a structured 27-question intake interview
  4. Writes your requirements to a spec file the research workspace understands
  5. Commits, pushes, and tells you where to go next

Skills

SkillDescription
new-stack-searchCreate a new stack search workspace and run the intake interview

Usage

Say any of:

  • "new stack search"
  • "find me a tool for X"
  • "compare options for Y"
  • "what tools exist for Z"
  • "stack search for W"

The plugin will ask for a topic, create the repo, and walk you through requirements capture.

Template

This plugin clones from danielrosehill/Claude-Stack-Research-Workspace, which provides:

  • Structured intake commands (/define-stack, /voice-intake, /personalise)
  • Research commands (/start-research, /compare-stacks, /pricing-analysis, /generate-report)
  • Specialized agents (stack-researcher, pricing-analyzer, report-synthesizer)
  • Opinionated evaluation style (deal-breaker filtering, source skepticism, comparison tables, dated pricing)

MCP Integration

The plugin uses Tavily MCP (if available) for an initial landscape scan before the intake interview. This is optional โ€” the plugin works without it.

License

MIT