Context
The source repo exposes workflows as Claude Code slash commands such as:
/grc-engineer:gap-assessment
/grc-engineer:scan-iac
/github-inspector:collect
/oscal:*
/fedramp-ssp:*
Codex app may not support Claude Code plugin command registration or the same slash-command dispatch model. Many command files may still be useful as Markdown runbooks, but they need a Codex-compatible invocation strategy.
Tasks
Acceptance Criteria
- There is a documented mapping from major Claude slash commands to Codex-compatible actions.
- Unsupported commands are explicitly marked unsupported/deferred instead of silently failing.
Context
The source repo exposes workflows as Claude Code slash commands such as:
/grc-engineer:gap-assessment/grc-engineer:scan-iac/github-inspector:collect/oscal:*/fedramp-ssp:*Codex app may not support Claude Code plugin command registration or the same slash-command dispatch model. Many command files may still be useful as Markdown runbooks, but they need a Codex-compatible invocation strategy.
Tasks
plugins/**/commands/*.mdfiles.npm run <script>for script-backed workflowsdocs/runbooks/*.mdfor prompt/runbook workflowsdocs/CODEX-COMMANDS.md.Acceptance Criteria