跳到主要内容
知仓学习社ZHICANG

ralph-specum-status

This skill should be used only when the user explicitly asks to use `$ralph-specum-status`, or explicitly asks Ralph Specum in Codex for status or a…

不碰外部(只输出文字)无严重或高危命中tzachbon/smart-ralph

它会碰到什么

扫了多少2 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Ralph Specum Status

Use this to report Ralph state across configured spec roots.

Derive RALPH_CODEX_PLUGIN_ROOT from this loaded skill by resolving two parent directories from the SKILL.md directory. Never derive it from the project working directory.

Contract

  • Read .claude/ralph-specum.local.md when present
  • Default specs root is ./specs
  • .current-spec lives in the default specs root
  • Hidden directories do not count as specs

Action

  1. Resolve configured roots.
  2. Read .current-spec to identify the active spec.
  • If .current-spec is missing or empty, report that there is no active spec and continue listing specs across roots.
  1. Read specs/.current-epic when present and summarize epic status.
  2. For each spec directory, inspect:
  • .ralph-state.json
  • research.md
  • requirements.md
  • design.md
  • tasks.md
  1. When state exists, use the resolved spec path as basePath, run "$RALPH_CODEX_PLUGIN_ROOT/scripts/prototype_records.py" reconcile --base-path "$BASE_PATH" --state "$BASE_PATH/.ralph-state.json", then re-read state. Never construct specs/<name> after resolution.
  2. Inventory prototype records in lexical order:
  • Read activePrototypes, treating a missing field as an empty map.
  • List prototypes/..candidate.md, immutable prototypes/.md finals, and visible or dot-prefixed *.quarantine.md files.
  • Parse candidates and finals with prototype_records.py parse; use select-downstream with state to derive blockers and stale dependencies.
  1. If tasks.md exists, count completed and incomplete tasks.
  2. Group results by spec root.
  3. Show the active spec, current phase, backlog state, approval state, granularity when present, and which artifacts exist.

Output

  • Specs in the default root can be shown by name.
  • Specs in other roots should include the root suffix for disambiguation.
  • Include the next likely command when it is obvious.
  • If an epic is active, include the next unblocked spec.
  • If approval is pending, explicitly tell the user to approve the current artifact, request changes, or continue to the named next step.
  • When prototype data exists, report counts and deterministic rows for active entries, candidates, immutable finals, and quarantines. Include prototype ID, lifecycle status or verdict, blocker targets, returnPhase, returnTaskIndex, sourceDisposition or source pointer, gate approval, and quarantine reason.
  • Include derived activeBlockers, staleArtifacts, and staleTaskIndexes. Omit the prototype section when all overlay counts are zero so legacy output stays unchanged.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 544
本站分层T2
该仓技能数32
原文件路径plugins/ralph-specum-codex/skills/ralph-specum-status/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 32 个技能