بنقرة واحدة
gap-analysis
เทียบ REQ กับ diagram ที่มีอยู่ → หา requirement ที่ยังไม่ถูก implement หรือ implement ไม่ครบ
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
เทียบ REQ กับ diagram ที่มีอยู่ → หา requirement ที่ยังไม่ถูก implement หรือ implement ไม่ครบ
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Pre/Post execution validation + Phase Gate enforcement — ป้องกันการข้าม step, auto-validate output, ให้คะแนน quality score
สแกน code ใน Scaffold/ ด้วย 53 security rules (6 หมวด) — secrets, permissions, injection, AI-specific, config, dependencies — ก่อน deploy หรือหลัง Dev report
Coordinate PM/Dev/QA agents แบบ Pipeline Pattern — auto-route งานตาม role, ส่งต่ออัตโนมัติเมื่อ status เปลี่ยน, track progress ทุก handoff
Create color-coded teaching scripts / presenter talking-point documents (.md) that serve as a "live reading book" for speakers. The output is a markdown file where each color tells the presenter what to do: blue = speak this line, red = pronunciation guide, dark blue = slide header, black = stage direction & audience engagement, yellow box = terminology. Use this skill whenever the user mentions: teaching script, talking points, presenter script, key talking point, speaker notes, lecture script, training script, presentation script, สคริปต์การสอน, สคริปต์วิทยากร, คำพูดที่ต้องอ่าน, หนังสือสำหรับพูด, or any request to create a document that guides a speaker through a slide deck with exact words to say, pronunciation help, and stage directions. Also trigger when the user uploads a PowerPoint (.pptx) and asks to write a script, narration, or talking points for it.
Use for QA evidence, release readiness, rollback review, and close-out decisions.
Use for build completion evidence, code review readiness, and ready-for-QA checks.
| name | Gap Analysis |
| description | เทียบ REQ กับ diagram ที่มีอยู่ → หา requirement ที่ยังไม่ถูก implement หรือ implement ไม่ครบ |
Related Skills:
- Load
pmo-traceabilityfor Traceability Matrix format- Load
pmo-activity-diagramfor diagram structure understanding
เทียบ REQ ทั้งหมดกับ diagram ที่สร้างไปแล้ว (SystemFlow, UserFlow, UseCase) เพื่อหา gap — requirement ไหนยังไม่ถูก implement, implement ไม่ครบ, หรือมี diagram ที่ไม่มี REQ รองรับ
Output Format:
# Gap Analysis Report
**Project:** P{XX}-{CODE} | **วันที่:** YYYY-MM-DD | **REQ File:** [ชื่อ]
## Summary
- Total Requirements: {N}
- Covered: {N} ({%})
- Partial: {N} ({%})
- Missing: {N} ({%})
- Orphan Diagrams: {N}
## Missing Requirements (ยังไม่มี diagram)
| # | REQ Item | Module | Priority | แนะนำ |
|---|----------|--------|----------|-------|
## Partial Coverage (implement ไม่ครบ)
| # | REQ Item | มีแล้ว | ยังขาด |
|---|----------|--------|-------|
## Orphan Diagrams (ไม่มี REQ รองรับ)
| # | Diagram File | เนื้อหา | ควรทำอย่างไร |
|---|-------------|--------|------------|
## สิ่งที่แนะนำให้ทำ (เรียงตาม priority)
1. [action items]