Help us improve
Share bugs, ideas, or general feedback.
From reppit-health
Generates two distinct solution proposals grounded in research from a `/research-codebase` document and a feature or project request.
npx claudepluginhub carainc/reppit-health --plugin reppit-healthHow 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...
/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.
/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.
/researchFacilitates a conversational process to clarify vague ideas, problems, or partial requirements into documented, confirmed requirements. Use before planning or when exploring an idea.
/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.
/ideateBrainstorms and refines research ideas in research-os/project/idea.md via assessment, related work research, critical questions, and iterative file updates.
/fire-brainstormInitiates structured ideation for a topic: asks clarifying questions, decomposes problems, explores 3+ alternatives, converges on recommendations, and documents decisions before coding.
Share bugs, ideas, or general feedback.
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.