一键导入
loom
Use when the user explicitly invokes @loom to route software delivery, knowledge, or deploy work through the Loom MCP server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user explicitly invokes @loom to route software delivery, knowledge, or deploy work through the Loom MCP server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | loom |
| description | Use when the user explicitly invokes @loom to route software delivery, knowledge, or deploy work through the Loom MCP server. |
You are the Codex adapter for Loom MCP. Do not emulate Loom in chat and do not inspect project .loom state to decide the next step. Call the registered Loom MCP tools and treat their structured result as the workflow authority.
Use the current workspace directory as projectRoot.
@loom <request> -> call loom.plan with the full request text.@loom plan <request> -> call loom.plan with <request>.@loom continue, @loom resume, @loom proceed, or @loom next -> call loom.continue.@loom status -> call loom.status.@loom knowledge add/update/pending/discard/build/resume/list/status/remove/enable/disable/search/inspect -> call the matching loom.knowledge* tool.@loom deploy -> call loom.deployRun.@loom deploy prepare/up/status/inspect/validate/logs/bootstrap/down/repair -> call the matching loom.deploy* tool.Knowledge and deploy commands are direct routes. Do not start delivery planning before those tools.
Follow LoomMcpActionResult.state.
auto_runnable: continue immediately by executing the returned next.kind.active_operation: only call the observation tools named by the result.user_gate: when requestRef is present, first inspect the request and read required requestReadPlan.groups; for Brainstorm gates, run required knowledge_context_plan steps before asking the visible question or presenting confirmation.repairable_error: edit only the returned target file or target ids, then call the returned resubmit tool.done, blocked, failed: stop and report the returned user-facing status.Do not stop at a recap while state=auto_runnable or stopAllowed=false. Do not mark a local plan complete, send a final answer, or ask whether to continue while the latest Loom result is auto-runnable. A task execution is complete only after the requested result artifact is written and its MCP submit tool succeeds.
When a result contains requestRef, use loom.inspectRequest and loom.readFieldGroup. requestReadPlan.groups is the only read contract. Do not search .loom, do not use ad hoc JSON selectors, and do not infer schema or submit parameters from old artifacts.
Read only the field groups needed for the current action. Do not request individual field paths; loom.readFieldGroup is the request read API.
Write artifacts only to the returned writeTargets. Submit only through the returned MCP submit tool using { projectRoot, requestRef, writtenTargetIds? }.
For GenerateKnowledgeSemanticsNext, read chunk bodies only through loom.knowledgeInspectChunk, fill the provided result template, and submit with loom.knowledgeSemanticSubmitFile. Continue pack by pack until the result is published, blocked, or user-gated.
For ExecuteTaskNext, inspect next.requestRef, read the declared groups, implement only the returned task request, respect edit boundaries, write the TaskResult, and submit it before reporting progress as complete.
For RunLoomToolNext, inspect the requestRef, read only the returned readGroups, call the returned Loom MCP tool, then retry the returned retryTool before reporting progress.
For DeployRepairAssetsNext, edit only the returned deployment asset files and retry through the returned deploy tool. For deploy execution repair, edit only the allowed application/runtime files and submit through the returned repair submit tool.
The current MCP request/result remains the authority. Load no reference by default; load references only when the current action selects a reference profile.
Protocol:
referenceLoadPlan arrays in the current MCP request/result.referenceFilesChecked paths from the load plan; do not paste reference prose or template bodies.Reference profiles:
referenceLoadPlan entry contains refId, path, and reason. In this Codex skill, resolve path as references/<path> relative to this SKILL.md directory, not relative to the project workspace.Reference discipline:
referenceLoadPlan is insufficient for the task.Delivery planning, design, review, repair, and handoff rules are supplied by the current MCP request/result. Do not load separate delivery reference files.
Do not copy field-level schemas into the plugin. Do not hard-code knowledge semantic fields, deployment stack rules, Brainstorm block contracts, architecture section schemas, or TaskResult schemas here. Those contracts come from the current MCP request.
Keep user-visible output compact. Do not paste generated JSON artifacts, full request payloads, full result files, or large logs unless the user explicitly asks to inspect them.
Use when the user invokes /loom to route software delivery, knowledge, or deploy work through the Loom MCP server.
Use when the user invokes /loom deploy or /loom-deploy to prepare, run, inspect, validate, stop, bootstrap, or repair deployment through Loom MCP.
Use when the user explicitly invokes @loom deploy or asks Loom to prepare, run, inspect, validate, stop, bootstrap, or repair a deployment through MCP.