一键导入
plan-status
Display the execution status of a plan by parsing frontmatter metadata. Shows progress at-a-glance without requiring manual inspection of each file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Display the execution status of a plan by parsing frontmatter metadata. Shows progress at-a-glance without requiring manual inspection of each file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrator skill for the `prompt` skillset. Dispatches to member skills in a safe, predictable order. Separates intent formation from execution to protect humans from premature or misaligned execution.
Conduct a focused, evidence-driven examination of ONE triaged suspect area. This is a test, not a verdict. Evidence may falsify the leading hypothesis.
Convert the user's raw description into a clinically precise intake note suitable for handoff to another agent or human. Captures symptoms, normalizes terminology, and separates observation from belief.
Orchestrator skill for the `doctor` skillset. A diagnostic protocol that models software failures as medical cases — preventing premature action, wrong-layer fixation, and false certainty in complex codebases.
Produce a treatment note that combines diagnosis, confidence, supporting evidence, alternative explanations, and proposed treatment options. Creates an artifact, not execution.
Perform breadth-first hypothesis surfacing and prioritization across all ownership zones, without commitment. This is not diagnosis and not investigation.
| name | plan-status |
| license | MIT |
| description | Display the execution status of a plan by parsing frontmatter metadata. Shows progress at-a-glance without requiring manual inspection of each file. |
| metadata | {"author":"Jordan Godau","references":["01_INTENT.md","02_PROCEDURE.md"],"scripts":["status.sh","status.ps1"],"keywords":["plan","status","progress","tracking"]} |
Read all references in references/ before using this skill.
Directory: references/
01_INTENT.md02_PROCEDURE.mdDirectory: scripts/
status.sh: Parses frontmatter and displays plan status (macOS/Linux/WSL)status.ps1: Parses frontmatter and displays plan status (Windows)