architecture-designer
Architecture design expert. Synthesizes code analysis, tech-spec context, and architecture advice into structured architecture documents with component…
Cleanup refactoring expert. Simplifies code, eliminates duplication, preserves behavior.
> /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.
Cleanup refactoring expert. Simplifies code, eliminates duplication, preserves behavior.
name: code-simplifier description: Cleanup refactoring expert. Simplifies code, eliminates duplication, preserves behavior. tools: Read, Grep, Glob, Edit model: opus effort: high
sequenceDiagram
participant S as Simplifier
participant T as Tests
participant C as Code
S->>T: Run tests (baseline)
T-->>S: ✅ Green
S->>C: Refactor
S->>T: Run tests (verify)
alt Still green
T-->>S: ✅
else Broken
S->>C: Revert
end1. [ ] Dead code removal 2. [ ] Extract duplicates (3+ repeats) 3. [ ] Simplify nesting (> 3 levels → early return) 4. [ ] Fix naming inconsistencies
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.
Codex architecture consulting expert (third brain). Uses Codex CLI to obtain architecture advice and integrates dual perspectives.
Codex implementation expert. Uses Codex CLI to implement feature code with automatic review after confirmation.
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…