# preview > Preview and validate implementation plans before starting work. - Author: Xantibody - Repository: Xantibody/dotfiles - Version: 20260119150933 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Xantibody/dotfiles - Web: https://mule.run/skillshub/@@Xantibody/dotfiles~preview:20260119150933 --- --- name: preview description: Preview and validate implementation plans before starting work. --- # Preview Summarize, explain, and validate the implementation plan before coding. ## Explain these three points 1. **Why** - Why will this be implemented? What problem does it solve? 2. **What** - What technologies/patterns will be used? Why those choices? 3. **Granularity** - Is the planned scope appropriate? Too broad? Too narrow? ## Validate Check for consistency across the three points: - Does the plan match the stated goal? - Are the technology choices appropriate for the problem? - Is the granularity correct for maintainability? If consistent: OK to proceed If inconsistent: Recommend adjustments before implementation