بنقرة واحدة
design-doc-write-review-loop
Draft a design document and iterate writer/reviewer subagents until consensus.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Draft a design document and iterate writer/reviewer subagents until consensus.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | Design doc (write -> review loop) |
| description | Draft a design document and iterate writer/reviewer subagents until consensus. |
| triggers | ["design","design doc","rfc","proposal","architecture","design loop"] |
Use this to produce a vetted design document for a non-trivial task before implementing.
You iterate a design-doc-writer (writes in an isolated copy) against a
design-doc-reviewer (read-only critique) until the reviewer approves.
delegate a design-doc-writer with the problem, constraints and any
relevant code paths. It writes a Markdown design doc in its isolated copy.delegate a design-doc-reviewer to critique that document. The reviewer
ends with VERDICT: APPROVE or VERDICT: REVISE.delegate a design-doc-writer again with the
reviewer's concerns and instruct it to address every point.Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the `gh` CLI or the GitHub MCP server.
Stage the right changes and write a clear, conventional commit message.
Systematically diagnose and fix a bug instead of guessing.
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Map and explain an unfamiliar codebase or module to the user.
Improve code structure in small, safe steps without changing behavior.