From codex-next
Entrypoint that routes SDLC, dev, data, office, or research tasks to the smallest relevant workflow. Normalizes external discussion into executable work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:core-routerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Codex Next is a workflow router for the skills bundled in this plugin. Use it to
Codex Next is a workflow router for the skills bundled in this plugin. Use it to choose the smallest useful path, then continue with the selected skill when the user wants work completed.
This skill routes. It does not replace the underlying skills.
For SDLC/ADS work, use:
../sdlc-router/references/sdlc-operating-model.md
Core contract:
REQ, TASK, VAL, ARCH, DOM, DEC, Q, ITEM.direct-read, direct-dev, handoff-lite,
handoff-full, blocked.Identify the user intent.
Choose the smallest route.
local/sdlc, handoff, architecture,
requirements, specification, validation, or external proposal intake work,
use sdlc-manager.sdlc-router.Keep source boundaries clear.
.codex/agents/*.toml custom agents are not bundled by this plugin.| User intent | First skill |
|---|---|
SDLC/ADS work, local/sdlc, handoff, or external proposal intake | sdlc-manager |
| Need only lane, ADS, or minimum artifact decision | sdlc-router |
| Existing repo capability map | sdlc-project-research |
| Requirements package | sdlc-requirements-workflow |
| SRS or software-facing requirements | sdlc-srs-workflow |
| NFRs or measurable quality constraints | sdlc-nfr-spec |
| Architecture impact | sdlc-hld-workflow |
| Domain ownership or dependency boundaries | sdlc-domain-boundary-modeling |
| Solution/spec package coordination | sdlc-solution-spec-workflow |
| Implementation-facing slices | sdlc-spec-slice-writer |
| Dev handoff | sdlc-dev-handoff-planning |
| Validation plan or behavior baseline | sdlc-validation-plan-workflow |
| Traceability | sdlc-requirements-traceability |
| Change control | sdlc-change-control |
| Clear implementation | dev-spec-driven-implementation or the relevant dev skill |
| Bugfix | dev-bugfix |
| PR or diff review | dev-pr-review |
| Security review | dev-security-review |
| Test planning or validation strategy | dev-test-strategy |
| Release readiness | dev-release-check |
| Data cleaning or tabular analysis | data-cleaning, data-tabular-analysis, or data-sql-analysis |
| Office writing | office-meeting-summary, office-weekly-report, office-project-report, office-briefing-note, or office-ppt-outline |
| Research synthesis | research-synthesis, research-source-dedup, or research-evidence-table |
When routing only, return:
## Codex Next Route
- Intent:
- Lane:
- Modifier:
- ADS:
- A:
- D:
- S:
- Dev path:
- First skill:
- Next action:
When the user asks to solve or implement, do not stop after this block. Continue with the selected skill and report the actual result.
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextCoordinates SDLC workflows: identifies if work needs SDLC treatment, routes to authoring skills for requirements, architecture, specs, validation, traceability, readiness, handoff, and change control.
Routes natural language requests to skills and workflows by parsing intent and matching patterns for SDLC phases, gate checks, artifacts, security reviews, and marketing tasks.
Routes every agent action through correct skills via routing table before code, files, or technical decisions. Checks adaptive overrides; defaults to rune:cook for code tasks.