m19803261706/cx-workflow · Archived

cx-help

CX 工作流 — 帮助与使用指南。展示纯 cx 3.1 的命令面、自动路由逻辑、 `--all` 语义和项目级真相模型。

First seen Feb 10, 2026

Installation

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

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,370 B
  • docs SUMMARY.md 151 B

History

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

SKILL.md

cx-help: 纯 cx 3.1 使用指南

以后只保留 cx,不再发展 tc。

命令面

  • /cx:cx-init
  • /cx:cx-help
  • /cx:cx-status
  • /cx:cx-config
  • /cx:cx-prd
  • /cx:cx-design
  • /cx:cx-adr
  • /cx:cx-plan
  • /cx:cx-exec
  • /cx:cx-fix
  • /cx:cx-summary

核心体验

  • 项目级 开发文档/CX工作流 + .cx 是运行时真相
  • shared workflow core 统一 PRD / Design / Plan / Exec / Fix / Status / Summary 逻辑
  • 命令默认自动路由,不要求你频繁带参数
  • 普通执行优先少打断
  • GitHub 为同步镜像,不是主控面

最常用路径

新功能

/cx:cx-prd → /cx:cx-design(按需)→ /cx:cx-plan → /cx:cx-exec → /cx:cx-summary

Bug 修复

/cx:cx-fix

/cx:cx-exec 和 --all

  • /cx:cx-exec

默认自动推进当前功能的可执行任务

  • /cx:cx-exec --all

进入高自治团队模式,按任务图自适应拆分,并尽可能组织 3+ 专业代理

什么时候会暂停问你

只在 4 类关键决策点暂停:

  • 多条行为路径且结果差异明显
  • 架构 / API / 数据库 / 状态模型变更
  • 高风险或不可逆操作
  • 需要外部信息