Start task
Skill natthasath/natthasath-marketplace/plugins/projects/skills/start-task
A Claude Code plugin marketplace bundling 12 plugins and 54 skills across PKM, project planning, DevOps, content writing, language, design, and productivity — install with a single command and start using slash commands right away.
npx -y skills add natthasath/natthasath-marketplace --skill start-taskAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 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.
What its author says it does
Copied from the file, not written here
เริ่มทำงาน task โดยย้าย task จาก backlog เข้า sprint และแนะนำชื่อ git branch ที่ควรสร้าง ใช้ skill นี้ก่อน /checkpoint และ /implement เช่น "เริ่ม task นี้", "start task", "จะทำ task นี้แล้ว"
SKILL.md
2.3 KB, 559 tokens by cl100k_base, as published. Nobody here has run it
!cat .claude/config/current-phase.md 2>/dev/null
เริ่มทำงาน task: $ARGUMENTS
-
อ่าน
phase:จาก config ด้านบน แล้วกำหนด backlog file เป็นcontext/tasks/backlog/phase_<N>_*.md(glob หา filename จริงจาก pattern นั้น) -
อ่าน
context/tasks/in_progress/current_sprint.md- ถ้า task
$ARGUMENTSมี status 🔄 อยู่แล้ว — แจ้ง "Task นี้อยู่ใน sprint แล้ว" แล้วหยุด
- ถ้า task
-
อ่าน backlog file ที่ได้จากข้อ 1
- ค้นหา section ของ task
$ARGUMENTS - ถ้าไม่เจอ — สแกน backlog ทุก phase ใน
context/tasks/backlog/แล้วแจ้งว่าพบใน phase ไหน - เปลี่ยน
**Status:** Backlogเป็น**Status:** 🔄 In Progress
- ค้นหา section ของ task
-
แก้
context/tasks/in_progress/current_sprint.md- เพิ่ม entry ใหม่ใน "Currently Active Tasks":
## $ARGUMENTS — <ชื่อ task จาก backlog> **Status:** 🔄 In Progress **Started:** YYYY-MM-DD **Estimate:** <จาก backlog> **Notes:** - --- - เพิ่ม row ใน Sprint Log:
| YYYY-MM-DD | $ARGUMENTS | Started | - |
- เพิ่ม entry ใหม่ใน "Currently Active Tasks":
-
แนะนำชื่อ git branch ที่ควรสร้าง เช่น
feature/<task-id>-<short-description> -
แจ้งให้รัน:
git checkout -b <branch-name>แล้วปิดท้ายด้วยบรรทัดนี้เสมอ:
───────────────────────────────────── ถัดไป → /checkpoint $ARGUMENTS ─────────────────────────────────────
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.