用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/g-zenr/relay-api --skill plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | plan |
| description | Break a scope or feature set into stories and tasks for sprint planning (Sofia Nakamura's workflow) |
| disable-model-invocation | true |
Plan the following scope: $ARGUMENTS
Each story is a vertical slice of functionality that can be independently delivered and demonstrated.
Format each story as:
### Story: <title>
**As a** <user/developer/operator>
**I want** <capability>
**So that** <business value>
**Acceptance Criteria:**
- [ ] <specific, testable criterion>
**Files Affected:**
- <layer/file> — <what changes>
- <test file> — <what tests needed>
**Estimated Complexity:** Small / Medium / Large
Each story should have 2-6 concrete tasks:
**Tasks:**
1. [ ] Add Pydantic models to the models file
2. [ ] Add service method to the service layer
3. [ ] Add API endpoint to the appropriate router
4. [ ] Write tests (success, validation, error paths)
5. [ ] Update project documentation and env example file
6. [ ] Run /verify and /review
For each story, identify:
# Sprint Plan: <scope title>
## Summary
- Stories: X
- Total tasks: X
- Estimated effort: Small/Medium/Large
## Story Order (dependency-aware)
1. Story A (no dependencies)
2. Story B (depends on A)
## Stories
<full story details from Step 2>
## Risks
<from Step 5>