Add claude-task-manager to Agents & Orchestration#495
Open
GeRiY wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds claude-task-manager (
ctm) to the 🤖 Agents & Orchestration section.What it is: a standalone, dockerized, multi-project Kanban board and single-writer CLI (
task.sh) for orchestrating Claude Code agents. A main agent plans and assigns work; teammate sub-agents (ctm-frontend-developer,ctm-backend-developer,ctm-code-investigator) execute; a shared browser board trackstodo → in_progress → review → doneacross every registered project.Why it fits the list:
Single-writer invariant — every mutation (agents and the board UI) goes through
task.shwith an atomic lock, history, and anevents.jsonlinbox; no corrupted/duplicated state.Token-efficient — agents call compact commands instead of re-reading/rewriting a large JSON blob each turn.
No Docker needed for agent work — only the board + write API are containerized;
task.shis plain host bash withTM_DIRbaked into a per-project wrapper.One-command install (
ctm init) drops a project-local skill, teammate agents, and the hooks that auto-allowtask.sh.MIT licensed, bilingual (EN/HU) board.
Placed at the end of the section per the star-count ordering (currently 0 ⭐).
Single-line addition; no other entries touched.