Create Task Plan Skill
This skill standardizes the planning and tracking process. You MUST use this skill at the beginning of any significant task (Feature, Bug Fix, Refactor).
When to use this skill
- •Start of Task: Immediately after understanding the User's request and before writing any code.
- •Context: Feature implementation, Bug fixing, Refactoring, or complex research.
How to use it
- •
Determine File Name:
- •Format:
docs/status/<YYYY-MM-DD_<short_descriptive_name>.md - •Example:
docs/status/2026-01-25_refactor_sheet_tab.md,docs/status/fix_login_bug.md
- •Format:
- •
Create Directory:
- •Ensure
docs/statusexists. If not, create it.
- •Ensure
- •
Create File Content:
- •Use the template below. Fill in the "Context" based on the User's request and your analysis.
Template
markdown
# [Task Title] Status **Ngày tạo:** [YYYY-MM-DD] **Trạng thái:** Đang thực hiện (In Progress) ## Context [Brief description of the context and goal of this task.] ## Vấn đề (Problem) [List the problems explicitly. Number them if multiple.] 1. 2. ## Giải pháp (Design Solution) [Describe the proposed technical solution or design approach.] ## Checklist Công Việc (Task List) [Break down the work into actionable steps.] ### 1. [Phase 1 Name] - [ ] [Task 1] - [ ] [Task 2] ### 2. [Phase 2 Name] - [ ] [Task 3] ## Verification Plan - [ ] [Verification Step 1] - [ ] [Verification Step 2] ## Nhật ký thay đổi (Changelog) - **[YYYY-MM-DD]:** [Log item: File created / Plan updated / Task completed]
- •Maintenance:
- •Update the
Task Liststatus ([x]) as you complete items. - •Add entries to
Changelogfor significant milestones.
- •Update the