review-plan-implementation
Review Implementation
Inputs
- Plan location (file path)
- Git commit(s) that implemented the plan (hashes or ranges), or assume HEAD~
Workflow
- Open and read the plan file; note promised behavior, tasks, files, and verify steps.
- Inspect the specified commit(s) and identify the files and changes related to the plan.
- Review the implementation against the plan, prioritizing the following list,
unless the user says otherwise
- performance
- security
- extensibility
- testability
- comprehensibility
- Call out mismatches between plan and implementation, missing steps, or unverified tasks.
- Provide actionable fixes and any tests or checks to run.
Output
- Findings ordered by severity with file/line references
- Open questions or assumptions
- Brief change summary
Examples
- "Review the implementation of this plan: plans/2026-02-19-1200_cache.md. Commits: 1a2b3c4, 9d8e7f6."
More from tstelzer/skills
skill-creator
Guide for creating or updating simple, standalone skills with a single SKILL.md file
53discovery
Use for deep design discovery and problem understanding before planning or implementation. Trigger when the user wants to think deeply, build knowledge, surface edge-cases, ask many questions, or explore the problem space without producing plans or code; save a design artifact only when durable context is requested or clearly useful.
44effect-vitest
Testing Effect programs with vitest. Use when writing tests for effect-based code.
32effect
Explains basic effect usage and terms. Use when using effect in typescript.
31effect-http-server
Explains how to define http servers with effect. Use only when a top-level server is, or needs to be written in effect.
30effect-handbook
Canonical handbook for Effect ecosystem usage in TypeScript. Always use when interacting with Effect code.
28