xiongweilin
- 10 skills
- 0 followers
- 1 day ago last updated
- ▌ Change Closure · xiongweilin bundleUse only after an explicit request to verify completion or when an applicable safety, contract, or lifecycle gate requires closure. Check fresh verification, affected contract surfaces, stale identifiers, authoritative records, and intentional leftovers. Do not trigger for ordinary authorized implementation changes, read-only analysis, or drafts.
- ▌ Pwsh Execution · xiongweilin bundleExecute robust PowerShell workflows on Windows. Use when shell work needs quoting boundaries, multiline scripts, native exit-code handling, encoding discipline, or remote SSH calls from Windows. Do not use for pure file reads or read-only searches.
- ▌ Chezmoi Management · xiongweilin bundleManage dotfiles through chezmoi source files. Use when a change touches chezmoi-managed files, including AGENTS.md: edit the source first, apply to the runtime copy, verify no diff, then commit and push.
- ▌ Side Effect Safety · xiongweilin bundleUse immediately before an authorized write, delete, publish, migration, replacement, retry, or external side effect. Verify target, blast radius, rollback, idempotency, and post-change state. Do not trigger for reads, planning, or reversible local edits.
- ▌ Workflow Authority · xiongweilin bundleUse only before designing or materially changing a durable workflow with multiple actors, human approval, delegated authority, retries, or external side effects. Do not trigger for ordinary functions, single-owner edits, simple reads, or routine API changes.
- ▌ Candidate Lifecycle · xiongweilin bundleUse only when a candidate, experimental, official, deprecated, or promoted rule, prompt, model, dataset, threshold, workflow, or configuration is being evaluated or transitioned. Do not trigger for ordinary implementation, testing, deployment, or configuration edits.
- ▌ Delegation Prompt Guard · xiongweilin bundleUse immediately before dispatching a delegated agent to decide whether delegation is authorized and prepare the outbound prompt. Do not use for ordinary local work or prompts received from another agent.
- ▌ Data Contract And Lineage · xiongweilin bundleUse only when transformed or persisted fields must remain traceable to source, owner, version, validation, and allowed use, or when an output supports an official claim. Do not trigger for ephemeral values, ordinary schemas, or simple in-memory transformations.
- ▌ System Reliability Review · xiongweilin bundleUse only when a persistent or long-lived system, workflow, standard, or infrastructure dependency needs review for common-mode failure, recovery independence, lock-in, reauthorization, or loss of future maneuverability. Do not trigger for one-off changes, routine debugging, ordinary observability, or single-component resilience checks.
- ▌ Evidence Qualification And Revalidation · xiongweilin bundleUse only when deciding whether an existing evidence-backed claim, qualification, decision, assignment, or dependency is still usable for the current scope after material context changes. Do not trigger for ordinary research, first-pass fact gathering, candidate promotion, or lineage documentation alone.