From sd0x-dev-flow
Analyzes initial proposals by researching codebases and generating actionable implementation roadmaps with alternatives.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sd0x-dev-flow:deep-analyzeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Keywords: deep analyze, deep analysis, deep dive, roadmap, deep-analyze
/codex-architect)/tech-spec)/feasibility-study)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
Research the existing codebase thoroughly. Must verify:
Based on the research, produce:
# [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
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowEvaluates solution options from first principles before writing a tech spec. Runs requirement decomposition, constraint analysis, code research, and Codex discussion to produce a quantitative comparison with recommendation.
Explores codebases, researches best practices, evaluates 2-3 approaches with pros/cons, and recommends solutions with codebase-specific reasoning before planning.
Researches codebases in Phase 1: analyzes architecture, patterns, risks on existing projects; or investigates tech stack, conventions, data-model on zero-base projects using WebSearch + Context7.