How this skill is triggered — by the user, by Claude, or both
Slash command
/spwnr:spwnr-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub cheong43/spwnr --plugin spwnr