cc-dev-template 0.1.75 → 0.1.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/bin/install.js +11 -3
  2. package/package.json +1 -1
  3. package/src/scripts/spinner-verbs-startrek.json +47 -0
  4. package/src/skills/agent-browser/SKILL.md +10 -0
  5. package/src/skills/claude-md/references/audit.md +10 -0
  6. package/src/skills/claude-md/references/create.md +10 -0
  7. package/src/skills/claude-md/references/modify.md +10 -0
  8. package/src/skills/creating-agent-skills/references/create-step-2-design.md +8 -0
  9. package/src/skills/creating-agent-skills/references/create-step-3-write.md +18 -0
  10. package/src/skills/creating-agent-skills/references/create-step-4-review.md +2 -0
  11. package/src/skills/creating-agent-skills/references/create-step-5-install.md +10 -0
  12. package/src/skills/creating-agent-skills/references/fix-step-1-diagnose.md +6 -0
  13. package/src/skills/creating-agent-skills/references/fix-step-2-apply.md +2 -0
  14. package/src/skills/creating-agent-skills/references/fix-step-3-validate.md +10 -0
  15. package/src/skills/creating-sub-agents/references/create-step-5-install.md +10 -0
  16. package/src/skills/creating-sub-agents/references/fix-step-3-validate.md +10 -0
  17. package/src/skills/execute-spec/references/workflow.md +10 -0
  18. package/src/skills/initialize-project/SKILL.md +10 -0
  19. package/src/skills/project-setup/references/step-5-verify.md +10 -0
  20. package/src/skills/prompting/references/create.md +10 -0
  21. package/src/skills/prompting/references/review.md +10 -0
  22. package/src/skills/research/references/step-2-conduct-research.md +10 -0
  23. package/src/skills/spec-interview/references/step-7-finalize.md +10 -0
  24. package/src/skills/spec-review/SKILL.md +3 -0
  25. package/src/skills/spec-sanity-check/SKILL.md +3 -0
  26. package/src/skills/spec-to-tasks/references/step-4-review.md +4 -0
  27. package/src/skills/task-review/references/checklist.md +3 -0
  28. package/src/scripts/spinner-verbs-helldivers.json +0 -27
package/bin/install.js CHANGED
@@ -255,8 +255,8 @@ if (fs.existsSync(mergeSettingsPath)) {
255
255
  { file: 'read-guard-hook.json', name: 'Context guard for large reads' },
256
256
  { file: 'task-output-guard-hook.json', name: 'TaskOutput context guard' },
257
257
  { file: 'statusline-config.json', name: 'Custom status line' },
258
- // Spinner verbs - choose one (Helldivers or Factorio)
259
- { file: 'spinner-verbs-helldivers.json', name: 'Helldivers spinner verbs' }
258
+ // Spinner verbs - choose one (Star Trek or Factorio)
259
+ { file: 'spinner-verbs-startrek.json', name: 'Star Trek spinner verbs' }
260
260
  // { file: 'spinner-verbs-factorio.json', name: 'Factorio spinner verbs' }
261
261
  ];
262
262
 
@@ -312,7 +312,8 @@ const deprecatedFiles = [
312
312
  path.join(CLAUDE_DIR, 'scripts', 'bash-precheck-hook.json'),
313
313
  path.join(CLAUDE_DIR, 'hooks', 'bash-overflow-guard.sh'),
314
314
  path.join(CLAUDE_DIR, 'scripts', 'bash-overflow-hook.json'),
315
- path.join(CLAUDE_DIR, 'scripts', 'env-config.json')
315
+ path.join(CLAUDE_DIR, 'scripts', 'env-config.json'),
316
+ path.join(CLAUDE_DIR, 'scripts', 'spinner-verbs-helldivers.json')
316
317
  ];
317
318
 
