Install
$ agentstack add mcp-teammanagementplugin-claude-plugin ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
team.management
On your terms with AI.
An open-source Claude Code plugin that keeps your process on rails — the steps are enforced by hooks in the runtime as the work happens, not just suggested in a prompt.
A more capable model does not become more trustworthy. It becomes more convincing — better at sounding done. team.management is the harness that keeps you in control: it shows the work, holds the process, and leaves a record you can check.
- See it. Watch each step as it runs — which stage it's on, what's allowed, what's finished. No black box.
- Enforce it. Discussion comes before code. In discussion mode the hooks block edits until you've agreed on a plan, and a workflow protocol drives the steps from the runtime — not from the prompt.
- Prove it. Every run leaves a record of what happened — the protocol, the steps, the gates — written to plain files in your project. It's local, and it's yours to keep. (The record is honest about what checked what: review gates are AI judgment; the test gate is deterministic.)
What it is
team.management is a native Claude Code plugin. It enforces the DAIC loop — Discussion, Alignment, Implementation, Check — through Python hooks and a protocol engine. When Claude tries to edit code before you've agreed on an approach, the hooks block the tools and ask for discussion first. That one rule prevents the most common failure of AI coding: confident over-implementation before anyone aligned on the plan.
Install
team.management installs through Claude Code's plugin marketplace — there is no pip or npm package.
/plugin marketplace add TeamManagementPlugin/claude-plugin
/plugin install team-management@team-management
Then enable it for the project and restart Claude Code:
/team-management:init
On Windows, /team-management:init is required, not optional — it provisions the python3 command the hooks need. See [docs/INSTALL.md](docs/INSTALL.md) for prerequisites, Windows setup, team enablement, and uninstall.
How it works
- Describe what you want, in plain language. Claude doesn't start coding — it recommends a workflow protocol, explains why it fits, and waits for your go-ahead.
- Approve the protocol. From there it drives the lifecycle and sets the right mode at each step:
- Investigation — read-only. Claude explores the code and proposes a plan with measurable success criteria.
- Implementation — once you approve the plan, editing unblocks and Claude writes the code and tests.
- Code review — spec-compliance and quality review (plus any AI providers you enable) before it can advance.
- Documentation — docs and work-log updates.
- Completion — you test the change and confirm; the protocol wraps up the git and issue work.
- You stay in control. You approve the plan before implementation, and Claude advances a step only once you're satisfied — nothing runs ahead.
Other protocols cover the rest of the work — research, brainstorm, refactoring, and metric-driven optimize. Claude picks the fit and explains why before starting.
Features
- DAIC enforcement — discussion-before-implementation, enforced by hooks in the runtime.
- Persistent tasks — task context in version-controlled markdown, loaded automatically across sessions.
- Branch enforcement — keeps a task's work on its own git branch.
- Issue tracking — bidirectional sync with GitLab, Jira, and GitHub / Gitea.
- MCP server — exposes the workflow as first-class Claude Code tools, so the agent reliably discovers them.
- AI providers — bring in Codex or Antigravity for a second opinion during investigation, implementation, and code review.
- LLM wiki — an optional, compounding knowledge base Claude maintains as you work.
Documentation
- [Install & setup](docs/INSTALL.md) — prerequisites, Windows, team enablement, uninstall
- [Usage guide](docs/USAGE_GUIDE.md) — protocols, features, and configuration
- [MCP server](docs/MCP_SERVER.md) — architecture and tool reference
- team.management — the website, docs, and protocols
Requirements
- Claude Code — loads the plugin's hooks and MCP server
- Python 3.10+ — the plugin builds its own isolated venv on first run
- Git — recommended, for branch enforcement
License
MIT — see [LICENSE](LICENSE).
Credits
team.management stands on work that shaped its design:
- cc-sessions by GWUDCAP — origin of the DAIC methodology and the sessions/hook-enforcement model.
- superpowers by Jesse Vincent (obra) — a composable-skills approach for coding agents.
- get-shit-done by open-gsd — meta-prompting and spec-driven development for AI agents.
- LLM Wiki by Andrej Karpathy — the compounding AI-maintained knowledge base behind the wiki feature.
- autoresearch by Andrej Karpathy — the metric-driven experimentation behind the optimize protocols.
Conceived & directed by Alex Rozanski · Crafted & implemented by Max Tushkov
An independent project — not affiliated with or endorsed by any AI provider. All product names and logos are the property of their respective owners.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: TeamManagementPlugin
- Source: TeamManagementPlugin/claude-plugin
- License: MIT
- Homepage: https://team.management
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.