# AI Agent Inventory Playbook > **Guide Origin**: Community | **ArcKit Version**: [VERSION] `/arckit:agent-inventory` creates a governed catalogue of AI agents across a project, programme, or organisation. It records agent purpose, capabilities, ownership, lifecycle, dependencies, security classification, and human oversight level. --- ## Inputs | Artefact | Purpose | |----------|---------| | ADM preliminary (`ARC--ADMP-v1.0.md`) | Optional programme scope and transformation context | | Application inventory (`ARC--APP-v1.0.md`) | Application and hosting context for deployed agents | | Global principles (`ARC-000-PRIN-v1.0.md`) | Agent governance, AI, technology, and risk guardrails | | Existing agent designs (`ARC--AAGR-v1.0.md`) | Agent capabilities and architecture details | | Agent governance (`ARC--AAOV-v1.0.md`) | Oversight tiers and approval model | | Agent security (`ARC--AASE-v1.0.md`) | Security posture and controls | --- ## Command ```bash /arckit:agent-inventory ``` Output: `projects//ARC--AAGI-v1.0.md` --- ## Deliverable Snapshot | Section | Contents | |---------|----------| | Agent Register | Name, owner, purpose, lifecycle, environment | | Capability Matrix | Business and technical capabilities per agent | | Agent Dependencies | Models, tools, data sources, systems, other agents | | Security Classification | Data sensitivity, tool risk, access, deployment exposure | | Agent Lifecycle | Prototype, pilot, production, deprecated, retired | | Oversight Model | Human-in-the-loop, human-on-the-loop, escalation path | | Traceability | Links to ADM, applications, design, governance, and security artefacts | --- ## Review Checklist - Inventory scope is explicit: project, programme, environment, or enterprise. - Each agent has an owner and lifecycle status. - Tool, data, model, and system dependencies are captured. - Oversight level matches autonomy and risk. - Security classification is evidence-backed, not inferred from the agent name. --- ## Related Commands - `/arckit:agent-design` - Design new or modified agents. - `/arckit:agent-governance` - Define oversight and approval workflows. - `/arckit:agent-security` - Assess and design agent security controls.