From 3a-plugin
Use when a developer is about to transition between project phases and needs a readiness check. Validates that prerequisites are met before moving from planning to implementation, implementation to deploy, or deploy to production. Triggers on: "am I ready to deploy", "review", "readiness check", "pre-deploy", "pre-production", "gate check", "3a review", "can I move on", "is my agent ready", "checklist", "before I deploy", "go to production". Not for creating a plan — use 3a-plan. Not for tracking progress — use 3a-track.
How this skill is triggered — by the user, by Claude, or both
Slash command
/3a-plugin:3a-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify readiness before transitioning between project phases.
Verify readiness before transitioning between project phases.
Do NOT use for:
3a-plan3a-trackagentcore commands -> delegate to aws-agents$ARGUMENTS can be:
Check that aws-agents plugin is installed. Review results reference aws-agents skills for fixing blockers. If aws-agents is not available, stop and tell the developer:
3A Plugin은
aws-agents플러그인과 함께 사용해야 합니다. 설치 방법:claude plugin add --from https://github.com/aws/agent-toolkit-for-aws/tree/main/plugins/aws-agents설치 후 다시 실행해 주세요.
Determine review type. If $ARGUMENTS specifies a review type, use it. Otherwise, detect the current phase (same logic as 3a-track Step 1) and select the appropriate review:
| Current phase | Review to run |
|---|---|
| Phase 1: Scaffold | pre-implement |
| Phase 2: Implement | pre-deploy |
| Phase 3: Deploy | pre-production |
Load the corresponding checklist from references:
For each item in the checklist, check the actual project state. Don't ask the developer — verify directly by reading files and running non-destructive commands.
Mark each item:
## 리뷰: [리뷰 유형]
**날짜**: [date]
**결과**: [통과 / 실패 — N건의 차단 요소]
### 체크리스트
| # | 항목 | 결과 | 비고 |
|---|---|---|---|
| 1 | [점검 항목] | 통과 | [근거] |
| 2 | [점검 항목] | 실패 | [누락 사항] |
| 3 | [점검 항목] | 주의 | [권장 사항] |
### 차단 요소 (진행 전 반드시 해결)
1. [차단 요소] — **해결 방법**: [구체적 조치]
### 주의 사항 (권장하지만 차단하지 않음)
1. [주의 사항] — **제안**: [개선 방안]
### 다음 단계
차단 요소가 모두 해결된 경우:
> [다음 단계]로 진행할 준비가 되었습니다. `[aws-agents 스킬]`을 사용하세요.
차단 요소가 남아 있는 경우:
> 위 [N]건의 차단 요소를 해결한 후 `/3a-review [유형]`을 다시 실행하세요.
Write the review to .3a/reviews/[review-type].md. If a previous review exists, archive it with a timestamp suffix.
For each FAIL item, provide:
aws-agents skill or command fixes itDo not fix the issues directly — explain what to do and let the developer (with aws-agents) handle implementation.
.3a/reviews/[review-type].mdaws-agents skillProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub aws-samples/sample-agentic-ai-acceleration-kr --plugin 3a-plugin