Add task
Skill natthasath/natthasath-marketplace/plugins/projects/skills/add-task
เพิ่ม task ใหม่เข้า backlog พร้อม Acceptance Criteria โดยร่าง, ขอ confirm แล้วค่อยบันทึก ใช้ skill นี้เมื่อต้องการเพิ่มงานใหม่เข้าโปรเจค เช่น "เพิ่ม task", "อยากทำเรื่อง...", "บันทึก feature ใหม่"From its SKILL.md
npx -y skills add natthasath/natthasath-marketplace --skill add-taskAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.6 KB, 986 tokens by cl100k_base, as published. Nobody here has run it
!cat .claude/config/task-format.md 2>/dev/null
เพิ่ม task ใหม่เข้า backlog: $ARGUMENTS
-
เรียบเรียงความต้องการ — วิเคราะห์
$ARGUMENTSแล้วร่าง task draft:- ชื่อ task: กระชับ ≤ 60 ตัวอักษร บอก action + object ชัดเจน
- Description: ขยายความว่าต้องทำอะไร ทำไม และขอบเขตคืออะไร (2-4 ประโยค)
- Acceptance Criteria: 2-4 ข้อที่ตรวจสอบได้จริง (testable, specific)
- Priority: ประเมินจาก context (High / Medium / Low)
- Estimate: ประเมินชั่วโมงหรือ story points ที่ต้องใช้
-
แสดง draft ให้ confirm ในรูปแบบนี้:
📋 Task Draft ชื่อ: <ชื่อ task> Priority: <High/Medium/Low> Estimate: <X> hour(s) Description: <description> Acceptance Criteria: - [ ] <criteria 1> - [ ] <criteria 2> ...แล้วถามว่า "ต้องการแก้ไขส่วนไหนไหม หรือ OK ให้เพิ่มลง backlog เลย?"
-
รอ confirm — ถ้าผู้ใช้บอก OK หรือ ยืนยัน ถึงไปขั้นต่อไป ถ้าต้องการแก้ให้แก้แล้วแสดง draft ใหม่
-
อ่าน format จาก output ของ
!catด้านบน (บรรทัดformat:) แล้วกำหนด ID ตามนี้:format: phase → อ่าน
phase:จาก.claude/config/current-phase.mdแล้วเปิดcontext/tasks/backlog/phase_<N>_*.mdหา ID สูงสุด generate ต่อ- ตัวอย่าง: phase 1, ID ล่าสุด
TSK-1-008→ ID ใหม่TSK-1-009
format: global → สแกน backlog ทุกไฟล์ใน
context/tasks/backlog/หา ID ตัวเลขสูงสุดทั่วทั้งโปรเจค- ตัวอย่าง: ถ้ามี
TSK-012อยู่แล้ว → ID ใหม่TSK-013
- ตัวอย่าง: phase 1, ID ล่าสุด
-
เพิ่ม entry ต่อท้าย backlog file ของ phase ปัจจุบัน:
## <ID ใหม่> — <ชื่อ task ที่ confirm แล้ว> **Priority:** <priority> **Estimate:** <X> hour(s) **Status:** Backlog **Description:** <description> **Acceptance Criteria:** - [ ] <criteria 1> - [ ] <criteria 2> --- -
แจ้ง task ID ที่ได้ แล้วปิดท้ายด้วยบรรทัดนี้เสมอ:
───────────────────────────── ถัดไป → /start-task <ID> ─────────────────────────────
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.