بنقرة واحدة
review-implementation-plan
Instructions for reviewing implementation plans artifacts. Use when specifically requested.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Instructions for reviewing implementation plans artifacts. Use when specifically requested.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Publishes a clean normal feature or task branch and creates its pull request on explicit human request.
Instructions for writing good design plan artifacts. Use when specifically requested.
Instructions for writing good implementation plans artifacts. Use when specifically requested.
Instructions for executing implementation plans. Use when specifically requested.
Instructions for executing a task from an implementation plans. Use when specifically requested.
Instructions for investigating a codebase to answer a specific question.
| name | review-implementation-plan |
| description | Instructions for reviewing implementation plans artifacts. Use when specifically requested. |
Read the provided implementation plan artifact and critique it in a structured review artifact.
Use this skill to critique an implementation plan artifact for structural completeness, AC quality, task ordering, and markdown conformance.
This skill is a sub-skill called by orchestrators:
run-feature — after stage 2 (planning) produces an implementation planrun-bug-fix — after the bug fix plan is producedrun-fix — after the scoped fix plan is producedDo not confuse with review-design-plan, which reviews the higher-level design artifact. Use
this skill only for implementation plan artifacts — those describing HOW to build something.
Your prompt must include:
If not provided, ask before proceeding. Do not guess.
Track your progress through these steps:
Load the create-implementation-plan skill for process context. Read
.agents/artifacts/implementation-plan/description.md for the canonical section definitions.
Locate the design plan referenced in the implementation plan for higher-level context.
If a prior review artifact is provided, read it completely. For each prior finding, check whether the implementation plan has been updated to address it:
The document MUST match the structure defined in .agents/artifacts/implementation-plan/description.md.
Call out missing sections, incomplete information, violations of scope, or deviation from the expected structure.
Review the ## Project Standards section. Ensure that all relevant standards are enumerated. Flag missing or
hallucinated standards.
Review the ## Relevant Skills section. Ensure that all listed skills actually exist. Flag hallucinated
skills.
Verify the document conforms to the markdown style guide (~/.agents/instructions/markdown.md
and the project's .agents/docs/standards/markdown.md if present). Flag violations as findings:
###/####
subsections* or + instead of -Step through the ## Execution section. For each task, review:
For each AC:
AC01, AC02, ...)Flag any AC that is vague, subjective, redundant, or is not actually AC (e.g. an implementation detail).
For each step:
Ensure that the listed ambiguities are legitimate. Call out noise in this section. Make sure there is a clear resolution possible for each item. Call out any missing ambiguities that need to be addressed.
Each finding should be given a severity level:
Write the review to implementation-review--{N}.md in the same directory as the implementation plan. Read
.agents/artifacts/implementation-review/description.md for the canonical section definitions, and render
.agents/artifacts/implementation-review/template.md.j2 to produce the initial file. Replace all dummy
content — every line drawn from the retro encabulator — with real content for this review. The rendered
file must contain no placeholder text when submitted. Supply the path to your caller on completion.