Internal SDLC plugins for the team
npx claudepluginhub inference-sim/sdlc-pluginsInternal shared skills used by other plugins
Researches and generates ideas for your project that have been iteratively reviewed by different models
Guided hypothesis-driven experimentation with auto-analysis
Private Claude Code plugins for the AI Platform Optimization team.
Adding the marketplace registers this repo as a plugin source. Plugins are then installed individually — install whichever ones you need.
# 1. Add marketplace (one-time)
/plugin marketplace add https://github.com/inference-sim/sdlc-plugins
# 2. Install plugins (pick what you need)
/plugin install research-ideas@sdlc-plugins
/plugin install hypothesis-test@sdlc-plugins
To enable automatic plugin updates when new versions are released, go to /plugin > Marketplaces > sdlc-plugins and enable auto-update
# Install individual plugins
/plugin install research-ideas@sdlc-plugins
/plugin install hypothesis-test@sdlc-plugins
# Update all installed plugins to latest versions
/plugin marketplace update sdlc-plugins
# Remove a plugin
/plugin uninstall research-ideas@sdlc-plugins
/plugin uninstall hypothesis-test@sdlc-plugins
Generates research ideas with multi-model AI review (Claude, GPT-4o, Gemini).
/research-ideas
Features:
Just run the command and let it guide you. The plugin will:
Outputs a single research.md with problem, background, all ideas, reviews, and executive summary.
Create a problem.md file in your project directory. Some questions you can consider to help drive the problem statement:
Need help articulating your problem? Use the brainstorming superpower:
/superpowers:brainstorm brainstorm problem statements for the /research-ideas skill
This will help you explore and refine your problem statement before generating research ideas.
Guided hypothesis-driven experimentation with auto-analysis.
/hypothesis-test
Features:
Just run the command and it will:
Outputs per-hypothesis directories under hypotheses/ with HYPOTHESIS.md, run.sh, analyze.py, and FINDINGS.md, plus a hypotheses/README.md catalog.
For private repo access, use SSH keys or set GITHUB_TOKEN:
export GITHUB_TOKEN=$(gh auth token)
See example output here.
See CONTRIBUTING.md for plugin development.