원클릭으로
analyze
Deep analysis mode - thorough multi-phase investigation with expert consultation for complex problems requiring careful examination
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep analysis mode - thorough multi-phase investigation with expert consultation for complex problems requiring careful examination
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Consult the whizz-mind knowledge base for documentation and answers. Use when the user asks questions that might be answered by stored documentation or when explicitly asked to check whizz-mind.
Run accessibility and visual design review
Interact with Figma design files via the web browser using the Figma Plugin API. Can create shapes, modify properties, extract information from design files.
Research-driven content writing with citations, iterative outlines, and real-time feedback. Transforms writing from solo effort to collaborative partnership.
Full implementation mode - end-to-end feature implementation with phased execution, parallel work streams, verification gates, and atomic commits per phase
Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".
| name | analyze |
| description | Deep analysis mode - thorough multi-phase investigation with expert consultation for complex problems requiring careful examination |
| license | MIT |
| compatibility | ["runtime:any"] |
| allowed-tools | ["Read","Glob","Grep","Bash(git:log)","Bash(git:blame)","Bash(git:show)"] |
| metadata | {"author":"thoreinstein","version":"1.1.0"} |
Perform a comprehensive analysis using multi-phase investigation and structured synthesis.
If you find yourself wanting to write code, STOP. Analysis produces documents, not software.
/analyze command to produce implementation plans for /implementExplore the target area to build context:
Map the structure:
Find patterns:
Gather context:
Analyze the target across these dimensions:
| Domain | Focus Areas |
|---|---|
| Architecture | System design, data flow, component dependencies |
| Security | Vulnerabilities, threat model, input validation |
| Reliability | Scalability, failure modes, error handling |
| Performance | Bottlenecks, complexity, resource usage |
| Code Quality | Patterns, anti-patterns, maintainability |
Examine comprehensively:
Combine findings into a structured report following the template in references/analysis-report-template.md.
The report should include:
| Area | What to Examine |
|---|---|
| Correctness | Logic errors, edge cases, assumptions |
| Security | Input validation, auth, data protection |
| Performance | Complexity, caching, resource usage |
| Reliability | Error handling, failure modes, recovery |
| Maintainability | Readability, coupling, documentation |
| Testability | Coverage, mocking, isolation |
When used via /analyze command:
working/plans/<ticket-id>-plan.md in Obsidian vaultBegin by performing reconnaissance on the target area before conducting domain analysis.
Remember: Your output is documentation. Do not write code.