318
319
  deprecatedFiles.forEach(file => {
@@ -401,6 +402,13 @@ if (fs.existsSync(settingsFile)) {
401
402
  settingsModified = true;
402
403
  }
403
404
 
405
+ // Enable MCP tool search (loads MCP tools on-demand instead of in context)
406
+ if (settings.env.ENABLE_TOOL_SEARCH !== 'true') {
407
+ settings.env.ENABLE_TOOL_SEARCH = 'true';
408
+ console.log('✓ Set ENABLE_TOOL_SEARCH=true');
409
+ settingsModified = true;
410
+ }
411
+
404
412
  if (settingsModified) {
405
413
  fs.writeFileSync(settingsFile, JSON.stringify(settings, null, 2));
406
414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-dev-template",
3
- "version": "0.1.75",
3
+ "version": "0.1.77",
4
4
  "description": "Structured AI-assisted development framework for Claude Code",
5
5
  "bin": {
6
6
  "cc-dev-template": "./bin/install.js"
@@ -0,0 +1,47 @@
1
+ {
2
+ "spinnerVerbs": {
3
+ "mode": "replace",
4
+ "verbs": [
5
+ "Engaging warp drive",
6
+ "Hailing frequencies open",
7
+ "Scanning for lifeforms",
8
+ "Routing through deflector dish",
9
+ "Calibrating phasers",
10
+ "Modulating shield harmonics",
11
+ "Consulting the computer",
12
+ "Running diagnostic",
13
+ "Reversing polarity",
14
+ "Diverting auxiliary power",
15
+ "Locking on target",
16
+ "Compensating for interference",
17
+ "Rerouting power",
18
+ "Establishing uplink",
19
+ "Analyzing subspace anomaly",
20
+ "Initializing transporter",
21
+ "Plotting course",
22
+ "Processing sensor data",
23
+ "Accessing Starfleet database",
24
+ "Raising shields",
25
+ "Optimizing ratios",
26
+ "Expanding the factory",
27
+ "Researching technology",
28
+ "Balancing belts",
29
+ "Routing logistics",
30
+ "Smelting ore",
31
+ "Automating production",
32
+ "Deploying blueprints",
33
+ "Scaling throughput",
34
+ "Refining petroleum",
35
+ "Extending rail network",
36
+ "Calculating ratios",
37
+ "Processing resources",
38
+ "Assembling components",
39
+ "Constructing outpost",
40
+ "Launching rockets",
41
+ "Clearing biters",
42
+ "Inserting inserters",
43
+ "Growing the factory",
44
+ "The factory must grow"
45
+ ]
46
+ }
47
+ }
@@ -204,3 +204,13 @@ agent-browser find testid "submit-btn" click
204
204
  ./templates/authenticated-session.sh https://app.example.com/login
205
205
  ./templates/capture-workflow.sh https://example.com ./output
206
206
  ```
207
+
208
+ ## Reflect After Use
209
+
210
+ After completing the browser automation task, reflect on your experience.
211
+
212
+ Were any commands, flags, patterns, or workarounds in this reference incorrect or missing? Did you discover a command syntax, a workaround for a specific site, or a pattern that should be documented here?
213
+
214
+ If yes, update the relevant section of this skill file. Only add tribal knowledge — commands and patterns a fresh Claude instance would not know about agent-browser specifically. Keep within size targets.
215
+
216
+ Tell the user what you updated, or confirm no updates were needed.
@@ -61,3 +61,13 @@ Changes made:
61
61
  Remaining concerns:
62
62
  - [any issues needing human decision]
63
63
  ```
64
+
65
+ ## Reflect
66
+
67
+ Before ending, reflect on your experience using this skill.
68
+
69
+ Were any CLAUDE.md principles, structural guidelines, or audit criteria in this skill wrong or incomplete? Did you discover a CLAUDE.md pattern or anti-pattern that should be documented for next time?
70
+
71
+ If yes, update the specific file in the claude-md skill directory. Only add tribal knowledge — insights a fresh Claude instance would not already know. Keep files within size targets.
72
+
73
+ Tell the user what you updated, or confirm no updates were needed.
@@ -70,3 +70,13 @@ Verify:
70
70
  4. Written as orientation, not documentation?
71
71
 
72
72
  If all yes, you're done.
73
+
74
+ ## Reflect
75
+
76
+ Before ending, reflect on your experience using this skill.
77
+
78
+ Were any CLAUDE.md principles, structural guidelines, or audit criteria in this skill wrong or incomplete? Did you discover a CLAUDE.md pattern or anti-pattern that should be documented for next time?
79
+
80
+ If yes, update the specific file in the claude-md skill directory. Only add tribal knowledge — insights a fresh Claude instance would not already know. Keep files within size targets.
81
+
82
+ Tell the user what you updated, or confirm no updates were needed.
@@ -50,3 +50,13 @@ If the content would make the file exceed ~100 lines, consider:
50
50
  ## Step 5: Confirm
51
51
 
52
52
  Tell the user what was added and where. If creating a new CLAUDE.md file, explain why that location was chosen.
53
+
54
+ ## Reflect
55
+
56
+ Before ending, reflect on your experience using this skill.
57
+
58
+ Were any CLAUDE.md principles, structural guidelines, or audit criteria in this skill wrong or incomplete? Did you discover a CLAUDE.md pattern or anti-pattern that should be documented for next time?
59
+
60
+ If yes, update the specific file in the claude-md skill directory. Only add tribal knowledge — insights a fresh Claude instance would not already know. Keep files within size targets.
61
+
62
+ Tell the user what you updated, or confirm no updates were needed.
@@ -157,6 +157,14 @@ List out the steps. Each step becomes one markdown file in `references/`. For ea
157
157
  - What signals the step is complete (the chain condition)
158
158
  - What the next step is
159
159
 
160
+ ### Include a Reflection Step
161
+
162
+ Every skill must end with a reflection section. This is not a separate chained step file — it is a section appended to the skill's existing final step (or the end of SKILL.md for informational skills). Plan for 10-20 lines.
163
+
164
+ The reflection section is where the agent looks back on its experience using the skill and, if the instructions were wrong, incomplete, or suboptimal, updates the skill files. This creates a self-learning loop — skills improve through use.
165
+
166
+ For forked-context skills (`context: fork`), use a "Skill Observations" section in the output format instead, since the sub-agent should not edit skill files from an isolated context.
167
+
160
168
  ## Confirm With the User
161
169
 
162
170
  Present the design:
@@ -159,6 +159,24 @@ If the skill involves tool calls, external services, or operations that can fail
159
159
 
160
160
  For critical validations, bundle a script rather than relying on language instructions. Code is deterministic; language interpretation is not.
161
161
 
162
+ ### Reflection Step
163
+
164
+ Every skill's final step (or the end of single-file skills) must include a reflection section. This creates a self-learning loop: the agent assesses its experience and updates the skill for next time.
165
+
166
+ Place the reflection after the work completion section (after "Completion", "Report Results", or equivalent). Structure it as:
167
+
168
+ 1. **Trigger**: "Before ending, reflect on your experience using this skill."
169
+ 2. **Assessment**: "Were any instructions wrong, incomplete, or misleading? Did you have to figure something out that the skill should have told you? Did any commands, paths, or patterns fail and require correction?"
170
+ 3. **Action**: "If yes, update the specific skill file where the issue lives. Apply the tribal knowledge test: only add what a fresh Claude instance would not already know."
171
+ 4. **Guardrails**: "Keep changes minimal. Fix what was wrong, add what was missing. Do not bloat the file beyond its size target or record situation-specific details that would not generalize."
172
+ 5. **Report**: "Tell the user what you changed and why, or confirm that no updates were needed."
173
+
174
+ Tailor the assessment questions to the skill's domain — what "went wrong" means for a prompting skill is different from what it means for a browser automation skill.
175
+
176
+ For forked-context skills (`context: fork`), add a "Skill Observations" optional section to the output format instead. The sub-agent notes any issues with its own instructions; the parent context decides whether to act.
177
+
178
+ Keep the reflection section under 20 lines. Use imperative voice like all skill content.
179
+
162
180
  ### MCP Tool References
163
181
 
164
182
  When a skill uses MCP tools, use fully qualified names:
@@ -44,6 +44,8 @@ Go through each file and verify:
44
44
  - Name matches the directory name?
45
45
  - Description uses third person with quoted trigger phrases?
46
46
  - All referenced files exist? (no broken links)
47
+ - Reflection step present in the final step file (or end of SKILL.md for informational skills)?
48
+ - For forked-context skills: "Skill Observations" section in the output format?
47
49
 
48
50
  ## Run Validation
49
51
 
@@ -61,3 +61,13 @@ Summarize what was created:
61
61
  - Install location
62
62
  - Trigger phrases
63
63
  - File structure (list all files)
64
+
65
+ ## Reflect
66
+
67
+ Before ending, reflect on your experience creating this skill.
68
+
69
+ Were any instructions in the creating-agent-skills skill wrong, incomplete, or misleading? Did you discover techniques, gotchas, or patterns that should be encoded for next time? Did any steps send you down a wrong path or leave out critical guidance?
70
+
71
+ If yes, identify the specific file in the creating-agent-skills skill where the issue lives and update it. Apply the tribal knowledge test: only add what a fresh Claude instance would not already know. Keep the file within its size target.
72
+
73
+ Tell the user what you updated, or confirm no skill updates were needed.
@@ -72,6 +72,11 @@ Evaluate each file against these criteria:
72
72
  - All referenced files exist?
73
73
  - Any unreferenced files in `references/` that should be connected?
74
74
 
75
+ ### Self-Learning
76
+ - Does the skill have a reflection step in its final step file (or at the end of SKILL.md for informational skills)?
77
+ - For forked-context skills (`context: fork`): does the output format include a "Skill Observations" section?
78
+ - If missing, flag it — every skill needs a self-learning loop.
79
+
75
80
  ## Summarize Findings
76
81
 
77
82
  Present the diagnosis to the user:
@@ -90,6 +95,7 @@ Based on your diagnosis, determine which type of fix is needed:
90
95
  - Removing meta-descriptions
91
96
  - Fixing broken file references
92
97
  - Small description improvements
98
+ - Adding a missing reflection step
93
99
 
94
100
  **Structural changes** — anything that changes the skill's architecture:
95
101
  - Converting between informational and procedural types
@@ -94,6 +94,8 @@ Does this justify its token cost? If Claude already knows it — remove it. If i
94
94
 
95
95
  **Fix description:** Rewrite to third person, add quoted trigger phrases, focus on WHEN not HOW.
96
96
 
97
+ **Add reflection step:** Append a reflection section to the skill's final step file (or end of SKILL.md for informational skills). See `references/create-step-3-write.md` "Reflection Step" section for the writing guidance. For forked-context skills, add a "Skill Observations" section to the output format instead.
98
+
97
99
  ## Apply the Changes
98
100
 
99
101
  Make all planned modifications now.
@@ -52,3 +52,13 @@ Summarize what was fixed:
52
52
  - Which files changed
53
53
  - What was wrong and how it was resolved
54
54
  - Confirm with the user that the skill now behaves as expected
55
+
56
+ ## Reflect
57
+
58
+ Before ending, reflect on your experience fixing this skill.
59
+
60
+ Were any diagnostic criteria, fix patterns, or writing principles in the creating-agent-skills skill wrong, incomplete, or misleading? Did you discover something during diagnosis or repair that should be encoded for next time?
61
+
62
+ If yes, identify the specific file in the creating-agent-skills skill where the issue lives and update it. Apply the tribal knowledge test: only add what a fresh Claude instance would not already know. Keep the file within its size target.
63
+
64
+ Tell the user what you updated, or confirm no skill updates were needed.
@@ -74,3 +74,13 @@ Summarize what was created:
74
74
  - Model
75
75
  - Memory scope (if any)
76
76
  - Skills preloaded (if any)
77
+
78
+ ## Reflect
79
+
80
+ Before ending, reflect on your experience creating this sub-agent.
81
+
82
+ Were any instructions in the creating-sub-agents skill wrong, incomplete, or misleading? Did you discover techniques, gotchas, or patterns that should be encoded for next time? Did any steps send you down a wrong path or leave out critical guidance?
83
+
84
+ If yes, identify the specific file in the creating-sub-agents skill where the issue lives and update it. Apply the tribal knowledge test: only add what a fresh Claude instance would not already know. Keep the file within its size target.
85
+
86
+ Tell the user what you updated, or confirm no skill updates were needed.
@@ -50,3 +50,13 @@ Summarize what was fixed:
50
50
  - Which aspects changed (frontmatter, prompt, hooks)
51
51
  - What was wrong and how it was resolved
52
52
  - Confirm with the user that the sub-agent now behaves as expected
53
+
54
+ ## Reflect
55
+
56
+ Before ending, reflect on your experience fixing this sub-agent.
57
+
58
+ Were any diagnostic criteria, fix patterns, or writing principles in the creating-sub-agents skill wrong, incomplete, or misleading? Did you discover something during diagnosis or repair that should be encoded for next time?
59
+
60
+ If yes, identify the specific file in the creating-sub-agents skill where the issue lives and update it. Apply the tribal knowledge test: only add what a fresh Claude instance would not already know. Keep the file within its size target.
61
+
62
+ Tell the user what you updated, or confirm no skill updates were needed.
@@ -72,3 +72,13 @@ Read `phase-4-triage.md` for details.
72
72
  - **Minimal returns** - Agents return status only, details in task files
73
73
  - **Task file is source of truth** - Implementation Notes and Review Notes track all history
74
74
  - **Parallelism** - Use `run_in_background: true` where possible
75
+
76
+ ## Reflect
77
+
78
+ Before ending, reflect on your experience using this skill.
79
+
80
+ Were any orchestration patterns, dispatch instructions, or triage procedures in this skill wrong or incomplete? Did the implementer/validator loop reveal a pattern that should be encoded for next time?
81
+
82
+ If yes, update the specific file in the execute-spec skill directory. Only add tribal knowledge. Keep files within size targets.
83
+
84
+ Tell the user what you updated, or confirm no updates were needed.
@@ -31,3 +31,13 @@ Report what was created:
31
31
  - `CLAUDE.md` - created or unchanged
32
32
 
33
33
  End with: "Run `/prime` to start a session."
34
+
35
+ ## Reflect
36
+
37
+ Before ending, reflect on your experience using this skill.
38
+
39
+ Were any template paths, placeholder formats, or initialization steps in this skill wrong or incomplete? Did you discover a project scaffolding pattern that should be encoded for next time?
40
+
41
+ If yes, update this skill file. Only add tribal knowledge — details a fresh Claude instance would not already know. Keep within size targets.
42
+
43
+ Tell the user what you updated, or confirm no updates were needed.
@@ -68,3 +68,13 @@ Tell the user:
68
68
  - Whether the project is ready to use
69
69
 
70
70
  If everything passed, the setup is complete.
71
+
72
+ ## Reflect
73
+
74
+ Before ending, reflect on your experience using this skill.
75
+
76
+ Were any Makefile patterns, hook configurations, or verification steps in this skill wrong or incomplete? Did you discover a project setup convention that should be encoded for next time?
77
+
78
+ If yes, update the specific file in the project-setup skill directory. Only add tribal knowledge. Keep files within size targets.
79
+
80
+ Tell the user what you updated, or confirm no updates were needed.
@@ -57,3 +57,13 @@ Present the draft prompt to the user.
57
57
  Ask: "Does this capture what you need? Any adjustments?"
58
58
 
59
59
  Incorporate feedback until the user is satisfied.
60
+
61
+ ## Reflect
62
+
63
+ Before ending, reflect on your experience using this skill.
64
+
65
+ Were any prompting principles, review criteria, or writing guidance in this skill wrong or incomplete? Did you apply a technique that worked well but is not captured here? Did any guidance lead to a weaker prompt that needed correction?
66
+
67
+ If yes, update the specific file in the prompting skill directory. Only add tribal knowledge — patterns or insights a fresh Claude instance would not already know about prompt engineering. Keep the file within its size target.
68
+
69
+ Tell the user what you updated, or confirm no updates were needed.
@@ -76,3 +76,13 @@ Format the review as:
76
76
  Ask: "Would you like me to adjust anything in the improved version?"
77
77
 
78
78
  Incorporate feedback and present updated version until the user is satisfied.
79
+
80
+ ## Reflect
81
+
82
+ Before ending, reflect on your experience using this skill.
83
+
84
+ Were any prompting principles, review criteria, or writing guidance in this skill wrong or incomplete? Did you apply a technique that worked well but is not captured here? Did any guidance lead to a weaker prompt that needed correction?
85
+
86
+ If yes, update the specific file in the prompting skill directory. Only add tribal knowledge — patterns or insights a fresh Claude instance would not already know about prompt engineering. Keep the file within its size target.
87
+
88
+ Tell the user what you updated, or confirm no updates were needed.
@@ -61,3 +61,13 @@ After writing the document:
61
61
  1. Confirm the research is complete
62
62
  2. Summarize the key takeaways
63
63
  3. Return to the invoking context (spec-interview or user)
64
+
65
+ ## Reflect
66
+
67
+ Before ending, reflect on your experience using this skill.
68
+
69
+ Were any research strategies, output format requirements, or source evaluation criteria in this skill wrong or incomplete? Did you discover a research approach or information synthesis technique that should be encoded for next time?
70
+
71
+ If yes, update the specific file in the research skill directory. Only add tribal knowledge — insights a fresh Claude instance would not already know about conducting research. Keep files within size targets.
72
+
73
+ Tell the user what you updated, or confirm no updates were needed.
@@ -55,4 +55,14 @@ Once user confirms no more review passes needed:
55
55
  - After all teammates confirm shutdown, use TeamDelete to clean up team resources
56
56
  - The `{spec_dir}/working/` directory remains on disk as reference for implementation
57
57
 
58
+ ## Reflect
59
+
60
+ Before ending, reflect on your experience conducting this spec interview.
61
+
62
+ Were any interview steps, team coordination patterns, or checkpoint instructions in this skill wrong or incomplete? Did you discover a question sequence, team interaction pattern, or spec structure that worked better than what the skill prescribed?
63
+
64
+ If yes, identify the specific file in the spec-interview skill where the issue lives and update it. Only add tribal knowledge — insights a fresh Claude instance would not already know about conducting spec interviews. Keep the file within its size target.
65
+
66
+ Tell the user what you updated, or confirm no skill updates were needed.
67
+
58
68
  If yes to task breakdown, invoke `spec-to-tasks` and specify which spec to break down.
@@ -81,6 +81,9 @@ Return the review as:
81
81
  ### Blocking Dependencies
82
82
  - [Dependency]: [What's needed before implementation can start]
83
83
 
84
+ ### Skill Observations (optional)
85
+ If any checklist items, evaluation criteria, or output format instructions in this skill were wrong, incomplete, or misleading during this review, note them here. Leave empty if no issues were found.
86
+
84
87
  ### Recommendation
85
88
  [Specific questions to ask the user, or "Spec is implementation-ready"]
86
89
  ```
@@ -71,6 +71,9 @@ Return findings as:
71
71
  ### Potential Pitfalls
72
72
  - [Pitfall]: [How to avoid]
73
73
 
74
+ ### Skill Observations (optional)
75
+ If any evaluation questions, check categories, or output format instructions in this skill were wrong, incomplete, or misleading during this review, note them here. Leave empty if no issues were found.
76
+
74
77
  ### Recommendation
75
78
  [Either "Plan is sound" or specific concerns to address]
76
79
  ```
@@ -41,6 +41,10 @@ After addressing critical issues, present:
41
41
 
42
42
  If the user wants changes, update the task files and re-run the review.
43
43
 
44
+ ## Skill Observations
45
+
46
+ If any task generation patterns, step instructions, or template formats in this skill were wrong, incomplete, or misleading during this run, include a note in your final output to the user. This helps the parent context decide whether to update the skill.
47
+
44
48
  ## Complete
45
49
 
46
50
  Once the user approves the task breakdown, the skill is complete. The tasks are ready for implementation.
@@ -147,6 +147,9 @@ Return findings as a structured list:
147
147
 
148
148
  ## Notes
149
149
  - [T004] Could merge with T005 since they share the same files
150
+
151
+ ## Skill Observations (optional)
152
+ If any checklist items, severity criteria, or review patterns in this skill were wrong, incomplete, or misleading during this review, note them here. Leave empty if no issues were found.
150
153
  ```
151
154
 
152
155
  If no issues found, state: "Task breakdown looks good. All criteria covered, dependencies valid, verification methods concrete."
@@ -1,27 +0,0 @@
1
- {
2
- "spinnerVerbs": {
3
- "mode": "replace",
4
- "verbs": [
5
- "Spreading democracy",
6
- "Liberating",
7
- "Deploying stratagems",
8
- "Calling in reinforcements",
9
- "Eliminating hostiles",
10
- "Securing perimeter",
11
- "Extracting intel",
12
- "Suppressing resistance",
13
- "Dispensing freedom",
14
- "Neutralizing threats",
15
- "Conducting reconnaissance",
16
- "Mobilizing forces",
17
- "Purging enemies",
18
- "Defending liberty",
19
- "Executing orbital strike",
20
- "Requesting extraction",
21
- "Fortifying position",
22
- "Engaging targets",
23
- "Invoking Super Earth",
24
- "Upholding managed democracy"
25
- ]
26
- }
27
- }