원클릭으로
tech-design-review
Reviews the latest committed tech-design docs on a branch and sends an advisory report back to the requester session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviews the latest committed tech-design docs on a branch and sends an advisory report back to the requester session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use for non-trivial implementation tasks that require meaningful code changes.
Shared mailbox transport protocol for Agent Deck workflows.
Handles a `closeout_delivered` workflow message and completes planner-side closeout.
Generates a browser-check mailbox message for runtime page validation and sends it to a browser-tester session.
Claim pending agent mail with `mailbox_recv` and immediately execute the requested workflow action.
Send an `execute_plan` workflow message to a planner that should complete one supervisor-assigned goal inside one workspace and report back to a supervisor.
| name | tech-design-review |
| description | Reviews the latest committed tech-design docs on a branch and sends an advisory report back to the requester session. |
Review committed tech-design docs and return an advisory report.
Workflow protocol baseline: use the agent-deck-workflow skill.
Provide one of:
tech_design_review_requestedDirect-use mode is valid. In mailbox mode, treat the body as a review brief and committed-doc pointer, not as the full design source. Inspect the latest committed docs on the stated branch before judging the design.
Review the requested tech-design snapshot using these dimensions:
This is not code review.
Review this like a senior engineer in a mature production environment:
Before reviewing quality, verify:
Hard block:
NEEDS_REVISION and list the missing critical items under Major RisksSoft gaps:
Design GapsIf critical context is still missing after one clarification in direct-use mode:
NEEDS_REVISIONMajor RisksMailbox mode uses the full structure below:
Task: <task_id>
Action: tech_design_review_report
From: architect <architect_session_id>
To: <requester_role> <requester_session_id>
Round: <round>
## Summary
[One-line architect summary]
## Reviewed Scope
- Base branch: [branch the tech-design branch started from]
- Branch: [tech-design branch]
- Commit: [reviewed branch HEAD]
- Docs reviewed:
- `path/to/doc1.md`
- `path/to/doc2.md`
## Decision
SOUND | SOUND_WITH_CAVEATS | NEEDS_REVISION
## Major Risks
- [risk or `None`]
## Design Gaps
- [gap or `None`]
## Alternatives
- [alternative or `None`]
## Questions To Resolve
- [question or `None`]
## What Looks Good
- [strength or `None`]
## Tool Context
- Architect tool profile: [architect_tool_profile or `explicit`]
- Architect tool cmd: [architect_tool_cmd]
## Residual Risk
[What remains uncertain after this review]
Decision guidance:
SOUND: the design is coherent and implementation-ready with no material blockersSOUND_WITH_CAVEATS: the core direction is sound and deliverable, but non-blocking caveats or tracked follow-up work should be recorded before or during implementationNEEDS_REVISION: the current design is missing critical framing, contains a material flaw, or is too incomplete to trust as the implementation basisWhen invoked directly by the user instead of mailbox workflow:
## SummaryUse the agent-deck-workflow skill for shared protocol.
Skill-specific context resolution:
task_id: explicit -> mailbox body -> askarchitect_session_id: explicit -> mailbox body To header -> bound mailbox sender context -> askrequester_session_id: explicit -> mailbox body From header -> askrequester_role: explicit -> mailbox body From header -> default requestertech_design_base_branch: explicit -> mailbox body Base branch -> askarchitect_tool_cmd: explicit -> mailbox body Tool Context; if missing, use the shared tool-resolution contract for role architectarchitect_tool_profile: explicit -> mailbox body Tool Context -> resolver tool_profileround: explicit -> mailbox body Round header -> default 1Execution flow:
architect_tool_profile / architect_tool_cmd>1 in the same architect session, compare current branch HEAD against the previous reviewed commit from the prior report/mailbox contextResidual Risktech_design_review_reportSOUND_WITH_CAVEATS for unresolved blocking issues; use NEEDS_REVISION when the next doc revision is required before the design is deliverable