task-management

task-management is an agent for Claude Code from bl1nk-bot/bl1nk-agents-manager. It costs 26 tokens per session (878 once invoked), scanned A, original, MIT.

ชุดกฎสำหรับติดตามงานในไฟล์เอกสารและฐานข้อมูลของโครงการ โดยเปลี่ยนงานที่เสร็จแล้วเป็นสถานะสำเร็จพร้อมบันทึกวันที่ ผลลัพธ์ และไฟล์ที่แก้ไข

In plain words
What is it for?
ใช้บันทึกงานที่เสร็จแล้ว อัปเดตแผนพัฒนา สรุปสถานะระบบ README และข้อมูลความคืบหน้าในตัวจัดการบริบทของโครงการ
Why use it?
ช่วยลดปัญหาสถานะงานในเอกสารหลายแห่งไม่ตรงกันหรือลืมอัปเดตหลังทำงานเสร็จ

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents; names the AskUserQuestion tool.

Good fit ใช้บันทึกงานที่เสร็จแล้ว อัปเดตแผนพัฒนา สรุปสถานะระบบ README และข้อมูลความคืบหน้าในตัวจัดการบริบทของโครงการ

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/bl1nk-bot/bl1nk-agents-manager/task-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/bl1nk-bot/bl1nk-agents-manager

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for task-management

README.md
[![agentmods](https://agentmods.dev/badge/agents/bl1nk-bot/bl1nk-agents-manager/task-management/github.svg)](https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/task-management)
Your own site
<a href="https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/task-management"><img src="https://agentmods.dev/badge/agents/bl1nk-bot/bl1nk-agents-manager/task-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for task-management

Your own site · 80×15
<a href="https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/task-management"><img src="https://agentmods.dev/badge/agents/bl1nk-bot/bl1nk-agents-manager/task-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 878 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00878
Opus 5 $0.00013 $0.00439
Sonnet 5 $0.00005 $0.00176
Haiku 4.5 $0.00003 $0.00088

Measured 9d ago against content hash d391360e2811, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

task-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/task-management.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Task Management Rules

Task Completion Tracking

เมื่องานเสร็จสิ้น ต้องอัปเดต task list ทันที

  1. อัปเดตสถานะในไฟล์ที่เกี่ยวข้อง:

    • เปลี่ยนสถานะจาก "🔄" เป็น "✅"
    • เพิ่มวันที่เสร็จสิ้น
    • บันทึกผลลัพธ์ที่ได้
  2. อัปเดตในเอกสารหลัก:

    • DEVELOPMENT_ROADMAP.md (mdc:chonost-manuscript-os/DEVELOPMENT_ROADMAP.md) - อัปเดตสถานะ phase
    • CURRENT_STATUS_SUMMARY.md (mdc:chonost-manuscript-os/CURRENT_STATUS_SUMMARY.md) - อัปเดตสถานะระบบ
    • README_NEW.md (mdc:README_NEW.md) - อัปเดตฟีเจอร์ที่เสร็จสิ้น
  3. บันทึกใน Context Manager:

    • อัปเดต project status ใน context_manager.py (mdc:src/core/context_manager.py)
    • บันทึกความคืบหน้าใน database

รูปแบบการอัปเดต

## ✅ Completed Tasks

### [วันที่] - Task Name
- **Status:** ✅ Completed
- **Result:** ผลลัพธ์ที่ได้
- **Files Modified:** ไฟล์ที่แก้ไข
- **Next Steps:** ขั้นตอนต่อไป

## 🔄 In Progress

### Current Task
- **Status:** 🔄 In Progress
- **Started:** [วันที่เริ่ม]
- **Expected Completion:** [วันที่คาดว่าจะเสร็จ]

Task Categories

🚀 High Priority

  • ระบบที่ต้องทำงานได้ก่อน
  • การแก้ไข bugs วิกฤต
  • การตั้งค่า Azure/API

📚 Documentation

  • อัปเดต README
  • สร้าง API documentation
  • บันทึกการเปลี่ยนแปลง

🔧 Development

  • การพัฒนา features ใหม่
  • การ refactor โค้ด
  • การเพิ่ม tests

🧪 Testing

  • ทดสอบระบบ
  • ทดสอบ API endpoints
  • ทดสอบ AI agents

การจัดการ Context

อัปเดต Context Manager

# ใน context_manager.py
context_manager.update_project_status(
    component="ai_system",
    status="completed",
    details={
        "azure_models": "working",
        "local_models": "disabled",
        "embedding_system": "active"
    }
)

อัปเดต Prompt Templates

  • ตรวจสอบว่า prompt templates สอดคล้องกับสถานะปัจจุบัน
  • อัปเดต context injection ตามความคืบหน้า

การติดตามความคืบหน้า

ไฟล์ที่ต้องอัปเดตเมื่องานเสร็จ

  1. DEVELOPMENT_ROADMAP.md (mdc:chonost-manuscript-os/DEVELOPMENT_ROADMAP.md)
  2. CURRENT_STATUS_SUMMARY.md (mdc:chonost-manuscript-os/CURRENT_STATUS_SUMMARY.md)
  3. README_NEW.md (mdc:README_NEW.md)
  4. src/core/context_manager.py (mdc:src/core/context_manager.py)
  5. run_chonost.py (mdc:run_chonost.py) - อัปเดต health check status

Read the full file on GitHub · 123 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 123 lines · 26 tokens per session scan A d391360e2811

Subscribe to this mod's changes

task-management is an agent published in the GitHub repository bl1nk-bot/bl1nk-agents-manager (8 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 878 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

pm-orchestrator

Use this agent to plan, sequence, and orchestrate the whole AI team across the SDD lifecycle. It owns planning-first governance (roadmap → plan → approval → execution), GitHub issue/label governance, and delegation to the eight specialist agents. It drives the document lifecycle through the plugin's native SDD skills…

vladm3105/aidoc-flow-framework · 79 tokens

business-metrics-analyzer

Analyzes pipeline logs to generate business-facing metrics including velocity, cost per feature, quality trends, and scope creep indicators.

eai-support/eai-gofer · 29 tokens

project-manager

Manage project and track progress.

nth5693/gemini-kit · 9 tokens

code-captain

Comprehensive AI development partner for coordinating software development workflows. Use proactively for project setup, requirements analysis, feature specifications, architecture decisions, implementation planning, and platform integrations across the entire development lifecycle.

devobsessed/code-captain · 43 tokens

integration-architect

The Master Orchestrator for Integration Architecture. Use this agent when you need to: Design end-to-end API contracts from legacy docs to mobile frontends Run the full 5-phase integration lifecycle (Discovery → UI Analysis → Contract Design → DB Alignment → Quality) Coordinate multiple specialized agents for a…

pongsatorna/integration-architect-agent · 70 tokens