Quickstart
1) Trigger workflows explicitly
Examples:
cw /orchestrate harden auth flow with testscw /helpcw /examplesUse codex-workflows in /orchestrate and execute this goal: harden auth flow with testsUse codex-workflows in /debug and investigate an intermittent login failureUse codex-workflows in /plan for this feature roadmapUse codex-workflows in /game-dev and design a core gameplay loopUse codex-workflows in /roblox-game-dev and secure RemoteEvent boundaries
Profile quick wins:
examples/quick-wins/README.md
2) Optional: bootstrap local .agent
Default profile (codex-native):
bash
python ~/.codex/skills/codex-workflows/scripts/bootstrap_project_agent.py --project .This default path is independent from the compatibility pack.
Compatibility profile:
bash
python ~/.codex/skills/codex-workflows/scripts/bootstrap_project_agent.py --project . --profile antigravity-compatMinimal profile:
bash
python ~/.codex/skills/codex-workflows/scripts/bootstrap_project_agent.py --project . --profile minimal3) Route request intent
bash
python ~/.codex/skills/codex-workflows/scripts/route_workflow.py \
"add secure login with tests and release notes" \
--json4) Validate by stack
Node:
bash
python ~/.codex/skills/codex-node-validation-pack/scripts/validate_node_stack.py --project . --runPython:
bash
python ~/.codex/skills/codex-python-validation-pack/scripts/validate_python_stack.py --project . --runRust:
bash
python ~/.codex/skills/codex-rust-validation-pack/scripts/validate_rust_stack.py --project . --run5) Validate codex-native workflow quality
bash
python ~/.codex/skills/codex-workflows/scripts/check_codex_native_quality.py \
--native ~/.codex/skills/codex-workflows/templates/codex-native/.agent/workflows \
--compat ~/.codex/skills/codex-workflows/packs/antigravity-compat/.agent/workflows \
--max-similarity 0.356) Validate codex-native structural assets
bash
python ~/.codex/skills/codex-workflows/scripts/check_codex_native_assets.py \
--native-root ~/.codex/skills/codex-workflows/templates/codex-native/.agent \
--min-agents 20 \
--min-skills 37