Workflow coordination
Skill YuanshengClaw/yuansheng-kit/plugins/craft/skills/workflow-coordination
Coordinate an exact Yuansheng Craft workflow without bypassing phase ownership, trusted identity, immutable evidence, or fail-closed guards.From its SKILL.md
npx -y skills add YuanshengClaw/yuansheng-kit --skill workflow-coordinationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 255 tokens by cl100k_base, as published. Nobody here has run it
Coordinate a Yuansheng Craft Workflow
- Use only the workflow entry explicitly selected by the user.
- Treat the platform-provided principal as authoritative. Never infer identity from a phase or accept a model-provided identity claim.
- Read status and invoke lifecycle tools only for an exact workflow ID.
- Delegate each active phase to the owner reported by the workflow state.
- Require the owner to record its immutable evidence before requesting its allowed transition.
- Preserve stale evidence and blocked remediation; never make old evidence active by changing only the phase.
- Stop when a guard, authorization, artifact, Store check, or required implementation is unavailable.
- Never create a commit, push, reset, stash, rebase, clean a worktree, synchronize a remote, or perform an unplanned file operation.
Terminal Behavior
active: hand off only to the current phase owner.blocked: report the exact reason and remediation, then stop until explicit resume or remediation.completed: report the stored delivery and stop permanently.- Unknown ID, missing store anchor, stale session, or ambiguous active workflow: do not guess or mutate anything.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.