一键导入
error-propagation
Structured error reporting format for triage failures — ERROR_CONTEXT format so next tier can resume without re-doing completed work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured error reporting format for triage failures — ERROR_CONTEXT format so next tier can resume without re-doing completed work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Meta-skill chaining /specify → /constitute → /plan → /tasks → spec-validation → dispatch-ready. Greenfield project from idea to parallel-dev-ready in one flow. Halts with clear remediation if any phase fails the DoD gate.
Phase C of greenfield project bootstrap. Produce constitution.md (5-15 non-negotiable articles) + steering/*.md (cross-cutting agent-wide rules). Pauses for operator review before exit.
Phase D of greenfield project bootstrap. Produce design.md + data-model.md + contracts/{openapi,asyncapi,schemas/*} + adr/NNNN-*.md. Validates contracts via swagger-cli/asyncapi/ajv before exit.
Phase B of greenfield project bootstrap. Interview the operator to produce PROJECT.json + PROJECT.md + spec/NNN-*/requirements.md (EARS-only) + acceptance/*.feature scenarios. Iterates until ears-lint.py passes.
Phase E of greenfield project bootstrap. Atomize design.md + contracts into tasks.json with files_owned + dependencies + acceptance_test + risk_score per task. Iterates until task-dag-validate passes.
Query code graph database for function callers, callees, dependencies, and dead code in CubeOS and MeshSat repos.
| name | error-propagation |
| description | Structured error reporting format for triage failures — ERROR_CONTEXT format so next tier can resume without re-doing completed work. |
| allowed-tools | Bash |
| user-invocable | false |
| metadata | {"openclaw":{"always":true}} |
When a triage script fails or you encounter errors during investigation, you MUST report structured error context so the next tier (Claude Code or human) can pick up where you left off without re-doing completed work.
If the triage script fails or exits with an error, report:
ERROR_CONTEXT:
- Failed at: Step N (step description)
- Completed steps: Step 1 (done), Step 2 (done), Step 3 (FAILED)
- Error: <raw error message>
- Partial findings: <what was discovered before failure>
- Issue ID: <if created before failure, otherwise "not created">
- Suggested next action: <what the next tier should do>
ERROR_CONTEXT:
- Failed at: Step 3 (Check status on nl-pve03)
- Completed steps: Step 0 (no existing issues), Step 1 (issue IFRNLLEI01PRD-110 created), Step 2 (LibreNMS: linux, LXC VMID_REDACTED on nl-pve03)
- Error: SSH to nl-pve03 timed out after 10s
- Partial findings: Device is LXC on nl-pve03, LibreNMS shows status=down
- Issue ID: IFRNLLEI01PRD-110
- Suggested next action: Check if nl-pve03 itself is down (ping, Proxmox MCP pve_node_status)
CONFIDENCE: 0.2 — Investigation incomplete due to SSH timeout. Cannot determine container state.