| name | new-focus |
| description | Scaffold a new country focus tree file with a correctly structured root focus and localisation stubs. Use when asked to create, start, or scaffold a focus tree for a country, e.g. "/new-focus SER". Takes the 3-letter TAG. |
Scaffold a new focus tree file for a country in Millennium Dawn.
Country TAG (3-letter code): $ARGUMENTS
Steps:
-
Confirm the TAG is valid (3 uppercase letters). If $ARGUMENTS is empty, ask the user for the TAG.
-
Check if common/national_focus/05_<TAG>.txt already exists (uppercase TAG). If it does, warn the user before proceeding.
-
Create the file at common/national_focus/05_<TAG>.txt (uppercase TAG) with:
- A
focus_tree container block with the correct id, country filter, and a placeholder continuous_focus_position
- One starter focus block following the required property order (see
.claude/docs/focus-tree-reference.md § "Required Property Order")
- The root focus id following the pattern
TAG_start
- All tags capitalised in script IDs (e.g.
SER_free_market_capitalism, not ser_free_market_capitalism)
relative_position_id on all focuses after the root (all focus trees must use relative positioning)
- Logging in completion_reward:
log = "[GetDateText]: [Root.GetName]: Focus TAG_start"
search_filters (required on all focuses)
ai_will_do (required on all focuses)
- Commented-out optional blocks (allow_branch, prerequisite, mutually_exclusive, bypass, cancel, select_effect, bypass_effect) as scaffolding hints; remind the user to remove any that stay empty (empty trigger blocks are bloat)
- Omit default values:
cancel_if_invalid = yes, continue_if_invalid = no, available_if_capitulated = no
-
Create the minimum localisation entry. If localisation/english/MD_focus_<TAG>_l_english.yml exists, append to it; otherwise create it with the l_english: header. Add keys for TAG_start and TAG_start_desc. Follow localisation rules: UTF-8 with BOM, 1-space indent, no trailing version numbers.
-
Remind the user of next steps:
Immediate setup:
- Add
shared_focus lines if the country should use shared trees (EU, AU, etc.)
- Set a real icon instead of the placeholder
- Fill in
continuous_focus_position after building out the tree
Then follow the Focus Tree Lifecycle Checklist (docs/src/content/resources/focus-tree-lifecycle-checklist.md) and Content Review Guide (docs/src/content/resources/content-review-guide.md) for ideas, decisions, history, OOB, leaders, namelists, events, and merge standards.