expansion-update

Reconcile region-specific YAML expansion trackers with consolidated progress updates.

183|37|Updated May 15, 2026
One-click install
npx skills add https://github.com/zhou210712/claude-for-legal-ZH --skill expansion-update-zhou210712
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expansion-update
Source: https://github.com/zhou210712/claude-for-legal-ZH/tree/main/employment-legal/skills/expansion-update
Command: npx skills add https://github.com/zhou210712/claude-for-legal-ZH --skill expansion-update-zhou210712

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual, error-prone effort of keeping cross-region employment expansion trackers current by recomputing which expansion projects are unblocked, overdue, and next-priority since the last session.

Core Features & Use Cases

  • Tracker Reconciliation: Loads the correct expansion tracker file for a given region and reflects progress since the previous update.
  • Unblock & Reprioritize Logic: Recalculates projects that have become operable, flags overdue items based on due dates, and surfaces the next priority set.
  • Single-Pass Update Application: Applies one consolidated user update to the YAML tracker and confirms closure counts and remaining priorities.
  • Use Case: A legal/HR operator managing multiple regional hiring or entity-setup workstreams needs to mark completed steps, detect newly unblocked dependencies, and immediately know what’s due next.

Quick Start

Run /employment-legal:expansion-update 成都 to update the 成都 expansion tracker based on what changed since your last session.

Frequently Asked Questions about expansion-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update cross-region employment expansion trackers without missing newly unblocked dependencies?

Updating cross-region employment expansion trackers requires loading the correct YAML file, applying consolidated progress changes, and recalculating unblocked projects. The expansion-update process reconciles region-specific trackers, automatically detecting dependencies that became operable since the last session.

What is the best way to detect overdue tasks in a multi-workstream employment expansion tracker?

Detecting overdue tasks in an employment expansion tracker involves checking due dates against current progress during a single-pass update. The process marks overdue items automatically when applying user-provided progress changes to the YAML tracker, flagging tasks that passed their deadlines.

How do I reprioritize regional hiring expansion projects after completing earlier steps?

Reprioritizing regional hiring expansion projects happens automatically when you apply a consolidated update to the YAML tracker. The process recalculates which projects are newly unblocked, reports current closure counts, and surfaces the next priority set for immediate action.

Can I manage multiple regional employment expansion workstreams in a single update pass?

Yes, you can manage multiple regional employment expansion workstreams by running region-specific updates. Each update loads the correct YAML tracker for a given region, applies one consolidated progress change, and writes back the updated tracker with a confirmation summary of closures and remaining priorities.

Do I need a YAML tracker file to use employment expansion status management?

Yes, a YAML tracker file is required for employment expansion status management. The process loads a region-specific YAML file to read current project states, applies your progress changes, and writes the updated tracker back to disk with recalculated unblocked projects and overdue flags.

Why does my employment expansion tracker show incorrect next-priority tasks after updating?

Incorrect next-priority tasks in an employment expansion tracker usually result from applying fragmented updates instead of a single consolidated pass. The process must load the full YAML tracker, apply all changes at once, and recalculate the entire dependency chain to surface accurate priorities.