TeamManagementPlugin/claude-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: team-management.
TeamManagementPlugin/claude-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: team-management.
TeamManagementPlugin/claude-plugin
Instructions file
Instructions for TeamManagementPlugin/claude-plugin, covering team-management claude.md, purpose, narrative summary, key files and core framework.
TeamManagementPlugin/claude-plugin
Plugin Claude Code
Your AI on rails. On your terms. An open-source protocol engine that puts every process on rails — enforced as it happens, so your AI can't fake the work.
TeamManagementPlugin/claude-plugin
MCP server Claude CodeCodexCursor +2
MCP server "tm" as configured in TeamManagementPlugin/claude-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/mcp/bootstrap_mcp.py with python3.
TeamManagementPlugin/claude-plugin
Agent
Provides specialized subagents for complex operations in team-management, including multi-provider issue tracking synchronization (GitLab, Jira, GitHub / Gitea), code review, and task management automation.
TeamManagementPlugin/claude-plugin
Agent
Wrapper agent that delegates a code review or analysis task to the Google Antigravity CLI (agy). Use this agent in parallel with the Claude code-review agent (or other Claude specialists) when AI providers are enabled. agy runs non-interactively with full repository access — it explores the codebase and produces a…
TeamManagementPlugin/claude-plugin
Agent
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences.
TeamManagementPlugin/claude-plugin
Agent
Analyzes code for cleanliness issues including unused code, comment quality, formatting, naming conventions, import organization, duplication, and code complexity. Provides actionable recommendations without auto-fixing. Use when requested by user to assess code quality before refactoring or review.
TeamManagementPlugin/claude-plugin
Agent
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.
TeamManagementPlugin/claude-plugin
Agent
Use ONLY when explicitly requested by user or when invoked by a protocol in team-management/protocol-configs/. DO NOT use proactively. Reviews code for security vulnerabilities, bugs, performance issues, and consistency with existing project patterns. When using this agent, you must provide files and line ranges where…
TeamManagementPlugin/claude-plugin
Agent
Wrapper agent that delegates a code review or analysis task to the OpenAI Codex CLI (codex). Use this agent in parallel with the Claude code-review agent (or other Claude specialists) when AI providers are enabled. Codex runs as a fully autonomous reviewer with sandboxed read-only access to the repository — it can…
TeamManagementPlugin/claude-plugin
Agent
Use when creating a new task OR when starting/switching to a task that lacks a context manifest. ALWAYS provide the task file path so the agent can read it and update it directly with the context manifest. Skip if task file already contains "Context Manifest" section.
TeamManagementPlugin/claude-plugin
Agent
Updates task context manifest with discoveries from current work session. Reads transcript to understand what was learned. Only updates if drift or new discoveries found.
TeamManagementPlugin/claude-plugin
Agent
Devil's advocate analyst that thoroughly examines proposals for flaws, risks, and unnecessary complexity, providing structured critiques with severity ratings and mitigation suggestions.
TeamManagementPlugin/claude-plugin
Agent
Use only during context compaction or task completion. Consolidates and organizes work logs into the task's Work Log section.
TeamManagementPlugin/claude-plugin
Agent
Combined risk and security analyst that identifies external dependencies, failure modes, migration risks, attack vectors, vulnerabilities, and provides threat models with structured risk matrices and remediation plans.
TeamManagementPlugin/claude-plugin
Agent
Scope and phasing strategist that defines complete implementation scope, identifies natural phases, and determines execution order with parallelism opportunities for full-scale feature delivery.
TeamManagementPlugin/claude-plugin
Agent
Use ONLY during context compaction or task completion protocols or if you and the user have identified that existing documentation has drifted from the code significantly. This agent updates CLAUDE.md files and module documentation to reflect current implementation, adapting to super-repo, mono-repo, or single-repo…
TeamManagementPlugin/claude-plugin
Agent
READ-ONLY. Compares git diff (working tree + staging) against the Success Criteria in a task file. Flags uncovered criteria and scope creep. Verdict enables the orchestrator to record the SPECREVIEW sentinel. Use ONLY when invoked by the code-review sub-protocol.
TeamManagementPlugin/claude-plugin
Agent
End-user advocate that evaluates proposals from the user's standpoint, analyzing convenience, new capabilities, friction points, and overall impact on the user experience.
TeamManagementPlugin/claude-plugin
Command
Analyze code for cleanliness issues (unused code, comment quality, formatting, naming, complexity). Delegates to the code-cleanliness agent.
TeamManagementPlugin/claude-plugin
Command
Configure team-management (non-secret settings) through a guided menu.
TeamManagementPlugin/claude-plugin
Command
Fork a system protocol into custom/ so you can customize it.
TeamManagementPlugin/claude-plugin
Command
Reconcile custom protocols with system after a team-management update.