with one click
plan-deep-dive
Interview user in-depth to create a detailed implementation spec
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Interview user in-depth to create a detailed implementation spec
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | plan-deep-dive |
| description | Interview user in-depth to create a detailed implementation spec |
Interview the user in detail about the requested feature or task โ cover technical implementation, architecture decisions, edge cases, tradeoffs, and concerns. Ask non-obvious, in-depth questions. Continue interviewing until you have enough information, then write the complete spec to a file named SPEC.md.
Cover at minimum:
Architecture reference for Java + Spring Boot 4.0 projects โ Controller/Service/Repository layer responsibilities, @Transactional strategy (readOnly optimization, N+1 prevention), ExpectedException usage, and EntityโDTO conversion patterns.
Code review checklist and automatic verification for Java + Spring Boot code
Create Git commits by splitting changes into logical units following project conventions