plan-review-scope
Plan Review Scope
Challenge the plan before detailed review begins.
Review Questions
Answer these from the plan and codebase:
- What existing code, flows, services, or UI already solve part of this problem?
- What is the minimum complete change that achieves the stated goal?
- Does the plan touch more than 8 files or introduce more than 2 new classes/services?
- Does the plan create duplicated flows instead of reusing existing ones?
- Does it defer bounded work that should be included now, such as error handling, tests, or observability?
- Are any existing TODOs blocking or related to this work?
Decision Protocol
If scope reduction, expansion, or a major simplification is warranted, ask one decision question with:
More from christopheralphonse/calphonse-skills
security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
5qa-only
|
4vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
4playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
4jest-react-testing
Comprehensive React component testing with Jest and React Testing Library covering configuration, mocking strategies, async testing patterns, hooks testing, and integration testing best practices
4plan-ceo-wrapup
Writes the founder/product review artifact under .planning/reviews and optional strategy doc under .planning/strategy.
4