task-toolkit
v0.26.0Chưa biết dùng thì gõ /task-toolkit:help. Bộ toolkit lifecycle giao việc, tự chứa đầy đủ. Workspace tasks/{ID}/ theo 5 stage — 01-discovery · 02-plan · 03-backlog · 04-quality · 05-delivery — mỗi thư mục có README riêng nói chứa gì/ai ghi/đọc thứ tự nào. Pipeline: task-init → discovery (khi chưa có bản đồ kiến trúc) → task-survey (dependency walk) → analyze-spec (làm rõ input, grounded; Input Contract + Decision Log đóng câu hỏi khách chốt) → BUG: debug (chẩn đoán kỹ thuật, ra Immediate Cause có evidence + option fix, KHÔNG sửa code) → RCA 5-Whys → report → planning (kế hoạch fix) | FEATURE: planning (WBS + checklist tiến độ) → report BLUF 2 tầng VN/EN/JA → backlog-ticket (ticket chuẩn công ty + estimation). Kèm release-note: release note + deployment runbook cho CẢ LẦN RELEASE (auto 影響箇所マトリックス từ diff, đánh giá downtime, nháp deploy/smoke/rollback steps) — chạy như quy trình riêng, không nằm trong pipeline per-task. Mọi stage tái dùng artifact stage trước, không điều tra lại. Kèm HAI cổng kiểm độc lập trước khi gửi khách: report-reviewer (lập luận có vững) + verify-claims (mọi khẳng định kiểm được — số lượng, tên bảng/route, phiên bản, đường dẫn, lệnh, parity đa ngôn ngữ — đối chiếu nguồn khai báo/code/web, ra bảng Claim|Cách kiểm|Thực tế|Verdict; dùng được cả cho tài liệu mô tả hiện trạng). Export md/docx/pdf/xlsx. Generic mọi repo (framework autodetect, bản repo tự thắng).
By anhttq0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install task-toolkit for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install task-toolkit@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mynavitechtus-anhttq/task-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/security-check/SKILL.md├── skills/task-init/SKILL.md├── skills/ut-design/SKILL.md└── skills/verify-claims/SKILL.md
Included Skills4
Security gate and audit for ANY project, driven by the company's own checklists — a 74-item engineering checklist (network · server config · deployment · programming · database · client UI) and the 153-requirement customer web-application checksheet — plus an OWASP quick reference. Two modes: TASK mode triages what one change actually touches and writes 01-discovery/security.md (cheap, runs on every task that touches auth, data, secrets, uploads, infra or external calls); AUDIT mode answers the full checklists for a release or customer submission and writes 05-delivery/security-checklist-<date>.md. Trigger on "check bảo mật", "security review/checklist", "rà an ninh", "điền checksheet bảo mật", "task này có rủi ro bảo mật gì", or as the security gate of analyze-spec. NOT a penetration test and not a substitute for an independent audit — it is the builder's own net. For fact-checking a document use verify-claims; for reviewing argument quality use report-reviewer. Locale vn (default) / en / ja.
Initialize a generic task workspace tasks/{TICKET-ID}/ for ANY project — a 5-stage folder layout (01-discovery, 02-plan, 03-backlog, 04-quality, 05-delivery) where every folder carries its own README telling the reader what belongs there, who writes it and what to read first. Folders and placeholder files are created up front so the shape of the work is visible before any stage runs. Trigger on "khởi tạo task", "init task workspace", "tạo workspace cho ticket", or as STAGE 1 of the /task-toolkit:report pipeline when a workspace is needed but missing. If the current repo has its own /task-toolkit:task-init command (e.g. kaigo's version with legacy-PR fetching), that version wins — this is the generic fallback. Creates the empty shape only — it does NOT investigate, plan or write tickets; those are task-survey, planning and backlog-ticket. Locale vn (default) / en / ja.
Design the unit-test viewpoints for a task before any test code is written — walk the 30-viewpoint matrix (A equivalence · B boundary · C branch/condition · D exception & interaction · E state & non-determinism · F Japanese-locale and project-specific logic), decide which apply and why, and emit a reviewable plan of Given–When–Then cases into 04-quality/ut-design.md. Runs a SPEC GATE first: `expected` must be derived from the spec, never from the current implementation. Offers to install the companion unittest-toolkit plugin for the full design → generate → audit flow; if declined, does the design here with the knowledge bundled in reference/. Trigger on "thiết kế UT", "ut design", "quan điểm unit test", "viết test cho hàm/module nào", "cần test những gì", or as the 04-quality stage of the task pipeline. Does NOT generate test code — that is ut-generate in the companion plugin. Locale vn (default) / en / ja.
Kiểm từng khẳng định trong một tài liệu có ĐÚNG SỰ THẬT không — bóc mọi claim kiểm được (số lượng, tên bảng/route/hàm, phiên bản, licence, "chỉ dùng ở X", đường dẫn, lệnh, giá trị config), nêu cách kiểm, kiểm thật bằng code-evidence-method, ra bảng Claim | Cách kiểm | Thực tế | Verdict. Dùng cho report trước khi gửi khách, và cho tài liệu mô tả hiện trạng hệ thống (architecture, inventory, investigation). KHÔNG review cấu trúc, văn phong, IA, hay mâu thuẫn nội tại — đó là việc khác. Trigger "kiểm số liệu", "verify claim", "doc này có đúng không", "soát lại trước khi gửi".
Plugin manifests1
{
"name": "task-toolkit",
"version": "0.26.0",
"description": "Chưa biết dùng thì gõ /task-toolkit:help. Bộ toolkit lifecycle giao việc, tự chứa đầy đủ. Workspace tasks/{ID}/ theo 5 stage — 01-discovery · 02-plan · 03-backlog · 04-quality · 05-delivery — mỗi thư mục có README riêng nói chứa gì/ai ghi/đọc thứ tự nào. Pipeline: task-init → discovery (khi chưa có bản đồ kiến trúc) → task-survey (dependency walk) → analyze-spec (làm rõ input, grounded; Input Contract + Decision Log đóng câu hỏi khách chốt) → BUG: debug (chẩn đoán kỹ thuật, ra Immediate Cause có evidence + option fix, KHÔNG sửa code) → RCA 5-Whys → report → planning (kế hoạch fix) | FEATURE: planning (WBS + checklist tiến độ) → report BLUF 2 tầng VN/EN/JA → backlog-ticket (ticket chuẩn công ty + estimation). Kèm release-note: release note + deployment runbook cho CẢ LẦN RELEASE (auto 影響箇所マトリックス từ diff, đánh giá downtime, nháp deploy/smoke/rollback steps) — chạy như quy trình riêng, không nằm trong pipeline per-task. Mọi stage tái dùng artifact stage trước, không điều tra lại. Kèm HAI cổng kiểm độc lập trước khi gửi khách: report-reviewer (lập luận có vững) + verify-claims (mọi khẳng định kiểm được — số lượng, tên bảng/route, phiên bản, đường dẫn, lệnh, parity đa ngôn ngữ — đối chiếu nguồn khai báo/code/web, ra bảng Claim|Cách kiểm|Thực tế|Verdict; dùng được cả cho tài liệu mô tả hiện trạng). Export md/docx/pdf/xlsx. Generic mọi repo (framework autodetect, bản repo tự thắng).",
"author": {
"name": "anhttq"
},
"keywords": [
"task-lifecycle",
"report",
"bug-report",
"root-cause",
"5-whys",
"rca",
"investigation",
"spec-analysis",
"planning",
"wbs",
"backlog-ticket",
"estimation",
"evidence",
"multilingual",
"fact-check",
"doc-verification",
"claim-verification"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[task-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/task-toolkit)