Install
$ agentstack add skill-dasdigitalemomentum-opencode-processing-skills-review-implementation-plan ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Skill: Review Implementation Plan
This skill provides an independent quality gate for implementation plans authored via author-and-verify-implementation-plan.
A fresh reviewer (with no authoring context) evaluates the implementation plan against the phase scope, existing codebase, and actionability criteria. The review is persisted as a plan artifact.
When to Use
Use this skill when:
- An implementation plan has been authored/verified and you want to validate it before execution.
- You want to confirm that the implementation plan is concrete enough for
execute-work-package. - The user explicitly requests an implementation plan review.
Do not use this skill to:
- Review the plan itself (use
review-plan). - Review a completed implementation (use
review-implementation). - Rewrite the implementation plan (the reviewer only reports findings).
Review Focus
The primary specifies the review focus when delegating. The default focus is functional and technical findings — correctness, feasibility, completeness of the solution.
Formal criteria (DoD compliance checklists, NFR conformance, reference consistency, documentation cleanup) are secondary. Only include formal findings when they reveal real problems — not as standard checkboxes to fill. A review cluttered with formal nitpicking buries the findings that matter.
The primary passes the focus via {{focus}} in the delegation prompt. If no focus is specified, use the default.
Execution Model
Roles
- Primary (maintainer)
- Invokes the review skill.
- Delegates to
delegate-strong(default) orgeneral(for same-model perspective). - Receives review summary and decides on follow-up actions.
- Subagent (delegate-strong / general)
- Reads plan, phase, and implementation plan with no prior context.
- Examines the actual codebase to verify references and feasibility.
- Writes the review artifact to
plans//reviews/impl-plan-review-phase-N.md.
Why delegate-strong (not doc-explorer)
Same rationale as review-plan: the reviewer must approach the artifact cold, without authoring context. delegate-strong provides the judgment depth needed to evaluate implementation feasibility and cross-reference plan claims against real code.
Routing Matrix (Who does what)
- Writes:
plans//reviews/impl-plan-review-phase-N.md - Does NOT write: implementation plans, phase docs, or any other plan artifact.
- Primary: owns the decision of whether to act on findings.
- delegate-strong/general: performs the review, including codebase verification.
Workflow
1) Prepare references
Primary gathers:
- Review focus from the delegation prompt
plans//plan.mdplans//phases/phase-N.mdplans//implementation/phase-N-impl.mddocs/overview.md,docs/modules/*.md(if available)
2) Delegate
Primary delegates to delegate-strong (or general) using tpl-review-impl-plan-prompt.md.
Provide:
- Plan, phase, and implementation plan paths
- Docs references (if available)
- Review output path:
plans//reviews/impl-plan-review-phase-N.md - Review focus (freetext — what to prioritize)
3) Receive summary
Subagent returns:
- Overall verdict (Ready / Needs Revision / Major Gaps)
- Finding count by severity
- Top 3 findings
4) Act on findings
Primary decides:
- Ready: Proceed to
execute-work-package. - Needs Revision: Re-run
author-and-verify-implementation-planwith specific corrections. - Major Gaps: Discuss with user; potentially revise phase scope via
update-plan.
Output Contract
The review artifact plans//reviews/impl-plan-review-phase-N.md MUST:
- Follow the canonical template headings and frontmatter keys.
- Include a clear Overall Assessment with verdict and reasoning.
- Verify implementation steps against actual codebase (not just the plan text).
- Rate every finding with a severity (Critical / Major / Minor / Note).
- Address Real-World Testing explicitly.
- Validate the Reality Check section of the implementation plan.
Rules
- The reviewer must examine the actual codebase — not just the plan documents. File paths and symbols in the implementation plan must be verified against current repo state.
- The reviewer must approach the plan without prior context. Fresh perspective is the value.
- Findings are advisory. The primary decides whether and how to act.
- Do not modify the implementation plan during review — only produce the review artifact.
- Ensure the
reviews/directory exists before delegating (create if needed).
Templates
tpl-impl-plan-review.md— Canonical review output format with embedded review criteriatpl-review-impl-plan-prompt.md— Primary → delegate-strong delegation prompt
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: DasDigitaleMomentum
- Source: DasDigitaleMomentum/opencode-processing-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.