# team.management — docs > Install, the DAIC loop, TDD discipline, the spec-review gate, customization, the MCP reference, and AI providers. - [Docs](https://team.management/docs.md): Install, the DAIC loop, TDD discipline, the spec-review gate, customization, the MCP reference, and AI providers. - [Install in five minutes](https://team.management/docs/install.md): A native Claude Code plugin: add the marketplace, install, run init — your team follows via one committed file. - [DAIC — the loop on rails](https://team.management/docs/daic.md): Discuss → Align → Implement → Document → Commit, enforced by hooks that can’t be bypassed. - [Context preservation & auto-compact](https://team.management/docs/context-preservation.md): A PreCompact hook checkpoints the session before compaction; on restart, task, branch, protocol step, and DAIC mode all reload. - [Test-driven, when it applies](https://team.management/docs/tdd.md): Write the test, watch it fail, then implement. The applicability matrix, honestly drawn. - [The spec-compliance gate](https://team.management/docs/spec-review.md): A SPEC_REVIEW: PASSED sentinel the agent can’t advance past until the diff matches the spec. - [LLM Wiki — a compounding knowledge base](https://team.management/docs/llm-wiki.md): Claude writes and maintains a structured, interlinked wiki from your raw sources — knowledge compounds instead of being re-derived on every query. - [Your protocols, your rules](https://team.management/docs/customization.md): Fork any protocol into custom/ — it overrides the system copy and is never touched on upgrade. - [Plugin tools reference](https://team.management/docs/mcp.md): Reference for the 42 plugin tools that run locally inside a Claude Code session. Not a network endpoint — the hosted, connectable MCP server is https://team.management/mcp/docs (Streamable HTTP, three read-only docs tools). - [Engine functions reference](https://team.management/docs/functions.md): The 45 pre_funcs / post_funcs you wire into protocol steps — branch setup, gates, issue sync, archiving, the optimize loop — grouped by what they do. - [Issue tracking — four providers, one interface](https://team.management/docs/issue-tracking.md): GitLab, Jira, GitHub, Gitea — import issues as tasks, sync status bidirectionally, ship MRs and PRs from the completion step. - [AI providers — Codex & Antigravity](https://team.management/docs/ai-providers.md): Codex and Antigravity join Claude as parallel collaborators across six workflow phases.