Automation
Other
Advanced
워크플로 전체 내용을 보려면
로그인 후 워크플로를 1개 이상 공유하면 다른 사람의 워크플로 전체 내용과 다운로드가 가능합니다.
Workflow flow
Steps
11
Review gates
4
HITL approvals
0
Screenshots
Spec-Driven Development (Addy Osmani) cover
Workflow notes
Spec-Driven Development (Addy Osmani)
Spec → Plan → Chunk → Build → Review. Google Chrome 팀 Addy Osmani의 LLM 코딩 워크플로. '15분 워터폴' 스펙 문서로 시작하여 작은 청크 단위 TDD 반복으로 구현하고, AI-on-AI 리뷰와 인간 최종 검토로 마감한다.
Best For
- spec-first implementation
- small-chunk TDD execution
- AI-assisted code review
Workflow Shape
- Step count: 11
- Opens with: 아이디어 인테이크
- Closes with: Ship — PR 생성
- Difficulty: advanced
- Estimated time: 45 minutes
What This Package Includes
- A publish-ready BlueKiwi workflow package in JSON form.
- Clear stage titles that make review and adaptation easier.
- A reusable structure you can fork for your own team process.
Notes
- Source inspiration: Addy Osmani
- Editorial note: Best when the team wants a rigorous spec-to-PR workflow rather than free-form prompting.
Included Steps
- 아이디어 인테이크 — gate
- 스펙 정교화 — 15분 워터폴 — loop
- spec.md 작성 — action
- 스펙 승인 — gate
- 프로젝트 계획 — 마일스톤 분해 — action
- 계획 승인 — gate
- 청크별 TDD 구현 — loop
- 통합 테스트 & 스모크 테스트 — action
- AI-on-AI 코드 리뷰 — action
- 인간 최종 검토 — gate
- Ship — PR 생성 — action