AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Codex Sdd

skill-tranhieutt-software-development-department-codex-sdd · by tranhieutt

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.

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-tranhieutt-software-development-department-codex-sdd

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tranhieutt-software-development-department-codex-sdd)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Codex Sdd? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 tool | Codex equivalent | | --- | --- | | Read | shell read commands or direct file inspection | | Glob | rg --files or shell listing | | Grep | rg | | Write | apply_patch | | Edit | apply_patch | | Bash | shell_command | | RunCommand | shell_command | | Task | spawn_agent only when explicitly authorized | | TodoWrite | update_plan | | AskUserQuestion | concise direct user question | | WebSearch | web 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 behavior | Codex behavior | | --- | --- | | Session bootstrap | Read AGENTS.md, using-sdd, lifecycle map, and relevant memory. | | Pre-code gate | State the SDD pre-code gate before edits. | | Bash safety | Follow Codex sandbox and escalation rules. | | File history | Use git log -- when needed. | | Write logging | Use git diff/status and final changed-file summary. | | Circuit guard | Inspect .claude/memory/circuit-state.json before subagent workflows. | | Completion gate | Use verification-before-completion before success claims. |

Pre-Code Gate

Before implementation edits, state:

Pre-code gate:  satisfied by ; next edit: ; verification: .

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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.