Propulsion is a compact skill set for agentic coding. It gives coding agents a stronger workflow.
Add the Propulsion marketplace:
codex plugin marketplace add moonpixels/propulsionOpen Codex, run /plugins, select the Propulsion marketplace, install
Propulsion, then restart Codex.
To update:
codex plugin marketplace upgrade propulsionAdd the Propulsion marketplace with the Codex CLI:
codex plugin marketplace add moonpixels/propulsionOpen the desktop app's Plugins page, select the Propulsion marketplace, install Propulsion, then restart the app.
To update:
codex plugin marketplace upgrade propulsionAdd Propulsion to opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["propulsion@git+https://github.com/moonpixels/propulsion.git"]
}Propulsion is heavily inspired by:
- obra/superpowers for workflow discipline, review loops, debugging process, and OpenCode plugin ideas
- mattpocock/skills for brevity, wording discipline, and the question-by-question discovery style