Quick task dispatch to a project via the correct SP governance agent
From sp-governancenpx claudepluginhub leo-songye-li/sp-governance --plugin sp-governanceThis skill uses the workspace's default tool permissions.
Streamlined task dispatch with project validation, role inference, and background execution.
Format: <project-name> [role] "task description"
Role inference (if omitted):
Read portfolio.json, fuzzy match project name ("auth" → "snapmaker-auth"). If ambiguous, list candidates and ask user.
[Project] <name>
[Path] /workspace/snapmaker/<path>
[Group] <group>
[Task] <description>
Agent(subagent_type="sp-governance:sp-<role>",
prompt="<context + task>",
run_in_background=true)
sp-coder must use isolation: "worktree".
Timeout thresholds: haiku 60s, sonnet 180s, opus 300s. On timeout: TaskOutput(block=false) check → TaskStop if stuck → report to user.
/sp-dispatch snapmaker-auth architect "分析认证模块安全性"
/sp-dispatch Luban coder "修复 3D 渲染器内存泄漏"
/sp-dispatch sm-nuxt3-website "更新首页 SEO"