Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arckit-claude/agents/arckit-aws-research.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Auto-populate fields:
- `[VERSION]` = determined version from Step 9
- `[DATE]` = current date (YYYY-MM-DD)
- `[STATUS]` = "DRAFT"
- `[CLASSIFICATION]` = "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` = `${user_config.default_classification}` when set; otherwise `OFFICIAL` (UK Gov mode) or `PUBLIC` (Generic mode)

Include the generation metadata footer:

Expand Down
2 changes: 1 addition & 1 deletion arckit-claude/agents/arckit-azure-research.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Auto-populate fields:
- `[VERSION]` = determined version from Step 9
- `[DATE]` = current date (YYYY-MM-DD)
- `[STATUS]` = "DRAFT"
- `[CLASSIFICATION]` = "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` = `${user_config.default_classification}` when set; otherwise `OFFICIAL` (UK Gov mode) or `PUBLIC` (Generic mode)

Include the generation metadata footer:

Expand Down
11 changes: 9 additions & 2 deletions arckit-claude/agents/arckit-datascout.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ You are an enterprise data source discovery specialist. You systematically disco
7. Write a comprehensive discovery document to file
8. Return only a summary to the caller

## Governance Framework Mode

- Use `${user_config.governance_framework}` as the default mode selector.
- Treat empty/unknown values as `UK Gov`.
- If mode is `Generic`, keep data discovery and quality analysis but skip UK-specific obligations/references (GDS Service Standard, TCoP, NCSC CAF, Orange/Green Book).
- If mode is `UK Gov`, keep current UK Government guidance behavior.

## Process

