agentsclimarketplace

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.

Install
npx -y skills add natthasath/natthasath-marketplace --skill start-task

Assembled 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

  1. อ่าน phase: จาก config ด้านบน แล้วกำหนด backlog file เป็น context/tasks/backlog/phase_<N>_*.md (glob หา filename จริงจาก pattern นั้น)

  2. อ่าน context/tasks/in_progress/current_sprint.md

    • ถ้า task $ARGUMENTS มี status 🔄 อยู่แล้ว — แจ้ง "Task นี้อยู่ใน sprint แล้ว" แล้วหยุด
  3. อ่าน backlog file ที่ได้จากข้อ 1

    • ค้นหา section ของ task $ARGUMENTS
    • ถ้าไม่เจอ — สแกน backlog ทุก phase ใน context/tasks/backlog/ แล้วแจ้งว่าพบใน phase ไหน
    • เปลี่ยน **Status:** Backlog เป็น **Status:** 🔄 In Progress
  4. แก้ 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 | - |
  5. แนะนำชื่อ git branch ที่ควรสร้าง เช่น feature/<task-id>-<short-description>

  6. แจ้งให้รัน:

    git checkout -b <branch-name>
    

    แล้วปิดท้ายด้วยบรรทัดนี้เสมอ:

    ─────────────────────────────────────
    ถัดไป → /checkpoint $ARGUMENTS
    ─────────────────────────────────────
    

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.