agentsclimarketplace

Codex sdd

Skill tranhieutt/software_development_department/.claude/skills/codex-sdd

Software Development Department

Install
npx -y skills add tranhieutt/software_development_department --skill codex-sdd

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Adapts SDD for Codex while preserving Claude Code behavior. Use when working in Codex, setting up Codex compatibility, mapping Claude tools to Codex tools, or explaining how SDD should run outside Claude Code.

SKILL.md

3.8 KB, as published. Nobody here has run it

Codex SDD

codex-sdd is the Codex adapter for the Software Development Department.

It does not replace Claude Code behavior. It helps Codex follow the existing SDD contract without changing the Claude-native runtime.

Core Rule

Treat these files as the SDD source of truth:

  1. CLAUDE.md
  2. .claude/skills/using-sdd/SKILL.md
  3. docs/technical/SDD_LIFECYCLE_MAP.md
  4. .claude/settings.json for Claude-only runtime behavior

Use using-sdd for routing. Use this skill only for Codex-specific adaptation.

Non-Impact Boundary

Do not change these for Codex-only reasons:

  • .claude/settings.json
  • .claude/hooks/
  • existing skill names or directories
  • existing agent names or files
  • Claude workflow semantics for /plan, /spec, /tdd, /context, or other SDD commands

Codex compatibility must be additive unless the user explicitly approves a broader Claude regression-tested change.

Codex Session Start

At the start of a Codex session in SDD:

  1. Read AGENTS.md.
  2. Read .claude/skills/using-sdd/SKILL.md.
  3. Use docs/technical/SDD_LIFECYCLE_MAP.md for phase orientation.
  4. Select the governing SDD skill for the user request.
  5. Remember that Claude hooks do not auto-run in Codex.

Tool Mapping

Claude-style toolCodex equivalent
Readshell read commands or direct file inspection
Globrg --files or shell listing
Greprg
Writeapply_patch
Editapply_patch
Bashshell_command
RunCommandshell_command
Taskspawn_agent only when explicitly authorized
TodoWriteupdate_plan
AskUserQuestionconcise direct user question
WebSearchweb search only when required or explicitly requested

Manual Hook Equivalents

Claude Code hooks in .claude/settings.json do not run automatically in Codex. Use manual equivalents:

Claude behaviorCodex behavior
Session bootstrapRead AGENTS.md, using-sdd, lifecycle map, and relevant memory.
Pre-code gateState the SDD pre-code gate before edits.
Bash safetyFollow Codex sandbox and escalation rules.
File historyUse git log -- <file> when needed.
Write loggingUse git diff/status and final changed-file summary.
Circuit guardInspect .claude/memory/circuit-state.json before subagent workflows.
Completion gateUse verification-before-completion before success claims.

Pre-Code Gate

Before implementation edits, state:

Pre-code gate: <Fast|Spec|Plan|Interview|Override> satisfied by <evidence>; next edit: <file>; verification: <command/check>.

If the gate is not satisfied, stop and ask for the missing approval or clarification.

Verification

For SDD repo changes, run:

powershell -ExecutionPolicy Bypass -File scripts\codex-preflight.ps1

If verification cannot be run, say exactly what was skipped and why.

For narrower checks, use:

powershell -ExecutionPolicy Bypass -File scripts\validate-skills.ps1
node scripts\harness-audit.js --compact

References

  • AGENTS.md
  • .codex/INSTALL.md
  • docs/codex-compatibility.md
  • .claude/skills/using-sdd/SKILL.md
  • docs/technical/SDD_LIFECYCLE_MAP.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.