### Step 1: Read Available Documents
Expand Down Expand Up @@ -81,7 +88,7 @@ Find the project directory in `projects/` (user may specify name/number, otherwi
- **Principles**: Data governance constraints, approved sources, compliance standards
- **Data Model**: Entities needing external population, data quality requirements

Detect if UK Government project (look for "UK Government", "Ministry of", "Department for", "NHS", "MOD").
Detect if UK Government project (look for "UK Government", "Ministry of", "Department for", "NHS", "MOD"). Use this as a secondary signal when `${user_config.governance_framework}` is empty.

### Step 1b: Check for External Documents (optional)

Expand Down Expand Up @@ -398,7 +405,7 @@ Auto-populate fields:
- `[VERSION]` = determined version from Step 14
- `[DATE]` = current date (YYYY-MM-DD)
- `[STATUS]` = "DRAFT"
- `[CLASSIFICATION]` = "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` = `${user_config.default_classification}` when set; otherwise "OFFICIAL" (UK Gov mode) or "PUBLIC" (Generic mode)

Include the generation metadata footer:

Expand Down
2 changes: 1 addition & 1 deletion arckit-claude/agents/arckit-gcp-research.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Auto-populate fields:
- `[VERSION]` = determined version from Step 9
- `[DATE]` = current date (YYYY-MM-DD)
- `[STATUS]` = "DRAFT"
- `[CLASSIFICATION]` = "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` = `${user_config.default_classification}` when set; otherwise `OFFICIAL` (UK Gov mode) or `PUBLIC` (Generic mode)

Include the generation metadata footer:

Expand Down
2 changes: 1 addition & 1 deletion arckit-claude/agents/arckit-gov-code-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Auto-populate fields:
- `[VERSION]` = determined version from Step 11
- `[DATE]` = current date (YYYY-MM-DD)
- `[STATUS]` = "DRAFT"
- `[CLASSIFICATION]` = "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` = `${user_config.default_classification}` when set; otherwise `OFFICIAL` (UK Gov mode) or `PUBLIC` (Generic mode)

Include the generation metadata footer:

Expand Down
2 changes: 1 addition & 1 deletion arckit-claude/agents/arckit-gov-landscape.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Auto-populate fields:
- `[VERSION]` = determined version from Step 14
- `[DATE]` = current date (YYYY-MM-DD)
- `[STATUS]` = "DRAFT"
- `[CLASSIFICATION]` = "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` = `${user_config.default_classification}` when set; otherwise `OFFICIAL` (UK Gov mode) or `PUBLIC` (Generic mode)

Include the generation metadata footer:

Expand Down
2 changes: 1 addition & 1 deletion arckit-claude/agents/arckit-gov-reuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Auto-populate fields:
- `[VERSION]` = determined version from Step 11
- `[DATE]` = current date (YYYY-MM-DD)
- `[STATUS]` = "DRAFT"
- `[CLASSIFICATION]` = "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` = `${user_config.default_classification}` when set; otherwise `OFFICIAL` (UK Gov mode) or `PUBLIC` (Generic mode)

Include the generation metadata footer:

Expand Down
11 changes: 9 additions & 2 deletions arckit-claude/agents/arckit-research.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ You are an enterprise architecture market research specialist. You conduct syste
5. Write a comprehensive research document to file
6. Return only a summary to the caller

## Governance Framework Mode

- Use `${user_config.governance_framework}` as the default mode selector.
- Treat empty/unknown values as `UK Gov`.
- If mode is `Generic`, skip UK-specific obligations/references (GDS Service Standard, TCoP, NCSC CAF, Orange/Green Book) and keep vendor/TCO/compliance analysis framework-neutral.
- If mode is `UK Gov`, keep current UK Government guidance behavior.

## Process

### Step 1: Read Available Documents
Expand Down Expand Up @@ -80,7 +87,7 @@ Find the project directory in `projects/` (user may specify name/number, otherwi
- **Stakeholders**: Priorities and success criteria for vendor evaluation
- **Data Model**: Data storage and processing needs for technology matching

Detect if UK Government project (look for "UK Government", "Ministry of", "Department for", "NHS", "MOD" in project name or requirements).
Detect if UK Government project (look for "UK Government", "Ministry of", "Department for", "NHS", "MOD" in project name or requirements). Use this as a secondary signal when `${user_config.governance_framework}` is empty.

### Step 1b: Check for External Documents (optional)

Expand Down Expand Up @@ -252,7 +259,7 @@ Auto-populate fields:
- `[VERSION]` = determined version from Step 9
- `[DATE]` = current date (YYYY-MM-DD)
- `[STATUS]` = "DRAFT"
- `[CLASSIFICATION]` = "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` = `${user_config.default_classification}` when set; otherwise "OFFICIAL" (UK Gov mode) or "PUBLIC" (Generic mode)

Include the generation metadata footer:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/adr.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ ADRs are multi-instance documents. Version detection depends on whether you are
**User-provided fields** (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

**Calculated fields**:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/ai-playbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -1356,8 +1356,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
10 changes: 8 additions & 2 deletions arckit-claude/commands/atrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ $ARGUMENTS

> **Note**: The ArcKit Project Context hook has already detected all projects, artifacts, external documents, and global policies. Use that context below — no need to scan directories manually.

**Governance framework mode**:
- Use `${user_config.governance_framework}` as the default mode selector.
- Treat empty/unknown values as `UK Gov`.
- If mode is `Generic`, keep algorithmic transparency, risk, and accountability content but remove UK-specific mandates/references (ATRS publication obligations, GDS Service Standard, TCoP, NCSC CAF, Orange/Green Book).
- If mode is `UK Gov`, keep current ATRS behavior.

1. **Understand ATRS requirements**:
- ATRS is **MANDATORY** for all central government departments and arm's length bodies
- Two-tier structure: Tier 1 (public summary) + Tier 2 (detailed technical)
Expand Down Expand Up @@ -277,8 +283,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1502,8 +1502,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/data-mesh-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,12 @@ Before completing the document, populate document information fields:
- `[DOCUMENT_TYPE_NAME]` → Document purpose
- `ARC-[PROJECT_ID]-DATA-v[VERSION]` → Generated document ID
- `[STATUS]` → "DRAFT" for new documents
- `[CLASSIFICATION]` → Default to "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

### User-provided fields

- `[PROJECT_NAME]` → Full project name
- `[OWNER_NAME_AND_ROLE]` → Document owner
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user

### Revision History

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/dfd.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,8 +799,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/dld-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/dos.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/evaluate.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/gcloud-clarify.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/gcloud-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` -> Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` -> Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` -> Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/hld-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/jsp-936.md
Original file line number Diff line number Diff line change
Expand Up @@ -2007,12 +2007,12 @@ Before completing the document, populate document information fields:
- `[DOCUMENT_TYPE_NAME]` → Document purpose
- `ARC-[PROJECT_ID]-JSP936-v[VERSION]` → Generated document ID (for filename: `ARC-{PROJECT_ID}-JSP936-v1.0.md`)
- `[STATUS]` → "DRAFT" for new documents
- `[CLASSIFICATION]` → Default to "OFFICIAL" (UK Gov) or "PUBLIC"
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

### User-provided fields

- `[PROJECT_NAME]` → Full project name
- `[OWNER_NAME_AND_ROLE]` → Document owner
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user

### Revision History

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/maturity-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` -> Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` -> Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` -> Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
4 changes: 2 additions & 2 deletions arckit-claude/commands/mod-secure.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ Before completing the document, populate ALL document control fields in the head
*User-provided fields* (extract from project metadata or user input):

- `[PROJECT_NAME]` → Full project name from project metadata or user input
- `[OWNER_NAME_AND_ROLE]` → Document owner (prompt user if not in metadata)
- `[CLASSIFICATION]` → Default to "OFFICIAL" for UK Gov, "PUBLIC" otherwise (or prompt user)
- `[OWNER_NAME_AND_ROLE]` → Default to `${user_config.organisation_name}`; if unavailable, prompt user
- `[CLASSIFICATION]` → Default to `${user_config.default_classification}`; if unavailable use `OFFICIAL` for UK Gov mode and `PUBLIC` for Generic mode

*Calculated fields*:

Expand Down
Loading