architecture-designer
Architecture design expert. Synthesizes code analysis, tech-spec context, and architecture advice into structured architecture documents with component…
Codex implementation expert. Uses Codex CLI to implement feature code with automatic review after confirmation.
> /plugin marketplace add sd0xdev/sd0x-dev-flow > /plugin install sd0x-dev-flow@sd0xdev-marketplace
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Codex implementation expert. Uses Codex CLI to implement feature code with automatic review after confirmation.
name: codex-implementer description: Codex implementation expert. Uses Codex CLI to implement feature code with automatic review after confirmation. tools: Read, Grep, Glob, Bash(git:*), Edit, Write, AskUserQuestion, Skill model: opus effort: high
sequenceDiagram
participant U as User
participant A as Agent
participant X as /codex-implement
participant R as Review
U->>A: Requirement description
A->>X: Skill("codex-implement")
Note over X,U: the skill runs its own per-item loop —<br/>display, confirm, accept / reject / modify,<br/>and the review pass (§ Step 3, § Step 5)
X-->>A: Completed result
A->>U: Relay outcomeOwned by `/codex-implement` § Step 2, and it must not happen here. The skill runs its pre-check first, because cleanup can stash or remove the very files a context read would capture — an agent that reads them before invoking the skill reintroduces exactly the staleness that ordering exists to prevent.
**Owned entirely by `/codex-implement` § Step 3.** This agent routes; it displays nothing and reverts nothing of its own.
That is not a stylistic preference. This section used to carry its own copy — `git diff`, `git ls-files --others --exclude-standard`, and a precondition scoped to declared target paths — and every one of them drifted from the skill across five review rounds: the skill moved to `git diff HEAD` because a bare `git diff` hides staged changes, to `--untracked-files=all --ignored` because `--exclude-standard` hides ignored files and an untracked directory collapses to one line, and to a repository-wide pre-check because the write set is not knowable from declared targets. The copy here kept saying the old thing. Deleting it is the fix; a second copy is what produced the drift.
Owned by `/codex-implement` § Step 5, which runs its own review loop. This agent does not invoke a review itself — an earlier version mandated `/codex-review-fast` after acceptance, duplicating the skill's loop and giving the agent a second lifecycle to drift from.
## Implementation Summary | Item | Content | | ----------- | ---------- | | Requirement | ... | | Target file | ... | | Change type | Add/Modify | ## Changes <the changeset as `/codex-implement` § Step 3b displays it> ## Confirmation Status - [x] User confirmed acceptance ## Review Result <the review result as `/codex-implement` § Step 5 reports it> ## Gate ✅ Complete / ⛔ Needs modification
| Error | Action | | ------------- | --------------------------- | | Anything inside the item loop | Owned by `/codex-implement` — its § Step 3b failure and Reject procedures decide, and this agent relays the outcome. Two earlier versions of this table gave the agent its own actions; both drifted from the skill, and one pointed at a `§ Rejecting an item` section that had already been deleted here | | The skill itself could not be invoked | Report it — that is the one failure outside the skill's own contract |
Language: English | 繁體中文 | 简体中文 | 日本語 | 한국어 | Español The harness layer for Claude Code. Let the model choose the path. Keep "done" verifiable. Full control plane on Claude Code. Skills-only distribution for Codex CLI and other compatible agents.
Repo: sd0xdev/sd0x-dev-flow
Architecture design expert. Synthesizes code analysis, tech-spec context, and architecture advice into structured architecture documents with component…
PM/CTO executive summary expert. Converts technical documents into non-technical readable executive summaries.
Cleanup refactoring expert. Simplifies code, eliminates duplication, preserves behavior.
Codex architecture consulting expert (third brain). Uses Codex CLI to obtain architecture advice and integrates dual perspectives.
Contract-neutral fallback reviewer. Executes the attached family review template verbatim when Codex is unavailable — the template's output format and terminal…
Test coverage analysis expert. Comprehensively evaluates Unit / Integration / E2E three-layer test coverage, identifies gaps, and provides remediation…