What
Verify the SDLC Wizard plugin works when installed in OpenAI Codex CLI. We have a sibling repo BaseInfinity/codex-sdlc-wizard but the main wizard's plugin format may also work directly.
Test
- Install via
codex --plugin-dir ./cowork or equivalent Codex plugin mechanism
- Verify skills load and hooks fire
- Compare with
codex-sdlc-wizard — is the sibling still needed or can the main plugin serve both?
Context
codex-sdlc-wizard is at v0.7.x with its own AGENTS.md and install.sh
- The main wizard's
.claude-plugin/ format may or may not be compatible with Codex
- If compatible, consider deprecating the sibling in favor of a single plugin
What
Verify the SDLC Wizard plugin works when installed in OpenAI Codex CLI. We have a sibling repo
BaseInfinity/codex-sdlc-wizardbut the main wizard's plugin format may also work directly.Test
codex --plugin-dir ./coworkor equivalent Codex plugin mechanismcodex-sdlc-wizard— is the sibling still needed or can the main plugin serve both?Context
codex-sdlc-wizardis at v0.7.x with its own AGENTS.md and install.sh.claude-plugin/format may or may not be compatible with Codex