From reppit-health
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
/reppit-health: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 carainc/reppit-health --plugin reppit-health/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.
/researchGuides users through progressive questioning to clarify vague ideas, problems, or partial requirements into documented, confirmed specifications.
/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.
/thinkBrainstorms 2-3 design approaches for a feature after codebase research, facilitates decision with comparison matrix, and produces formal spec in docs/specs/ plus git commit. Supports quick, spec-only, predict, scenario flags.