adr
Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as…
Deep-dive analysis of an initial proposal — research code implementation, produce an actionable roadmap and alternatives
$ npx -y skills add sd0xdev/sd0x-dev-flow --skill deep-analyze --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/deep-analyzeContext preview
The summary Claude sees to decide when to auto-load this skill.
Deep-dive analysis of an initial proposal — research code implementation, produce an actionable roadmap and alternatives
name: deep-analyze description: "Deep-dive analysis of an initial proposal — research code implementation, produce an actionable roadmap and alternatives" allowed-tools: Read, Grep, Glob, Bash(git:*), Bash(node:*), Write, Agent
Agent({
description: "Deep-dive analysis with actionable roadmap and alternatives",
subagent_type: "solution-architect",
prompt: `Perform a deep analysis of the following initial proposal.
Follow the analysis framework and output format defined in this skill.`
})$ARGUMENTS
1. Extract the core objectives of the initial proposal 2. Identify key assumptions (which may be wrong) 3. List technical points that need verification
Research the existing codebase thoroughly. **Must verify**:
Based on the research, produce: 1. Implementation steps (immediately actionable) 2. Key pseudocode (only core 1-3 lines, omit if not necessary) 3. Alternative comparison
# [Proposal Name] Implementation Roadmap ## Proposal Validation | Assumption | Verification Result | Impact | ## Code Research Summary | Module | Existing Implementation | Reusable | ## Implementation Roadmap ### Step 1: [Title] **Objective**: One sentence **Files**: `src/xxx.ts` (modify/create) ## Alternatives | Dimension | Option A (Recommended) | Option B | ## Risks & Mitigations | Risk | Probability | Mitigation | ## Immediate Actions 1. [ ] First task 2. [ ] Second task
/deep-analyze "Use Redis to cache token prices with TTL 5 minutes" /deep-analyze docs/features/xxx/tech-spec.md
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
Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives, filed as…
Architecture design and documentation. Produces 3-architecture.md with component diagrams, data flow, integration points, and architecture decisions. Reads…
Context-aware Q&A with auto context gathering. Use when: user has a quick question about codebase, git history, rules, docs, or skills during development. Not…
Industry best practices conformance audit with mandatory adversarial debate. Produces audit artifact: verdict (OK/WARN/FAIL) + gap roadmap + debate proof. Use…
Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore).…
Bump package and plugin version in sync. Updates package.json, .claude-plugin/plugin.json, and install-state manifest to the same version. Use when: user says…