用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cogine-ai/marketplace --skill plan-devex-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | plan-devex-review |
| description | Review a developer-facing API, CLI, SDK, MCP, plugin, docs, or onboarding plan before implementation. |
Use this skill to review the planned developer experience before implementation. It applies only to developer-facing surfaces such as APIs, CLIs, SDKs, MCP servers, plugins, integration docs, and getting-started flows.
Do not use this for:
devex-review for that.planmode-engineer.A developer-facing plan is not ready unless a new developer can understand the promise, reach a first useful result, recover from common errors, and know what to do next.
Before reviewing, identify the target:
If the target is not developer-facing, say this skill does not apply and recommend the appropriate review skill.
Define the developer persona.
Map the planned journey.
Estimate TTHW.
Review the interface contract.
Review failure design.
Produce a readiness verdict.
READY: the plan can proceed without DX decisions during implementation.READY WITH RISKS: implementable, but friction or assumptions must be tracked.NOT READY: developer-facing decisions are missing.| Dimension | Question |
|---|---|
| Persona clarity | Is the first developer type explicit? |
| Promise clarity | Is the value clear before setup begins? |
| TTHW | Can the first useful result happen quickly enough? |
| Setup path | Are install, auth, config, and prerequisites explicit? |
| Interface design | Are API/CLI/SDK names, defaults, and examples coherent? |
| Error quality | Will failures tell developers what to do next? |
| Docs structure | Is there one obvious path from start to success? |
| Production trust | Are versioning, limits, security, and support boundaries visible? |
## Plan DevEx Review
### Target
Surface: API / CLI / SDK / MCP / plugin / docs / onboarding
Persona:
### Verdict
READY / READY WITH RISKS / NOT READY
### Journey Map
Discover -> Setup -> First Example -> First Useful Result -> First Failure -> Second Task
### TTHW Assessment
Current estimate:
Target:
Step count:
Main friction:
### Findings
#### PDX-001: <title>
Severity:
Evidence from plan:
Developer impact:
Recommendation:
### Required Plan Changes
- <required change>
### Deferred DX Improvements
- <deferred improvement>
### Implementation Checklist
- [ ] <implementation step>
- [ ] <implementation step>
- [ ] <implementation step>
### Handoff To Implementation
Files/docs likely affected:
Validation after implementation: