pursue-goallisted
Install: claude install-skill qihangzhang-272/agent-skill-library
# Pursue Goal
Turn the user's outcome into continuous work by the current visible Host. Do not turn this Skill into a background planner, dispatcher, or state machine.
## Start From The Goal
1. Preserve the user's original Goal. Resolve references such as “这个主题” from the current conversation and Case files; ask only when the missing choice would materially change the result and cannot be discovered safely.
2. Read the Personal Workspace Profile and match the Goal against active scenario Skill descriptions. When one scenario covers the outcome, load that scenario Skill, its minimal Workflow, and the Benchmark it routes.
3. If no scenario fully matches, derive a short Case-local acceptance list from the original Goal and compose the smallest temporary sequence from already adopted local Skills in the current Host context. This list is not a stable Benchmark or a new protocol file. A temporary chain does not call `run.start` or `host.project` and does not claim cross-Host file continuation; those belong only to a stable scenario closure. Do not create a permanent Workflow merely to start, and do not use an unlocalized external capability.
4. Start one Harness Run with the original Goal when a stable scenario exists. Missing inputs or an empty Goal field are reminders, never execution gates.
## Execute End To End
1. Execute each selected complete Skill in order. Load the current Skill package only when it becomes responsible; do not preload the whole chain or split a Skill i