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.
git clone --depth 1 https://github.com/bl1nk-bot/bl1nk-agents-managerWrote 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.
[](https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/task-management)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 ทันที
-
อัปเดตสถานะในไฟล์ที่เกี่ยวข้อง:
- เปลี่ยนสถานะจาก "🔄" เป็น "✅"
- เพิ่มวันที่เสร็จสิ้น
- บันทึกผลลัพธ์ที่ได้
-
อัปเดตในเอกสารหลัก:
DEVELOPMENT_ROADMAP.md(mdc:chonost-manuscript-os/DEVELOPMENT_ROADMAP.md) - อัปเดตสถานะ phaseCURRENT_STATUS_SUMMARY.md(mdc:chonost-manuscript-os/CURRENT_STATUS_SUMMARY.md) - อัปเดตสถานะระบบREADME_NEW.md(mdc:README_NEW.md) - อัปเดตฟีเจอร์ที่เสร็จสิ้น
-
บันทึกใน Context Manager:
- อัปเดต project status ใน
context_manager.py(mdc:src/core/context_manager.py) - บันทึกความคืบหน้าใน database
- อัปเดต project status ใน
รูปแบบการอัปเดต
## ✅ 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 ตามความคืบหน้า
การติดตามความคืบหน้า
ไฟล์ที่ต้องอัปเดตเมื่องานเสร็จ
DEVELOPMENT_ROADMAP.md(mdc:chonost-manuscript-os/DEVELOPMENT_ROADMAP.md)CURRENT_STATUS_SUMMARY.md(mdc:chonost-manuscript-os/CURRENT_STATUS_SUMMARY.md)README_NEW.md(mdc:README_NEW.md)src/core/context_manager.py(mdc:src/core/context_manager.py)run_chonost.py(mdc:run_chonost.py) - อัปเดต health check status
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.
- 9d ago First seen · 123 lines · 26 tokens per session scan A d391360e2811
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.
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.
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…
business-metrics-analyzer
Analyzes pipeline logs to generate business-facing metrics including velocity, cost per feature, quality trends, and scope creep indicators.
project-manager
Manage project and track progress.
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.
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…