m19803261706/cx-workflow · Archived

cx-status

CX 工作流 — 进度查看。读取项目级? 当前任务、阻塞原因和最近修复记录。

First seen Feb 10, 2026

Installation

$ npx skills add m19803261706/cx-workflow --skill cx-status

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from m19803261706/cx-workflow · top by installs.

npx skills add m19803261706/cx-workflow

Browse all from m19803261706/cx-workflow

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,751 B
  • docs SUMMARY.md 161 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

cx-status: 查看当前进度

快速回答“现在做到哪了、卡在哪、下一步是什么”。

先阅读:

  • ${CLAUDEPLUGINROOT}/core/workflow/README.md
  • ${CLAUDEPLUGINROOT}/core/workflow/protocols/status.md

读取来源

优先调用共享 runner:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/cx-workflow-status.sh \
  --runner cc
  • 开发文档/CX工作流/配置.json
  • 开发文档/CX工作流/状态.json
  • 开发文档/CX工作流/功能/{功能标题}/状态.json
  • 开发文档/CX工作流/修复/*/修复记录.md(如需要)

展示重点

1. 当前功能

  • 中文标题
  • 稳定 slug
  • 当前状态:drafting / planned / executing / blocked / completed / summarized
  • 完成进度:completed / total

2. 当前任务

优先展示 in_progress 的任务;如果没有,就展示下一条可执行任务。

3. 阻塞信息

当 feature 或 task 进入 blocked 时,必须展示结构化原因:

  • reason_type
  • message

例如:

{
  "reason_type": "verification_failed",
  "message": "测试仍未通过,需要继续修复"
}

4. 下一步建议

  • 正在执行:建议 /cx:cx-exec
  • 已完成待收尾:建议 /cx:cx-summary
  • 无活跃功能:建议 /cx:cx-prd 或 /cx:cx-fix

说明原则

  • 状态优先来自 JSON,而不是模型记忆
  • GitHub 信息只作为补充,不覆盖本地状态
  • 输出要短、结构化、可行动
  • 如果共享 core 显示 feature 由 codex 持有,必须明确展示 owner 和 handoff 建议