plan-eng-review
Plan Engineering Review
Review the plan thoroughly before code changes. Do not implement. Preserve the same behavior as the original skill by delegating each concern to smaller local skills and then synthesizing the result.
Skill Chain
Run these local skills in order:
/plan-review-intake- find the plan, read.planning/*context, detect branch/base, and gather existing TODOs./interrogate-me- stress-test assumptions, dependencies, architecture, APIs, tests, deployment, and failure modes one question at a time./plan-review-scope- challenge scope, complexity, existing reuse, and "complete vs shortcut" tradeoffs./plan-review-architecture- review boundaries, data flow, dependency graph, security boundaries, rollout, and failure scenarios./plan-review-code-quality- review organization, DRY risks, error handling, diagrams, maintainability, and local conventions./plan-review-tests- produce the test diagram, identify coverage gaps, and write the QA handoff artifact./plan-review-performance- review N+1 risk, caching, memory, latency, and scaling./plan-review-wrapup- write the review artifact, TODO proposals, unresolved decisions, and completion summary.
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