Docs Project — Documentation Pipeline
Tạo bộ documentation đầy đủ cho feature: PRD, QA Test Plan, UI Design Specs. Chạy từng phần hoặc full pipeline./docs-project là skill dùng chung giữa PM và QA. PM tạo PRD, QA tạo Test Plan, Design tạo UI Specs.Cú pháp
Bảng tham chiếu nhanh
| Lệnh | Ai dùng | Output | Cần gì trước |
|---|---|---|---|
/docs-project:prd | PM | docs/prd/F*.md | Feature description |
/docs-project:qa | QC | docs/qa/test-plan-F*.md | PRD phải có sẵn |
/docs-project:ui | Design | docs/ui/ui-specs-F*.md | PRD phải có sẵn |
/docs-project:guide | All | Checklist + commands | Có codebase |
/docs-project:full | PM | PRD + UI + QA trong 1 lệnh | Feature description |
/docs-project:prd — Tạo PRD
Bước 2: Viết PRD
Generate PRD với: User Stories, Acceptance Criteria, Technical Requirements, Dependencies.
/docs-project:qa — Tạo QA Test Plan
Tạo test plan từ PRD đã có:/docs-project:ui — Tạo UI Design Specs
Tạo UI specifications từ PRD:/docs-project:full — Full Pipeline
Chạy toàn bộ pipeline trong 1 lệnh:/docs-project:guide — Hướng dẫn
- Cần docs gì (PRD? Test Plan? UI Specs?)
- Commands cần chạy (copy-paste ready)
- Thứ tự chạy
Output Structure
Khi nào dùng / không dùng
| Dùng | Không dùng |
|---|---|
| Bắt đầu feature mới — cần PRD | Viết code docs (dùng /docs) |
| QC cần test plan từ PRD | Marketing content (dùng /write) |
| Design cần UI specs | API documentation (dùng /api-spec) |
| Full documentation pipeline | Chỉ cần bug report (dùng /bug-report) |