You are helping an enterprise architect create an Application Inventory — a comprehensive portfolio catalog that maps all existing applications, their strategic fit, dependencies, technology landscape, and lifecycle status. This is the foundation for Phase C (Technology Architecture) decisions and application rationalisation.
User Input
$ARGUMENTS
Prerequisites: Read Foundational Artifacts
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.
MANDATORY (warn if missing):
- ADMP (Architecture Vision / Preliminary ADM) — Extract: Scope boundaries, ADM phase inclusions, strategic vision
- If missing: STOP and ask user to run
$arckit-adm-preliminary first. The application inventory must be scoped by the architecture vision.
RECOMMENDED (read if available, note if missing):
- BPCM (Business Capability Map) — Extract: Capability landscape, capability owners, capability-to-business value mapping
- REQ (Requirements) — Extract: System requirements, application migration requirements, integration requirements
- PRIN (Architecture Principles, in 000-global) — Extract: Technology standards, cloud strategy, application portfolio principles
Prerequisites 1b: Read external documents and policies
- Read any external documents listed in the project context (
external/ files) — extract existing application catalogues, portfolio assessments, asset inventories, technology register
- Read any enterprise standards in
projects/000-global/external/ — extract enterprise technology standards, approved technology stack, technology rationalisation targets
- If no external application docs found but they would improve the inventory, ask: "Do you have any existing application catalogues, portfolio assessments, or technology registers? I can read PDFs, spreadsheets, and images directly. Place them in
projects/{project-dir}/external/ and re-run, or skip."
- Citation traceability: When referencing content from external documents, follow the citation instructions in
.arckit/references/citation-instructions.md. Place inline citation markers (e.g., [PP-C1]) next to findings informed by source documents and populate the "External References" section in the template.
Instructions
1. Identify or Create Project
Identify the target project from the hook context. If the user specifies a project that doesn't exist yet, 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
2. Read Template
Read the template (with user override support):
- First, check if
.arckit/templates-custom/application-inventory-template.md exists in the project root
- If found: Read the user's customised template (user override takes precedence)
- If not found: Read
.arckit/templates/application-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 customise templates with $arckit-customize application-inventory
3. Clarify Scope with User
Before generating the inventory, ask the user about the scope of this assessment:
A question to the user: "What is the scope of this application inventory?"
- Options:
All applications | Business Unit | Specific Project
- Default:
All applications
4. Gather Application Data
Collect application information from all available sources:
- From ADMP: Scope boundaries — which business areas / systems are in scope
- From BPCM: Capabilities covered by each application, capability gaps
- From REQ: Requirements driving application changes — new capabilities, integration points, technology constraints
- From external documents: Existing application catalogues, technology registers, portfolio assessments
- From user: Direct input about known applications, strategic priorities, technology strategy
5. Load Mermaid Syntax References
Read the following Mermaid syntax references for diagrams:
.arckit/skills/mermaid-syntax/references/quadrantChart.md — Strategic fit matrix (quadrant chart)
.arckit/skills/mermaid-syntax/references/pie.md — Technology distribution (pie chart)
.arckit/skills/mermaid-syntax/references/flowchart.md — Dependency map (flowchart)
6. Generate Application Inventory
Create the Application Inventory document following the template structure.
Application Register
For each application, determine and document:
App ID: APP-001, APP-002, etc.
Name: Application name / product name
Category: Line-of-Business, Shared Service, Platform, Customer-Facing, Internal Tool, etc.
Owner: Business owner and technical owner
Technology Stack: Primary runtime, framework, database, hosting model
Lifecycle Phase: Concept / Discovery / Development / Operational / Mature / Declining / Retired
Status: Active / Deprecated / Planned / Under Review
Strategic Fit: Score each application using the following framework:
| Strategic Fit Rating |
Criteria |
Action |
| Strategic |
Core to business strategy, competitive differentiator, high business value |
Invest & Grow |
| Critical |
Essential for operations but not a differentiator, commodity functionality |
Maintain & Optimise |
| Support |
Supplementary functionality, low business value relative to cost |
Rationalise |
| Replace |
High technical debt, poor alignment with strategy, better alternatives exist |
Plan Replacement |
Strategic Fit Matrix
Generate a Mermaid quadrant chart plotting applications on:
- X-axis: Technical Debt (Low → High)
- Y-axis: Business Value (Low → High)
Quadrants:
- Keep & Invest (Low Debt, High Value) — Strategic apps
- Modernize (High Debt, High Value) — Critical apps needing refactoring
- Retire (High Debt, Low Value) — Replace candidates
- Monitor (Low Debt, Low Value) — Support apps to watch
Technology Landscape Heatmap
Generate a Mermaid pie chart showing technology distribution across the portfolio:
- Cloud-Native: Containers, serverless, managed services
- Containerised: Docker/Kubernetes deployments
- Virtualised: VM-based deployments
- Physical: Bare metal / on-premise hardware
Also include a technology diversity analysis:
- Runtime diversity: Number of unique runtimes/languages (target: reduce)
- Platform diversity: Number of unique hosting platforms (target: standardise)
- Vendor lock-in risk: Assessed per application
Application Dependencies
Generate a Mermaid flowchart showing:
- Inter-application dependencies (upstream/downstream)
- Shared services and common platforms
- External / third-party dependencies
- Critical path analysis — which apps, if down, cascade to others
Application-to-Capability Mapping
Map each application to the business capabilities it supports:
- Full coverage: Application is the primary system for the capability
- Partial coverage: Application handles some aspects; other systems also contribute
- Overlap: Multiple applications cover the same capability (rationalisation candidate)
- Gap: Capability has no system coverage
Application Lifecycle
For each application, document:
- Age: Time since initial deployment
- EOL Date: Known end-of-life date for platform/runtime/framework
- Next Major Version: Planned upgrade schedule
- End of Life Plan: Migration/retirement plan
Risk Register
Identify application-level risks:
- Technical: Unsupported technology, security vulnerabilities, scalability limits
- Operational: Single point of failure, lack of skilled staff, poor documentation
- Compliance: Data residency, audit requirements, certification expiry
- Strategic: Misalignment with direction, vendor risk, market obsolescence
Traceability
- Link ADMP → Application scope
- Link BPCM → Capability coverage
- Link REQ → Application requirements
- Link PRIN → Technology alignment
7. UK Government Specifics
If the user indicates this is a UK Government project, include:
- Technology Code of Practice (TCoP): Align application assessment against 13 TCoP points
- GDS Technology Standards: Check against GDS Technology Standards Catalogue
- CloudFirst: Compliance with CloudFirst policy for hosting model
- Spending Control Alignment: Application costs mapped to SR periods
- Cross-Government Services: Identify opportunities for GOV.UK Pay, Notify, Verify, Design System
8. MOD Specifics
If this is a Ministry of Defence project, include:
- Defiance Programme: Cloud migration status and MOD Cloud Programme alignment
- JSP 440: System project management stage alignment
- IAMM Level: Information assurance maturity for each application
- SSE: Single Source Estate compliance for commercial tools
9. Quality Gate
Before writing the file, read .arckit/references/quality-checklist.md and verify all Common Checks plus the APP per-type checks pass. Fix any failures before proceeding.
Additional quality checks for Application Inventory:
- Register Completeness: Application register must contain ≥3 applications with complete data (ID, name, category, owner, technology, lifecycle, status, strategic fit)
- Strategic Fit Scoring: Every application in the register must have a strategic fit rating assigned (Strategic/Critical/Support/Replace)
- Dependency Diagram: At least one Mermaid flowchart showing inter-application dependencies
- Capability Mapping: Every application must be mapped to at least one business capability
- Lifecycle Data: Every application must have lifecycle phase and status documented
10. Write the Output
IMPORTANT: The Application Inventory document will be a substantial document. You MUST use the Write tool to create the file, NOT output the full content in chat.
Create the file at:
projects/{P}/ARC-{P}-APP-v1.0.md
Use the Write tool with the complete content following the template structure.
Auto-Populate Document Information Fields
Before completing the document, populate document information 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] → "Application Inventory"
ARC-[PROJECT_ID]-APP-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-application-inventory` command |
Generation Metadata Footer
**Generated by**: ArcKit `$arckit-application-inventory` command
**Generated on**: {DATE}
**ArcKit Version**: {ARCKIT_VERSION}
**Project**: {PROJECT_NAME} (Project {PROJECT_ID})
**AI Model**: [Actual model name]
11. Show Summary to User
After writing the file, show a concise summary (NOT the full document):
## Application Inventory Complete
**Document**: `projects/{P}/ARC-{P}-APP-v1.0.md`
**Document ID**: ARC-{P}-APP-v1.0
### Inventory Scope
- **Scope**: [All applications / Business Unit / Project-specific]
- **Applications catalogued**: [N]
### Strategic Fit Summary
| Rating | Count | Examples |
|--------|-------|----------|
| Strategic | [N] | [App names] |
| Critical | [N] | [App names] |
| Support | [N] | [App names] |
| Replace | [N] | [App names] |
### Technology Landscape
- **Cloud-Native**: [N]% of portfolio
- **Containerised**: [N]% of portfolio
- **Virtualised**: [N]% of portfolio
- **Physical**: [N]% of portfolio
- **Technology diversity**: [N] unique runtimes, [N] platforms
### Dependency Analysis
- **Applications with dependencies mapped**: [N]
- **Shared services identified**: [N]
- **Critical dependencies**: [N] (single points of failure)
### Capability Coverage
- **Capabilities covered**: [N] out of [N] (from BPCM)
- **Full coverage**: [N] capabilities
- **Partial coverage**: [N] capabilities
- **Gaps (no system)**: [N] capabilities
- **Overlaps**: [N] capabilities covered by multiple apps
### Lifecycle
- **Active**: [N] applications
- **Deprecated**: [N] applications
- **Planned**: [N] applications
- **Applications approaching EOL**: [N]
### Risk Summary
- **High risks**: [N]
- **Medium risks**: [N]
- **Low risks**: [N]
### Synthesised From
- ✅ Architecture Vision: ARC-{P}-ADMP-v[N].md
- [✅/⚠️] Business Capability Map: ARC-{P}-BPCM-v[N].md
- [✅/⚠️] Requirements: ARC-{P}-REQ-v[N].md
- [✅/⚠️] Architecture Principles: ARC-000-PRIN-v[N].md
### Next Steps
1. Review Application Inventory with technology board / architecture review panel
2. Run `$arckit-application-rationalization` to decide keep/merge/replace/retire
3. Run `$arckit-gap-analysis` to identify capability coverage gaps
### Traceability
- [N] applications mapped to [N] capabilities
- [N] dependencies documented
- [N] risks identified
- [N] lifecycle actions required
**File location**: `projects/{P}/ARC-{P}-APP-v1.0.md`
Important Notes
Strategic Fit is Subjective: The strategic fit rating requires business context. Always ground ratings in the Architecture Vision (ADMP) and stakeholder input. When uncertain, flag applications for architectural review.
Dependencies Drive Risk: Application dependencies are critical risk factors. Document upstream/downstream relationships, protocol-level dependencies (API, database, file share), and data flow dependencies.
Lifecycle Drives Investment: Application EOL dates directly impact investment planning. Flag any applications where the underlying technology reaches EOL within 18 months of the assessment date.
Mandatory Prerequisites: ADMP is required as the application inventory must be scoped by the architecture vision. BPCM, REQ, and PRIN are recommended for full context.
Version Management: If an Application Inventory already exists (ARC-*-APP-v*.md), create a new version (v2.0) rather than overwriting. Track portfolio evolution across ADM cycles.
Integration with Other Commands:
- Input: Requires ADMP (scope), uses BPCM (capability mapping), REQ (requirements), PRIN (technology standards)
- Output: Feeds
$arckit-application-rationalization (portfolio decisions), $arckit-gap-analysis (capability gaps)
TOGAF Alignment: This document maps to TOGAF Phase C (Technology Architecture) outputs: existing technology baseline, technology standards, and application portfolio assessment.
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.
Suggested Next Steps
After completing this command, consider running:
$arckit-application-rationalization -- Decide keep/merge/replace/retire for each application
$arckit-gap-analysis -- Analyze capability coverage from application inventory
1---2name: arckit-application-inventory3description: Catalog existing applications with strategic fit scoring, dependencies, and lifecycle status4---56You are helping an enterprise architect create an **Application Inventory** — a comprehensive portfolio catalog that maps all existing applications, their strategic fit, dependencies, technology landscape, and lifecycle status. This is the foundation for Phase C (Technology Architecture) decisions and application rationalisation.78## User Input910```text11$ARGUMENTS12```1314## Prerequisites: Read Foundational Artifacts1516> **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**MANDATORY** (warn if missing):1920- **ADMP** (Architecture Vision / Preliminary ADM) — Extract: Scope boundaries, ADM phase inclusions, strategic vision21 - If missing: STOP and ask user to run `$arckit-adm-preliminary` first. The application inventory must be scoped by the architecture vision.2223**RECOMMENDED** (read if available, note if missing):2425- **BPCM** (Business Capability Map) — Extract: Capability landscape, capability owners, capability-to-business value mapping26- **REQ** (Requirements) — Extract: System requirements, application migration requirements, integration requirements27- **PRIN** (Architecture Principles, in 000-global) — Extract: Technology standards, cloud strategy, application portfolio principles2829### Prerequisites 1b: Read external documents and policies3031- Read any **external documents** listed in the project context (`external/` files) — extract existing application catalogues, portfolio assessments, asset inventories, technology register32- Read any **enterprise standards** in `projects/000-global/external/` — extract enterprise technology standards, approved technology stack, technology rationalisation targets33- If no external application docs found but they would improve the inventory, ask: "Do you have any existing application catalogues, portfolio assessments, or technology registers? I can read PDFs, spreadsheets, and images directly. Place them in `projects/{project-dir}/external/` and re-run, or skip."34- **Citation traceability**: When referencing content from external documents, follow the citation instructions in `.arckit/references/citation-instructions.md`. Place inline citation markers (e.g., `[PP-C1]`) next to findings informed by source documents and populate the "External References" section in the template.3536## Instructions3738### 1. Identify or Create Project3940Identify the target project from the hook context. If the user specifies a project that doesn't exist yet, create a new project:41421. Use Glob to list `projects/*/` directories and find the highest `NNN-*` number (or start at `001` if none exist)432. Calculate the next number (zero-padded to 3 digits, e.g., `002`)443. Slugify the project name (lowercase, replace non-alphanumeric with hyphens, trim)454. 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 automatically465. Also create `projects/{NNN}-{slug}/external/README.md` with a note to place external reference documents here476. Set `PROJECT_ID` = the 3-digit number, `PROJECT_PATH` = the new directory path4849### 2. Read Template5051**Read the template** (with user override support):5253- **First**, check if `.arckit/templates-custom/application-inventory-template.md` exists in the project root54- **If found**: Read the user's customised template (user override takes precedence)55- **If not found**: Read `.arckit/templates/application-inventory-template.md` (default)56- **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.5758> **Tip**: Users can customise templates with `$arckit-customize application-inventory`5960### 3. Clarify Scope with User6162Before generating the inventory, ask the user about the scope of this assessment:6364**A question to the user**: "What is the scope of this application inventory?"6566- Options: `All applications` | `Business Unit` | `Specific Project`67- Default: `All applications`6869### 4. Gather Application Data7071Collect application information from all available sources:7273- **From ADMP**: Scope boundaries — which business areas / systems are in scope74- **From BPCM**: Capabilities covered by each application, capability gaps75- **From REQ**: Requirements driving application changes — new capabilities, integration points, technology constraints76- **From external documents**: Existing application catalogues, technology registers, portfolio assessments77- **From user**: Direct input about known applications, strategic priorities, technology strategy7879### 5. Load Mermaid Syntax References8081Read the following Mermaid syntax references for diagrams:8283- `.arckit/skills/mermaid-syntax/references/quadrantChart.md` — Strategic fit matrix (quadrant chart)84- `.arckit/skills/mermaid-syntax/references/pie.md` — Technology distribution (pie chart)85- `.arckit/skills/mermaid-syntax/references/flowchart.md` — Dependency map (flowchart)8687### 6. Generate Application Inventory8889Create the Application Inventory document following the template structure.9091#### Application Register9293For each application, determine and document:9495- **App ID**: APP-001, APP-002, etc.96- **Name**: Application name / product name97- **Category**: Line-of-Business, Shared Service, Platform, Customer-Facing, Internal Tool, etc.98- **Owner**: Business owner and technical owner99- **Technology Stack**: Primary runtime, framework, database, hosting model100- **Lifecycle Phase**: Concept / Discovery / Development / Operational / Mature / Declining / Retired101- **Status**: Active / Deprecated / Planned / Under Review102- **Strategic Fit**: Score each application using the following framework:103104 | Strategic Fit Rating | Criteria | Action |105 |---|---|---|106 | **Strategic** | Core to business strategy, competitive differentiator, high business value | Invest & Grow |107 | **Critical** | Essential for operations but not a differentiator, commodity functionality | Maintain & Optimise |108 | **Support** | Supplementary functionality, low business value relative to cost | Rationalise |109 | **Replace** | High technical debt, poor alignment with strategy, better alternatives exist | Plan Replacement |110111#### Strategic Fit Matrix112113Generate a Mermaid quadrant chart plotting applications on:114115- **X-axis**: Technical Debt (Low → High)116- **Y-axis**: Business Value (Low → High)117118Quadrants:1191201. **Keep & Invest** (Low Debt, High Value) — Strategic apps1212. **Modernize** (High Debt, High Value) — Critical apps needing refactoring1223. **Retire** (High Debt, Low Value) — Replace candidates1234. **Monitor** (Low Debt, Low Value) — Support apps to watch124125#### Technology Landscape Heatmap126127Generate a Mermaid pie chart showing technology distribution across the portfolio:128129- **Cloud-Native**: Containers, serverless, managed services130- **Containerised**: Docker/Kubernetes deployments131- **Virtualised**: VM-based deployments132- **Physical**: Bare metal / on-premise hardware133134Also include a technology diversity analysis:135136- **Runtime diversity**: Number of unique runtimes/languages (target: reduce)137- **Platform diversity**: Number of unique hosting platforms (target: standardise)138- **Vendor lock-in risk**: Assessed per application139140#### Application Dependencies141142Generate a Mermaid flowchart showing:143144- Inter-application dependencies (upstream/downstream)145- Shared services and common platforms146- External / third-party dependencies147- Critical path analysis — which apps, if down, cascade to others148149#### Application-to-Capability Mapping150151Map each application to the business capabilities it supports:152153- Full coverage: Application is the primary system for the capability154- Partial coverage: Application handles some aspects; other systems also contribute155- Overlap: Multiple applications cover the same capability (rationalisation candidate)156- Gap: Capability has no system coverage157158#### Application Lifecycle159160For each application, document:161162- **Age**: Time since initial deployment163- **EOL Date**: Known end-of-life date for platform/runtime/framework164- **Next Major Version**: Planned upgrade schedule165- **End of Life Plan**: Migration/retirement plan166167#### Risk Register168169Identify application-level risks:170171- **Technical**: Unsupported technology, security vulnerabilities, scalability limits172- **Operational**: Single point of failure, lack of skilled staff, poor documentation173- **Compliance**: Data residency, audit requirements, certification expiry174- **Strategic**: Misalignment with direction, vendor risk, market obsolescence175176#### Traceability177178- Link ADMP → Application scope179- Link BPCM → Capability coverage180- Link REQ → Application requirements181- Link PRIN → Technology alignment182183### 7. UK Government Specifics184185If the user indicates this is a UK Government project, include:186187- **Technology Code of Practice (TCoP)**: Align application assessment against 13 TCoP points188- **GDS Technology Standards**: Check against [GDS Technology Standards Catalogue](https://technology-standards.service.gov.uk/)189- **CloudFirst**: Compliance with CloudFirst policy for hosting model190- **Spending Control Alignment**: Application costs mapped to SR periods191- **Cross-Government Services**: Identify opportunities for GOV.UK Pay, Notify, Verify, Design System192193### 8. MOD Specifics194195If this is a Ministry of Defence project, include:196197- **Defiance Programme**: Cloud migration status and MOD Cloud Programme alignment198- **JSP 440**: System project management stage alignment199- **IAMM Level**: Information assurance maturity for each application200- **SSE**: Single Source Estate compliance for commercial tools201202### 9. Quality Gate203204Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **APP** per-type checks pass. Fix any failures before proceeding.205206**Additional quality checks for Application Inventory**:2072081. **Register Completeness**: Application register must contain ≥3 applications with complete data (ID, name, category, owner, technology, lifecycle, status, strategic fit)2092. **Strategic Fit Scoring**: Every application in the register must have a strategic fit rating assigned (Strategic/Critical/Support/Replace)2103. **Dependency Diagram**: At least one Mermaid flowchart showing inter-application dependencies2114. **Capability Mapping**: Every application must be mapped to at least one business capability2125. **Lifecycle Data**: Every application must have lifecycle phase and status documented213214### 10. Write the Output215216**IMPORTANT**: The Application Inventory document will be a substantial document. You MUST use the Write tool to create the file, NOT output the full content in chat.217218Create the file at:219220```text221projects/{P}/ARC-{P}-APP-v1.0.md222```223224Use the Write tool with the complete content following the template structure.225226#### Auto-Populate Document Information Fields227228Before completing the document, populate document information fields:229230- `[PROJECT_ID]` → Extract from project path (e.g., "001")231- `[VERSION]` → Start with "1.0" for new documents232- `[DATE]` / `[YYYY-MM-DD]` → Current date in YYYY-MM-DD format233- `[DOCUMENT_TYPE_NAME]` → "Application Inventory"234- `ARC-[PROJECT_ID]-APP-v[VERSION]` → Generated document ID235- `[STATUS]` → "DRAFT" for new documents236- **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.237238#### User-provided fields239240- `[PROJECT_NAME]` → Full project name241- `[OWNER_NAME_AND_ROLE]` → Document owner242243#### Revision History244245```markdown246| 1.0 | {DATE} | ArcKit AI | Initial creation from `$arckit-application-inventory` command |247```248249#### Generation Metadata Footer250251```markdown252**Generated by**: ArcKit `$arckit-application-inventory` command253**Generated on**: {DATE}254**ArcKit Version**: {ARCKIT_VERSION}255**Project**: {PROJECT_NAME} (Project {PROJECT_ID})256**AI Model**: [Actual model name]257```258259### 11. Show Summary to User260261After writing the file, show a concise summary (NOT the full document):262263```markdown264## Application Inventory Complete265266**Document**: `projects/{P}/ARC-{P}-APP-v1.0.md`267**Document ID**: ARC-{P}-APP-v1.0268269### Inventory Scope270- **Scope**: [All applications / Business Unit / Project-specific]271- **Applications catalogued**: [N]272273### Strategic Fit Summary274| Rating | Count | Examples |275|--------|-------|----------|276| Strategic | [N] | [App names] |277| Critical | [N] | [App names] |278| Support | [N] | [App names] |279| Replace | [N] | [App names] |280281### Technology Landscape282- **Cloud-Native**: [N]% of portfolio283- **Containerised**: [N]% of portfolio284- **Virtualised**: [N]% of portfolio285- **Physical**: [N]% of portfolio286- **Technology diversity**: [N] unique runtimes, [N] platforms287288### Dependency Analysis289- **Applications with dependencies mapped**: [N]290- **Shared services identified**: [N]291- **Critical dependencies**: [N] (single points of failure)292293### Capability Coverage294- **Capabilities covered**: [N] out of [N] (from BPCM)295- **Full coverage**: [N] capabilities296- **Partial coverage**: [N] capabilities297- **Gaps (no system)**: [N] capabilities298- **Overlaps**: [N] capabilities covered by multiple apps299300### Lifecycle301- **Active**: [N] applications302- **Deprecated**: [N] applications303- **Planned**: [N] applications304- **Applications approaching EOL**: [N]305306### Risk Summary307- **High risks**: [N]308- **Medium risks**: [N]309- **Low risks**: [N]310311### Synthesised From312- ✅ Architecture Vision: ARC-{P}-ADMP-v[N].md313- [✅/⚠️] Business Capability Map: ARC-{P}-BPCM-v[N].md314- [✅/⚠️] Requirements: ARC-{P}-REQ-v[N].md315- [✅/⚠️] Architecture Principles: ARC-000-PRIN-v[N].md316317### Next Steps3181. Review Application Inventory with technology board / architecture review panel3192. Run `$arckit-application-rationalization` to decide keep/merge/replace/retire3203. Run `$arckit-gap-analysis` to identify capability coverage gaps321322### Traceability323- [N] applications mapped to [N] capabilities324- [N] dependencies documented325- [N] risks identified326- [N] lifecycle actions required327328**File location**: `projects/{P}/ARC-{P}-APP-v1.0.md`329```330331## Important Notes3323331. **Strategic Fit is Subjective**: The strategic fit rating requires business context. Always ground ratings in the Architecture Vision (ADMP) and stakeholder input. When uncertain, flag applications for architectural review.3343352. **Dependencies Drive Risk**: Application dependencies are critical risk factors. Document upstream/downstream relationships, protocol-level dependencies (API, database, file share), and data flow dependencies.3363373. **Lifecycle Drives Investment**: Application EOL dates directly impact investment planning. Flag any applications where the underlying technology reaches EOL within 18 months of the assessment date.3383394. **Mandatory Prerequisites**: ADMP is required as the application inventory must be scoped by the architecture vision. BPCM, REQ, and PRIN are recommended for full context.3403415. **Version Management**: If an Application Inventory already exists (`ARC-*-APP-v*.md`), create a new version (v2.0) rather than overwriting. Track portfolio evolution across ADM cycles.3423436. **Integration with Other Commands**:344 - **Input**: Requires ADMP (scope), uses BPCM (capability mapping), REQ (requirements), PRIN (technology standards)345 - **Output**: Feeds `$arckit-application-rationalization` (portfolio decisions), `$arckit-gap-analysis` (capability gaps)3463477. **TOGAF Alignment**: This document maps to TOGAF Phase C (Technology Architecture) outputs: existing technology baseline, technology standards, and application portfolio assessment.3483498. **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.350351## Suggested Next Steps352353After completing this command, consider running:354355- `$arckit-application-rationalization` -- Decide keep/merge/replace/retire for each application356- `$arckit-gap-analysis` -- Analyze capability coverage from application inventory