.agent/skills/task-planner/SKILL.md
Skill phan tach yeu cau/tinh nang thanh cac phase, task va subtask cu the. Tao bo tai lieu planning clean, khong chua code mau, tap trung mo ta logic va nghiep vu. Su dung khi: (1) nhan yeu cau tinh nang moi can lap ke hoach, (2) co tai lieu nghien cuu can chuyen thanh task plan, (3) nguoi dung yeu cau phan tach cong viec, (4) can tao roadmap trien khai cho du an/tinh nang. Trigger: /task-planner, /plan-tasks, "phan tach task", "lap ke hoach", "tao plan", "chia phase".
npx skillsauth add vuthuonghai-steve/KLTN-By_Thuong_Hai-Steve task-plannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Skill nay giup phan tach yeu cau hoac tai lieu nghien cuu thanh bo tai lieu task planning co cau truc, bao gom:
Nguyen tac cot loi: Tai lieu output KHONG CHUA CODE MAU. Chi tap trung mo ta logic, nghiep vu, va cac buoc can thuc hien.
Khi skill duoc goi, thuc hien thu thap thong tin:
| Nguon | Hanh dong | |-------|-----------| | File tai lieu | Doc file bang Read tool, phan tich noi dung | | Yeu cau truc tiep | Ghi nhan yeu cau tu nguoi dung | | URL/link | Su dung WebFetch neu can |
Su dung AskUserQuestion de hoi:
Su dung Task tool voi subagent_type=Explore de:
Doc ky input va xac dinh:
Moi phase nen:
Quy tac chia phase:
Phase 1: Nen tang (setup, config, schema)
Phase 2: Core logic (business logic chinh)
Phase 3: Integration (ket noi cac phan)
Phase 4: Polish (UI, UX, optimization)
Phase 5: Testing & Documentation
Moi task nen:
Moi subtask nen:
Truoc khi tao tai lieu final, su dung AskUserQuestion de:
Tham khao file references/document-format.md de dam bao format dung chuan.
{output-path}/
├── INDEX.md
├── phase-01-{slug}/
│ ├── PHASE.md
│ ├── task-01-{slug}.md
│ └── task-02-{slug}.md
└── phase-02-{slug}/
├── PHASE.md
└── ...
Thu tu viet:
Noi dung moi file:
Sau khi tao tai lieu, su dung TodoWrite de tao todo list tu cac task:
- Phase 1: {ten}
- Task 1.1: {ten}
- Task 1.2: {ten}
- Phase 2: {ten}
- Task 2.1: {ten}
...
// Tao function validate email
function validateEmail(email) {
return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)
}
## Logic validate email
1. Kiem tra input khong rong
2. Kiem tra format co dang: {text}@{domain}.{extension}
3. Kiem tra domain hop le (khong chua ky tu dac biet)
4. Tra ve true neu hop le, false neu khong
### Edge cases
- Email rong -> tra ve false
- Email khong co @ -> tra ve false
- Email co nhieu @ -> tra ve false
document-format.md - Huong dan chi tiet ve format cac file tai lieuINDEX.template.md - Template cho file INDEX.mdPHASE.template.md - Template cho file PHASE.mdTASK.template.md - Template cho file taskTruoc khi ket thuc, dam bao:
tools
Automates end-to-end drawing of UI screens in Pencil canvas from module spec files. Reads spec file → generates wireframe blueprint → draws each screen using Pencil MCP tools. Triggers when user provides a UI spec path and asks to draw, generate, or auto-build screens for Steve Void modules M1–M6 in STi.pen.
testing
Extracts UI Screen Specs by analyzing Schema and Diagrams. Use when you need to bridge database logic and flow diagrams into intermediate UI component specifications for a given module. Trigger when user says "analyze UI for module X", "generate ui spec", "phân tích UI module", or invokes "ui-architecture-analyst --module M[X]".
development
Giải thích lỗi TypeScript một cách dễ hiểu bằng tiếng Việt. Sử dụng khi gặp lỗi type, generic, inference, hoặc bất kỳ lỗi TS nào cần được giải thích rõ ràng.
development
Skill phan tach yeu cau/tinh nang thanh cac phase, task va subtask cu the. Tao bo tai lieu planning clean, khong chua code mau, tap trung mo ta logic va nghiep vu. Su dung khi: (1) nhan yeu cau tinh nang moi can lap ke hoach, (2) co tai lieu nghien cuu can chuyen thanh task plan, (3) nguoi dung yeu cau phan tach cong viec, (4) can tao roadmap trien khai cho du an/tinh nang. Trigger: /task-planner, /plan-tasks, "phan tach task", "lap ke hoach", "tao plan", "chia phase".