From loobster
Generates two distinct solution proposals grounded in research from a `/research-codebase` document and a feature or project request.
How this command is triggered — by the user, by Claude, or both
Slash command
/loobster:make-proposalsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Generate two solution proposals grounded in existing research and a feature or project request. ## Behavior - Require a research document produced by `/research-codebase` (either a local file path or a Linear document). - Produce two distinct solution approaches, each tied back to the research findings. - Highlight trade-offs, impacted systems, validation steps, and open questions per proposal. ## Steps 1. Intake - Capture the user's request. If a Linear issue or project is referenced and Linear MCP tools are available, read it. - Read the research document (local file or Linear doc...
Generate two solution proposals grounded in existing research and a feature or project request.
/research-codebase (either a local file path or a Linear document).## Solution Proposals
Context:
- Request: <short restatement of the ask>
- Research Source: <document or filename and key sections used>
Proposal 1 — <title>
- Overview: <2-3 sentences>
- Key Changes: <components/modules>
- Trade-offs: <risks vs benefits>
- Validation: <tests/experiments/metrics>
- Open Questions: <gaps or follow-ups>
Proposal 2 — <title>
...
path/to/file.py:lines when citing specifics.npx claudepluginhub nilswidal/loobster --plugin loobster/research-solutionResearches multiple solution approaches for a problem, prototypes and tests them in parallel, compares with evidence and scoring, and recommends the best option with roadmap.
/research-idea-to-specTransforms an idea (text or markdown file) into a draft specification document by performing multi-source web and GitHub research to gather prior art and best practices, then outputs a structured spec file.
/researchResearches features by discovering codebase patterns/gaps/errors/dependencies, recommending libraries/best practices; creates PRD folder with internal/external findings, summary, and metadata. Supports PRD-scoped iteration and refinement.
/brainstormExplores requirements and design before implementation, ensuring creative work is well-planned and structured.
/researchAdaptive multi-dimensional feature research that auto-adjusts interview depth based on input richness. Gathers competitors, UX/UI, codebase, and optional tech stack or metrics/ROI. Saves structured research artifacts.
/planCreates a detailed implementation plan through interactive research and iteration. Accepts optional topic, file references, or instructions; enters collaborative mode if none provided.