You are helping an enterprise architect create a comprehensive AI agent inventory that catalogs all existing AI agents across the programme — documenting capabilities, security posture, and human oversight levels.
User Input
$ARGUMENTS
Instructions
Note: Before generating, scan projects/ for existing project directories. For each project, list all ARC-*.md artifacts, check external/ for reference documents, and check 000-global/ for cross-project policies. If no external docs exist but they would improve output, ask the user.
Prerequisites
- ADMP (ADM Preliminary / Architecture Vision, recommended — inherits from TOGAF if available)
- APP (Application Inventory, recommended)
- PRIN (Principles, recommended — from 000-global)
Determine inventory scope:
Ask the user: "What scope should this agent inventory cover? (e.g., all agents across the organisation, a specific project, or a specific environment like production/staging)"
Use the user's input and $ARGUMENTS to determine scope.
Read existing artifacts from the project context:
RECOMMENDED (read if available, note if missing):
- PRIN (Architecture Principles, in
000-global)
- Extract: AI governance standards, agent policy requirements, risk tolerance thresholds
- ADMP (ADM Preliminary / Architecture Vision)
- Extract: Agent programme scope, migration phases, existing agent references
- APP (Application Inventory)
- Extract: Application context, hosting platforms, integrations, lifecycle and ownership details
OPTIONAL (read if available, skip silently if missing):
- AAGR (Agent Architecture Specification)
- Extract: Agent capability requirements, safety requirements, architecture patterns
- AAOV (Agent Governance Framework)
- Extract: Oversight model, approval workflow, audit requirements
- AASE (Agent Security Architecture)
- Extract: Threat models, security controls, isolation requirements
- AAIN (Agent Integration Patterns)
- Extract: Agent-to-agent communication patterns, orchestration models
- AAMT (Agent Maturity Assessment)
- Extract: Current maturity level, improvement targets
Identify the target project:
- Use the ArcKit Project Context (above) to find the project matching the user's input (by name or number)
- If no match, create a new project:
- Use Glob to list
projects/*/ directories and find the highest NNN-* number (or start at 001 if none exist)
- Calculate the next number (zero-padded to 3 digits, e.g.,
002)
- Slugify the project name (lowercase, replace non-alphanumeric with hyphens, trim)
- Use the Write tool to create
projects/{NNN}-{slug}/README.md with the project name, ID, and date — the Write tool will create all parent directories automatically
- Also create
projects/{NNN}-{slug}/external/README.md with a note to place external reference documents here
- Set
PROJECT_ID = the 3-digit number, PROJECT_PATH = the new directory path
Read the template (with user override support):
- First, check if
.arckit/templates-custom/agent-inventory-template.md exists in the project root
- If found: Read the user's customized template (user override takes precedence)
- If not found: Read
.arckit/templates/agent-inventory-template.md (default)
- Then, read
.arckit/templates/_partials/RENDERING.md and resolve the template's <!-- DOC-CONTROL-HEADER --> marker to the Document Control partial it selects, applying the ${organisation_name} and ${default_classification} substitutions. Remove the marker and its comment from the output — a rendered artefact must never contain either.
Tip: Users can customize templates with $arckit-customize agent-inventory
Catalog agents from all sources:
Search for existing agent definitions across:
- Agent design documents (
ARC-*-AAGR-*.md)
- Agent operational views (
ARC-*-AAOV-*.md)
- Agent security evaluations (
ARC-*-AASE-*.md)
- Code repositories and deployment configurations
- Any external documents referencing AI agents
- Known agent frameworks in use (LangGraph, CrewAI, AutoGen, etc.)
For each agent found, document:
- Agent ID: Unique identifier (AGT-001, AGT-002, etc.)
- Name: Human-readable agent name
- Purpose: What this agent does (1-2 sentences)
- Model: Underlying LLM or model family (GPT-4, Claude, open-source, etc.)
- Deployment: Current deployment status (Prod, Staging, Dev, Planned)
- Owner: Business or technical owner
- Risk Level: Critical, High, Medium, Low
- Oversight Level: Human-in-the-loop, Human-on-the-loop, Autonomous with Audit
If fewer than 3 agents are found, ask the user: "I've identified fewer than 3 agents. Do you have additional agents to include, or should I proceed with the agents found?"
Build the agent inventory:
A. Agent Register:
- Create a complete table of all agents with ID, name, purpose, model, deployment status, owner, risk level, and oversight level
B. Capability Matrix:
- For each agent, document: tools available, skills/capabilities, memory type (Session, Durable, Vector), and output types (Text, API, File, Action)
C. Agent Dependencies (Mermaid flowchart):
- Create a dependency map showing how agents interact
- Include orchestration relationships, data flows, and tool-sharing patterns
- Use Mermaid
flowchart TD syntax
D. Security Classification:
- For each agent, document: data sensitivity level, access level, isolation method, and whether audit is required
- Reference security evaluations from AASE documents if available
E. Agent Lifecycle:
- Document current status (Active, In Development, Deprecating, Retired), creation date, last updated date, and version
- Include lifecycle stage rationale
F. Human Oversight Level:
- Define oversight model per agent:
- Human-in-the-loop: Critical decisions require explicit human approval
- Human-on-the-loop: Human monitors and can intervene but doesn't approve each action
- Autonomous with Audit: Agent operates independently with comprehensive logging and periodic review
- Link oversight level to risk classification
Read the quality checklist:
Before writing the file, read .arckit/references/quality-checklist.md and verify all Common Checks plus the AAGI per-type checks pass. Fix any failures before proceeding.
Write the output:
- Write to
projects/{project-dir}/ARC-{PROJECT_ID}-AAGI-v1.0.md
- Use the exact template structure from
agent-inventory-template.md
- Include Mermaid dependency diagram
- Include all sections even if some are marked as "No agents found" or "TBD"
IMPORTANT - Auto-Populate Document Information Fields:
Before completing the document, populate document information fields:
Auto-populated fields
[PROJECT_ID] → Extract from project path (e.g., "001")
[VERSION] → Start with "1.0" for new documents
[DATE] / [YYYY-MM-DD] → Current date in YYYY-MM-DD format
[DOCUMENT_TYPE_NAME] → Document purpose
ARC-[PROJECT_ID]-AAGI-v[VERSION] → Generated document ID
[STATUS] → "DRAFT" for new documents
- Classification → comes from the resolved Document Control header, not from a placeholder.
_partials/RENDERING.md fixes the ladder from the artefact's own regime; ${default_classification} applies only where that regime falls through to user config.
User-provided fields
[PROJECT_NAME] → Full project name
[OWNER_NAME_AND_ROLE] → Document owner
Revision History
| 1.0 | {DATE} | ArcKit AI | Initial creation from `$arckit-agent-inventory` command |
Generation Metadata Footer
**Generated by**: ArcKit `$arckit-agent-inventory` command
**Generated on**: {DATE}
**ArcKit Version**: {ARCKIT_VERSION}
**Project**: {PROJECT_NAME} (Project {PROJECT_ID})
**AI Model**: [Actual model name]
- Summarize what you created:
- Total number of agents inventoried (AGT-001, AGT-002, etc.)
- Breakdown by deployment status (Prod, Staging, Dev, Planned)
- Breakdown by risk level (Critical, High, Medium, Low)
- Breakdown by oversight level (Human-in-the-loop, Human-on-the-loop, Autonomous)
- Number of unique tools across all agents
- Agent dependency count (number of agent-to-agent connections)
- Agents requiring audit (count)
- Suggested next steps (e.g., "Run
$arckit-agent-security to assess security posture" or "Run $arckit-agent-design for new agent architecture")
Example Usage
User: $arckit-agent-inventory Catalog all AI agents in the data processing pipeline
You should:
- Check prerequisites (ADMP, APP, PRIN recommended)
- Find project directory (e.g.,
projects/001-data-pipeline/)
- Search for existing agent definitions across documents and configurations
- Generate comprehensive agent inventory:
- Agent register with AGT-001 through AGT-005 (data ingestion, validation, transformation, analysis, reporting)
- Capability matrix showing tools (MCP clients, file systems, APIs, vector stores)
- Dependency flowchart showing orchestration chain
- Security classification (sensitivity levels, isolation methods)
- Lifecycle status (active, in development, deprecated)
- Oversight levels per agent (risk-based)
- CRITICAL - Token Efficiency: Use the Write tool to create
projects/001-data-pipeline/ARC-001-AAGI-v1.0.md
- DO NOT output the full document in your response (this exceeds 32K token limit!)
- Show summary only (see Output Instructions below)
Important Notes
Agent inventory is the foundation for all subsequent agent architecture work (design, governance, security, maturity)
Every agent MUST have an owner — unowned agents are a governance risk
Risk classification drives oversight: Critical/High risk agents require Human-in-the-loop or Human-on-the-loop
Low risk agents can operate autonomously with audit logging
Security classification is mandatory — every agent needs sensitivity, access, isolation, and audit status defined
Dependency map must show all agent-to-agent communication — orphan agents indicate design gaps
Use Mermaid flowchart TD syntax for dependency diagrams (GitHub-renderable)
Reference agent architecture reference from .arckit/references/agent-architecture-reference.md for design patterns, memory architectures, and security models
Cross-reference existing AAGR, AAOV, AASE documents to avoid duplicating definitions
Traceability: All agents must link back to ADMP programme scope and PRIN governance principles
Markdown escaping: When writing less-than or greater-than comparisons, always include a space after < or > (e.g., < 3 seconds, > 99.9% uptime) to prevent markdown renderers from interpreting them as HTML tags or emoji
Integration with Other Commands
- Output: Feeds into
$arckit-agent-design (architecture for new or modified agents based on inventory gaps)
- Output: Feeds into
$arckit-agent-security (security assessment for each inventoried agent)
- Output: Feeds into
$arckit-agent-governance (oversight framework built on inventory)
- Output: Feeds into
$arckit-agent-integration (integration patterns between inventoried agents)
- Output: Feeds into
$arckit-agent-maturity (maturity assessment across all agents)
Quality Checks
Before writing the output file, verify:
- Agent Register: ≥3 agents documented with all required fields
- Capability Matrix: All agents have tools, skills, memory, and output types defined
- Dependency Diagram: Mermaid flowchart present with all agent-to-agent connections
- Security Classification: All agents have sensitivity, access level, isolation, and audit status
- Lifecycle Status: All agents have status, dates, and version
- Oversight Level: All agents have explicit oversight model defined
Output Instructions
CRITICAL - Token Efficiency:
1. Generate Agent Inventory
Create the comprehensive agent inventory following the template structure with all sections.
2. Write Directly to File
Use the Write tool to create projects/{project-dir}/ARC-{PROJECT_ID}-AAGI-v1.0.md with the complete agent inventory.
DO NOT output the full document in your response. This would exceed token limits.
3. Show Summary Only
After writing the file, show ONLY a concise summary:
## Agent Inventory Complete ✅
**Project**: [Project Name]
**File Created**: `projects/[PROJECT]/ARC-{PROJECT_ID}-AAGI-v1.0.md`
### Inventory Summary
**Agents**: [Number] agents catalogued
- Production: [Number]
- Staging: [Number]
- Development: [Number]
- Planned: [Number]
**Risk Levels**:
- Critical: [Number]
- High: [Number]
- Medium: [Number]
- Low: [Number]
**Oversight**:
- Human-in-the-loop: [Number]
- Human-on-the-loop: [Number]
- Autonomous with Audit: [Number]
**Dependencies**: [Number] agent-to-agent connections mapped
### What's in the Document
- Agent Register (complete table with ID, name, purpose, model, owner, risk, oversight)
- Capability Matrix (tools, skills, memory, outputs per agent)
- Dependency Map (Mermaid flowchart)
- Security Classification (sensitivity, access, isolation, audit)
- Agent Lifecycle (status, dates, versions)
- Oversight Levels (per-agent governance model)
- Traceability (ADMP, APP, PRIN links)
### Next Steps
- Run `$arckit-agent-security` to assess security posture for inventoried agents
- Run `$arckit-agent-design` to design architecture for new or modified agents
- Run `$arckit-agent-governance` to establish oversight frameworks
Statistics to Include:
- Total agents in register
- Agents by deployment status
- Agents by risk level
- Agents by oversight level
- Total agent-to-agent dependencies
- Agents requiring audit
Generate the agent inventory now, write to file using Write tool, and show only the summary above.
Suggested Next Steps
After completing this command, consider running:
$arckit-agent-design -- Design architecture for new or modified agents
$arckit-agent-security -- Assess security posture for inventoried agents
1---2name: arckit-agent-inventory3description: Catalog existing AI agents with capabilities, security classification, and oversight level4---56You are helping an enterprise architect create a comprehensive AI agent inventory that catalogs all existing AI agents across the programme — documenting capabilities, security posture, and human oversight levels.78## User Input910```text11$ARGUMENTS12```1314## Instructions1516> **Note**: Before generating, scan `projects/` for existing project directories. For each project, list all `ARC-*.md` artifacts, check `external/` for reference documents, and check `000-global/` for cross-project policies. If no external docs exist but they would improve output, ask the user.1718### Prerequisites1920- **ADMP** (ADM Preliminary / Architecture Vision, recommended — inherits from TOGAF if available)21- **APP** (Application Inventory, recommended)22- **PRIN** (Principles, recommended — from 000-global)23241. **Determine inventory scope**:2526 Ask the user: *"What scope should this agent inventory cover? (e.g., all agents across the organisation, a specific project, or a specific environment like production/staging)"*2728 Use the user's input and `$ARGUMENTS` to determine scope.29302. **Read existing artifacts from the project context:**3132 **RECOMMENDED** (read if available, note if missing):33 - **PRIN** (Architecture Principles, in `000-global`)34 - Extract: AI governance standards, agent policy requirements, risk tolerance thresholds35 - **ADMP** (ADM Preliminary / Architecture Vision)36 - Extract: Agent programme scope, migration phases, existing agent references37 - **APP** (Application Inventory)38 - Extract: Application context, hosting platforms, integrations, lifecycle and ownership details3940 **OPTIONAL** (read if available, skip silently if missing):41 - **AAGR** (Agent Architecture Specification)42 - Extract: Agent capability requirements, safety requirements, architecture patterns43 - **AAOV** (Agent Governance Framework)44 - Extract: Oversight model, approval workflow, audit requirements45 - **AASE** (Agent Security Architecture)46 - Extract: Threat models, security controls, isolation requirements47 - **AAIN** (Agent Integration Patterns)48 - Extract: Agent-to-agent communication patterns, orchestration models49 - **AAMT** (Agent Maturity Assessment)50 - Extract: Current maturity level, improvement targets51523. **Identify the target project**:5354 - Use the **ArcKit Project Context** (above) to find the project matching the user's input (by name or number)55 - If no match, create a new project:56 1. Use Glob to list `projects/*/` directories and find the highest `NNN-*` number (or start at `001` if none exist)57 2. Calculate the next number (zero-padded to 3 digits, e.g., `002`)58 3. Slugify the project name (lowercase, replace non-alphanumeric with hyphens, trim)59 4. Use the Write tool to create `projects/{NNN}-{slug}/README.md` with the project name, ID, and date — the Write tool will create all parent directories automatically60 5. Also create `projects/{NNN}-{slug}/external/README.md` with a note to place external reference documents here61 6. Set `PROJECT_ID` = the 3-digit number, `PROJECT_PATH` = the new directory path62634. **Read the template** (with user override support):6465 - **First**, check if `.arckit/templates-custom/agent-inventory-template.md` exists in the project root66 - **If found**: Read the user's customized template (user override takes precedence)67 - **If not found**: Read `.arckit/templates/agent-inventory-template.md` (default)68 - **Then**, read `.arckit/templates/_partials/RENDERING.md` and resolve the template's `<!-- DOC-CONTROL-HEADER -->` marker to the Document Control partial it selects, applying the `${organisation_name}` and `${default_classification}` substitutions. Remove the marker and its comment from the output — a rendered artefact must never contain either.6970 > **Tip**: Users can customize templates with `$arckit-customize agent-inventory`71725. **Catalog agents from all sources:**7374 Search for existing agent definitions across:75 - Agent design documents (`ARC-*-AAGR-*.md`)76 - Agent operational views (`ARC-*-AAOV-*.md`)77 - Agent security evaluations (`ARC-*-AASE-*.md`)78 - Code repositories and deployment configurations79 - Any external documents referencing AI agents80 - Known agent frameworks in use (LangGraph, CrewAI, AutoGen, etc.)8182 For each agent found, document:83 - **Agent ID**: Unique identifier (AGT-001, AGT-002, etc.)84 - **Name**: Human-readable agent name85 - **Purpose**: What this agent does (1-2 sentences)86 - **Model**: Underlying LLM or model family (GPT-4, Claude, open-source, etc.)87 - **Deployment**: Current deployment status (Prod, Staging, Dev, Planned)88 - **Owner**: Business or technical owner89 - **Risk Level**: Critical, High, Medium, Low90 - **Oversight Level**: Human-in-the-loop, Human-on-the-loop, Autonomous with Audit9192 > **If fewer than 3 agents are found**, ask the user: *"I've identified fewer than 3 agents. Do you have additional agents to include, or should I proceed with the agents found?"*93946. **Build the agent inventory:**9596 **A. Agent Register**:97 - Create a complete table of all agents with ID, name, purpose, model, deployment status, owner, risk level, and oversight level9899 **B. Capability Matrix**:100 - For each agent, document: tools available, skills/capabilities, memory type (Session, Durable, Vector), and output types (Text, API, File, Action)101102 **C. Agent Dependencies** (Mermaid flowchart):103 - Create a dependency map showing how agents interact104 - Include orchestration relationships, data flows, and tool-sharing patterns105 - Use Mermaid `flowchart TD` syntax106107 **D. Security Classification**:108 - For each agent, document: data sensitivity level, access level, isolation method, and whether audit is required109 - Reference security evaluations from AASE documents if available110111 **E. Agent Lifecycle**:112 - Document current status (Active, In Development, Deprecating, Retired), creation date, last updated date, and version113 - Include lifecycle stage rationale114115 **F. Human Oversight Level**:116 - Define oversight model per agent:117 - **Human-in-the-loop**: Critical decisions require explicit human approval118 - **Human-on-the-loop**: Human monitors and can intervene but doesn't approve each action119 - **Autonomous with Audit**: Agent operates independently with comprehensive logging and periodic review120 - Link oversight level to risk classification1211227. **Read the quality checklist**:123124 Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **AAGI** per-type checks pass. Fix any failures before proceeding.1251268. **Write the output**:127 - Write to `projects/{project-dir}/ARC-{PROJECT_ID}-AAGI-v1.0.md`128 - Use the exact template structure from `agent-inventory-template.md`129 - Include Mermaid dependency diagram130 - Include all sections even if some are marked as "No agents found" or "TBD"131132**IMPORTANT - Auto-Populate Document Information Fields:**133134Before completing the document, populate document information fields:135136### Auto-populated fields137138- `[PROJECT_ID]` → Extract from project path (e.g., "001")139- `[VERSION]` → Start with "1.0" for new documents140- `[DATE]` / `[YYYY-MM-DD]` → Current date in YYYY-MM-DD format141- `[DOCUMENT_TYPE_NAME]` → Document purpose142- `ARC-[PROJECT_ID]-AAGI-v[VERSION]` → Generated document ID143- `[STATUS]` → "DRAFT" for new documents144- **Classification** → comes from the resolved Document Control header, not from a placeholder. `_partials/RENDERING.md` fixes the ladder from the artefact's own regime; `${default_classification}` applies only where that regime falls through to user config.145146### User-provided fields147148- `[PROJECT_NAME]` → Full project name149- `[OWNER_NAME_AND_ROLE]` → Document owner150151### Revision History152153```markdown154| 1.0 | {DATE} | ArcKit AI | Initial creation from `$arckit-agent-inventory` command |155```156157### Generation Metadata Footer158159```markdown160**Generated by**: ArcKit `$arckit-agent-inventory` command161**Generated on**: {DATE}162**ArcKit Version**: {ARCKIT_VERSION}163**Project**: {PROJECT_NAME} (Project {PROJECT_ID})164**AI Model**: [Actual model name]165```1661679. **Summarize what you created**:168169- Total number of agents inventoried (AGT-001, AGT-002, etc.)170- Breakdown by deployment status (Prod, Staging, Dev, Planned)171- Breakdown by risk level (Critical, High, Medium, Low)172- Breakdown by oversight level (Human-in-the-loop, Human-on-the-loop, Autonomous)173- Number of unique tools across all agents174- Agent dependency count (number of agent-to-agent connections)175- Agents requiring audit (count)176- Suggested next steps (e.g., "Run `$arckit-agent-security` to assess security posture" or "Run `$arckit-agent-design` for new agent architecture")177178## Example Usage179180User: `$arckit-agent-inventory Catalog all AI agents in the data processing pipeline`181182You should:183184- Check prerequisites (ADMP, APP, PRIN recommended)185- Find project directory (e.g., `projects/001-data-pipeline/`)186- Search for existing agent definitions across documents and configurations187- Generate comprehensive agent inventory:188 - Agent register with AGT-001 through AGT-005 (data ingestion, validation, transformation, analysis, reporting)189 - Capability matrix showing tools (MCP clients, file systems, APIs, vector stores)190 - Dependency flowchart showing orchestration chain191 - Security classification (sensitivity levels, isolation methods)192 - Lifecycle status (active, in development, deprecated)193 - Oversight levels per agent (risk-based)194- **CRITICAL - Token Efficiency**: Use the **Write tool** to create `projects/001-data-pipeline/ARC-001-AAGI-v1.0.md`195 - **DO NOT** output the full document in your response (this exceeds 32K token limit!)196- Show summary only (see Output Instructions below)197198## Important Notes199200- **Agent inventory is the foundation** for all subsequent agent architecture work (design, governance, security, maturity)201- **Every agent MUST have an owner** — unowned agents are a governance risk202- **Risk classification drives oversight**: Critical/High risk agents require Human-in-the-loop or Human-on-the-loop203- **Low risk agents** can operate autonomously with audit logging204- **Security classification is mandatory** — every agent needs sensitivity, access, isolation, and audit status defined205- **Dependency map must show all agent-to-agent communication** — orphan agents indicate design gaps206- **Use Mermaid flowchart TD syntax** for dependency diagrams (GitHub-renderable)207- **Reference agent architecture reference** from `.arckit/references/agent-architecture-reference.md` for design patterns, memory architectures, and security models208- **Cross-reference existing AAGR, AAOV, AASE documents** to avoid duplicating definitions209- **Traceability**: All agents must link back to ADMP programme scope and PRIN governance principles210211- **Markdown escaping**: When writing less-than or greater-than comparisons, always include a space after `<` or `>` (e.g., `< 3 seconds`, `> 99.9% uptime`) to prevent markdown renderers from interpreting them as HTML tags or emoji212213## Integration with Other Commands214215- **Output**: Feeds into `$arckit-agent-design` (architecture for new or modified agents based on inventory gaps)216- **Output**: Feeds into `$arckit-agent-security` (security assessment for each inventoried agent)217- **Output**: Feeds into `$arckit-agent-governance` (oversight framework built on inventory)218- **Output**: Feeds into `$arckit-agent-integration` (integration patterns between inventoried agents)219- **Output**: Feeds into `$arckit-agent-maturity` (maturity assessment across all agents)220221## Quality Checks222223Before writing the output file, verify:224225- **Agent Register**: ≥3 agents documented with all required fields226- **Capability Matrix**: All agents have tools, skills, memory, and output types defined227- **Dependency Diagram**: Mermaid flowchart present with all agent-to-agent connections228- **Security Classification**: All agents have sensitivity, access level, isolation, and audit status229- **Lifecycle Status**: All agents have status, dates, and version230- **Oversight Level**: All agents have explicit oversight model defined231232## Output Instructions233234**CRITICAL - Token Efficiency:**235236### 1. Generate Agent Inventory237238Create the comprehensive agent inventory following the template structure with all sections.239240### 2. Write Directly to File241242**Use the Write tool** to create `projects/{project-dir}/ARC-{PROJECT_ID}-AAGI-v1.0.md` with the complete agent inventory.243244**DO NOT** output the full document in your response. This would exceed token limits.245246### 3. Show Summary Only247248After writing the file, show ONLY a concise summary:249250```markdown251## Agent Inventory Complete ✅252253**Project**: [Project Name]254**File Created**: `projects/[PROJECT]/ARC-{PROJECT_ID}-AAGI-v1.0.md`255256### Inventory Summary257258**Agents**: [Number] agents catalogued259- Production: [Number]260- Staging: [Number]261- Development: [Number]262- Planned: [Number]263264**Risk Levels**:265- Critical: [Number]266- High: [Number]267- Medium: [Number]268- Low: [Number]269270**Oversight**:271- Human-in-the-loop: [Number]272- Human-on-the-loop: [Number]273- Autonomous with Audit: [Number]274275**Dependencies**: [Number] agent-to-agent connections mapped276277### What's in the Document278279- Agent Register (complete table with ID, name, purpose, model, owner, risk, oversight)280- Capability Matrix (tools, skills, memory, outputs per agent)281- Dependency Map (Mermaid flowchart)282- Security Classification (sensitivity, access, isolation, audit)283- Agent Lifecycle (status, dates, versions)284- Oversight Levels (per-agent governance model)285- Traceability (ADMP, APP, PRIN links)286287### Next Steps288289- Run `$arckit-agent-security` to assess security posture for inventoried agents290- Run `$arckit-agent-design` to design architecture for new or modified agents291- Run `$arckit-agent-governance` to establish oversight frameworks292```293294**Statistics to Include**:295296- Total agents in register297- Agents by deployment status298- Agents by risk level299- Agents by oversight level300- Total agent-to-agent dependencies301- Agents requiring audit302303Generate the agent inventory now, write to file using Write tool, and show only the summary above.304305## Suggested Next Steps306307After completing this command, consider running:308309- `$arckit-agent-design` -- Design architecture for new or modified agents310- `$arckit-agent-security` -- Assess security posture for inventoried agents