بنقرة واحدة
review-design-plan
Instructions for reviewing design plans artifacts. Use when specifically requested.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Instructions for reviewing design 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-design-plan |
| description | Instructions for reviewing design plans artifacts. Use when specifically requested. |
Read the provided design plan artifact and critique it in a structured review artifact.
Use this skill to critique a design plan artifact for structural completeness, AC quality, architectural clarity, and markdown conformance.
This skill is a sub-skill called by orchestrators:
run-feature — after stage 1 (design) produces a design planDo not confuse with review-implementation-plan, which reviews a lower-level implementation
plan. Use this skill only for design plan artifacts — those describing WHAT and WHY, not HOW.
Your prompt must include:
If not provided, ask before proceeding. Do not guess.
Track your progress through these steps:
Load the create-design-plan skill for process context. Read .agents/artifacts/design-plan/description.md
for the canonical section definitions. Load any other relevant skills for context.
If a prior review artifact is provided, read it completely. For each prior finding, check whether the design plan has been updated to address it:
The document MUST match the structure defined in .agents/artifacts/design-plan/description.md.
Call out missing sections, incomplete information, violations of scope, or deviation from the expected structure.
For each AC:
AC01, AC02, ...)Flag any AC that is vague, subjective, redundant, or is not actually AC (e.g. an implementation detail).
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 -Ensure that the architecture fully describes the solution. Make sure needed components are identified and that unnecessary detail is excluded. Verify that the architecture matches the Goal and AC.
Flag instances of:
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 design-review--{N}.md in the same directory as the design plan. Read
.agents/artifacts/design-review/description.md for the canonical section definitions, and render
.agents/artifacts/design-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.