expansion-update

Update international expansion tracker status, recalculate unblocked items, and flag overdue tasks.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tk1cntt/PhapChe --skill expansion-update-tk1cntt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expansion-update
Source: https://github.com/tk1cntt/PhapChe/tree/main/docs/claude-for-legal-main/employment-legal/skills/expansion-update
Command: npx skills add https://github.com/tk1cntt/PhapChe --skill expansion-update-tk1cntt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping an international expansion project tracker current is tedious: statuses drift, completed work fails to unblock dependent items, and overdue tasks slip by unnoticed. This Skill refreshes an existing expansion tracker so it reflects the current state of the project. ## Core Features & Use Cases - Status Synchronization: Applies user-reported progress updates to the country-specific expansion tracker YAML file in a single batch prompt. - Dependency Recalculation: Detects items newly marked done and flags downstream items that are now unblocked and actionable. - Overdue Detection: Flags any open or in-progress item whose due date has passed, surfacing the owner and original due date. - Use Case: After a week of work on a Germany market entry, run the update to record that the EOR decision was made and outside counsel was engaged, then see which hiring and tax items are now unblocked and which are overdue. ## Quick Start Ask the assistant to update the expansion tracker for Germany with the latest progress on open items.

Frequently Asked Questions about expansion-update

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

FAQPage Schema
How do I update an international expansion project tracker?

Run the expansion-update command with the country name, then describe what has changed in a single prompt, such as decisions made, counsel engaged, or new due dates. The Skill applies the updates to the tracker file and recalculates unblocked items.

How does the expansion tracker detect newly unblocked tasks?

When an item is newly marked done, the Skill checks the tracker's dependency relationships and flags any dependent items as now actionable. The detailed dependency logic lives in the international-expansion reference skill.

What happens if no expansion tracker exists for a country?

The Skill reports that no tracker was found for that country and directs you to run the expansion-kickoff command first to create one. It does not create a tracker on its own.

Can I add new items or change due dates during an update?

Yes. The single update prompt accepts new items and due date changes alongside status updates. All changes are written back to the tracker file in one pass.

How are overdue expansion items flagged?

Any item with a past due date that is still open or in-progress is flagged with a warning showing the item, its original due date, and its owner. This happens automatically after updates are applied.