Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Cheong43/spwnr --skill spwnr-task명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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.