From sd0x-dev-flow
Deep-dives initial proposals by researching codebase patterns like naming, DI, and error handling; validates assumptions; outputs implementation roadmap with steps, pseudocode, alternatives table, risks, and immediate actions.
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowThis skill is limited to using the following tools:
- Keywords: deep analyze, deep analysis, deep dive, roadmap, deep-analyze
Conducts feasibility analysis from first principles: decomposes requirements, analyzes constraints, researches code, explores solutions, discusses with codex, and outputs quantitative comparisons with recommendations. Use before tech specs, for comparisons or risk assessment.
Explores codebases, researches best practices, evaluates 2-3 approaches with pros/cons, and recommends solutions with codebase-specific reasoning before planning.
Evaluates if a software idea is worth building and drafts a proposal document using a template if viable. Activates on assess, evaluate, propose, or 'is this worth building' requests.
Share bugs, ideas, or general feedback.
/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