一键导入
agentic-sdd-architecture-review
Review an SDD implementation plan before code generation and decide whether it is approved, needs changes, or is rejected.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review an SDD implementation plan before code generation and decide whether it is approved, needs changes, or is rejected.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when adding a new MCP server provider to usync. Triggers: "add a new provider", "add provider X", "scaffold provider", "support <NAME> MCP", "register an MCP server". Walks through official doc lookup, scaffolding, registration, header dispatch, QA scenarios, and documentation updates.
PROJECT-SPECIFIC to usync (mcp-config-tui). Use when iterating on TUI UI/UX bugs via the Docker-first bug-hunt harness. Triggers: "UX bug hunt", "iterate on UI bugs", "fix UX issues", "expand the matrix", "ux-fake-prod", "matrix scenario", "TUI regression", "DM-P<n>". Drives the 4-stage loop (expand → run → triage → fix+lock) and the lens framework for catching UX defect classes beyond functional bugs.
Initialize or upgrade a repository for production spec-driven development with constitution, templates, review checklists, and tool memory pointers.
Detect spec drift, prepare release notes, and write retrospectives after SDD implementation or review.
Implement one approved SDD task inside strict file, safety, and verification boundaries.
Produce a technical implementation plan from an approved SDD spec without editing product code.
| name | agentic-sdd-architecture-review |
| description | Review an SDD implementation plan before code generation and decide whether it is approved, needs changes, or is rejected. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, web_search_advanced_exa, web_fetch_exa |
| risk | safe |
| source | local |
Use this skill as the mandatory gate between technical planning and task generation or code.
Review the plan as a production architecture gate. Do not implement code.
Review:
specs/<feature>/spec.mdspecs/<feature>/clarify.md, if presentspecs/<feature>/plan.mdspecs/<feature>/data-model.md, if presentspecs/<feature>/contracts/, if presentspecs/<feature>/test-plan.md, if present.specify/memory/constitution.mdAssess:
Return one of:
Approved: task breakdown may begin.Needs changes: list blocking changes before approval.Rejected: the plan is structurally unsafe or inconsistent with goals.Create or update specs/<feature>/review.md with:
If the plan is approved, update the approval status in plan.md only if the user explicitly asked you to maintain artifacts.
Do not approve when:
Lead with approval status, then blocking findings, non-blocking suggestions, and next phase.