TeamManagementPlugin

37 mods across 1 repository, 4 stars between them.

init

25

TeamManagementPlugin/claude-plugin

Command

Enable team-management for this project (plugin enablement + behavioral-guidance wiring + optional wiki).

4 26d ago B 19 tokens original MIT

UserPromptSubmit

29

TeamManagementPlugin/claude-plugin

Hook

Runs when you submit a prompt, before the agent sees it, executing _shim.py via python3 (2 commands). From TeamManagementPlugin/claude-plugin.

4 26d ago A tokens not measured original MIT

PreToolUse

31

TeamManagementPlugin/claude-plugin

Hook

Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit, Task, Bash, Read, Grep, Task and Agent tool calls, executing _shim.py via python3 (2 commands). From TeamManagementPlugin/claude-plugin.

4 26d ago A tokens not measured original MIT

SessionStart

33

TeamManagementPlugin/claude-plugin

Hook

Runs when a session starts on startup, clear and resume, executing _shim.py via python3. From TeamManagementPlugin/claude-plugin.

4 26d ago A tokens not measured original MIT

PreCompact

34

TeamManagementPlugin/claude-plugin

Hook

Runs before the context is compacted for auto and manual tool calls, executing _shim.py via python3. From TeamManagementPlugin/claude-plugin.

4 26d ago A tokens not measured original MIT

TeamManagementPlugin/claude-plugin

Skill Claude CodeCodex

Systematic debugging — a four-phase root-cause methodology, boundary instrumentation for multi-component systems, the 3-fix escalation rule, and a verification gate to run before claiming anything is fixed. Use on any test failure, production bug, build failure, performance regression, or integration glitch, and…

4 26d ago A 95 tokens original MIT

TeamManagementPlugin/claude-plugin

Skill Claude CodeCodex

How to receive code review as technical evaluation rather than social performance — verify claims against the codebase before implementing, push back with evidence, and drop the performative agreement. Use when responding to a human reviewer, a PR comment, or another AI reviewer, and when deciding whether a suggestion…

4 26d ago A 97 tokens original MIT

TeamManagementPlugin/claude-plugin

Skill Claude CodeCodex

Test-driven development discipline — when TDD applies, when forcing it is wrong, and the RED-GREEN-REFACTOR loop with an explicit "watch it fail" step. Use when writing or reviewing tests, fixing a bug, changing behaviour, or deciding whether a change needs a test at all. Triggers on bug fixes, new validation or…

4 26d ago A 96 tokens original MIT