用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Cheong43/spwnr --skill spwnr-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spwnr-task |
| description | Execute an approved Spwnr plan. |
Use this skill for /spwnr-task. It validates the latest active approved plan, appends an Approved Execution Spec, resolves workers, and routes to task-pipeline.md or task-team.md.
Use spwnr-principle for shared plan, task, approval, and readiness contracts. Use spwnr-worker-audit only after a concrete registry or capability resolution failure.
Skill, AskUserQuestion, TodoWrite, Read, Write, and targeted Edit while validating or maintaining the plan.TaskCreate, TaskGet, TaskList, and TaskUpdate only after Execute current plan is confirmed in the current run and the routed helper has taken over.TeamCreate, SendMessage, and TeamDelete only through task-team.md.spwnr resolve-workers --search "<brief>" --host claude_code --format json; use repeatable --unit "<unit-id>::<brief>" only when per-unit coverage matters./spwnr-plan conventions.Execute current plan, stay in the execution review loop.TodoWrite.Read only the sections needed for the current check:
Metadata and Plan Review Loop for active revision and approval stateExecution Strategy Recommendation for selected mode and routing targetAgent Capability Requirements plus Execution Units for worker coverageEnvironment And Preconditions and Failure And Escalation Rules for execution safetyApproved Execution Spec only when checking whether it already exists or appending to itAvoid re-reading or re-attaching the full plan after every edit. When briefing helpers or workers, pass concise unit/stage briefs plus the plan path and section names.
Before any TaskCreate:
pipeline pattern details or team queue/fanout shape as applicable.team mode, confirm concurrent tasks default to disjoint Files: ownership unless a shared-file exception is explicit.Approved Execution Spec with selected mode, routing target, registry brief, and coverage summary.unit_id markers. Prefer - **unit_id**: unit-1. Ensure each new task starts with Blocked: no.Worktree: required; discover ToolSearchTool, enter with EnterWorktreeTool, summarize with BriefTool, and exit with ExitWorktreeTool.pipeline plans to skills/spwnr-task/task-pipeline.md.team plans to skills/spwnr-task/task-team.md.team to pipeline.Worker Readiness Required shape from spwnr-principle and direct recovery to /spwnr-worker-audit.List missing capabilities or packages, tell the user to install or inject the missing agents, and resume from the same active revision after recovery.