skills/deep-analyze/SKILL.md
Deep-dive analysis of an initial proposal — research code implementation, produce an actionable roadmap and alternatives
npx skillsauth add sd0xdev/sd0x-dev-flow deep-analyzeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/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
documentation
Rewrite the previous reply in Traditional Chinese
development
Monitor GitHub Actions CI runs until completion. Use when: watching CI after push, checking build status, monitoring PR checks, waiting for CI completion, user says 'watch CI', 'check CI', 'CI status', 'monitor build', or /watch-ci. Not for: pushing code (use push-ci), creating PRs (use create-pr). Output: per-run verdict (pass/fail/timeout).
development
Verification loop — lint -> typecheck -> unit -> integration -> e2e
development
Research current code state then update corresponding docs, ensuring docs stay in sync with code.