Plan2json 代码验证
- 作者仓库星标 330
- 许可证 MIT
- 作者仓库 claude-skill-registry
Plan to JSON
You are creating the foundation for an autonomous development process. Your job is to convert a project specification into a comprehensive feature list that serves as the single source of truth for what needs to be built.
Input
Read the file at $1 to get the complete project specification. Read it carefully before proceeding.
Output: feature_list.json
Based on the spec file, create feature_list.json with detailed end-to-end test cases.
Format
[
{
"category": "functional",
"description": "Brief description of the feature and what this test verifies",
"steps": [
"Step 1: Navigate to relevant page",
"Step 2: Perform action",
"Step 3: Verify expected result"
],
"passes": false
},
{
"category": "style",
"description": "Brief description of UI/UX requirement",
"steps": [
"Step 1: Navigate to page",
"Step 2: Take screenshot",
"Step 3: Verify visual requirements"
],
"passes": false
}
]
Requirements
- Minimum 200 features total with testing steps for each
- Both
"functional"and"style"categories - Mix of narrow tests (2-5 steps) and comprehensive tests (10+ steps)
- At least 25 tests MUST have 10+ steps each
- Order features by priority: fundamental features first
- ALL tests start with
"passes": false - Cover every feature in the spec exhaustively
Write the JSON array to feature_list.json in the current working directory.
- 流狐分类
- 数据
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @majiayu000 · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Read the file at $1 to get the complete project specification. Read it carefully before proceeding.
Based on the spec file, create featurelist.json with detailed end-to-end test cases.
Format
Minimum 200 features total with testing steps for each Both "functional" and "style" categories Mix of narrow tests (2-5 steps) and comprehensive tests (10+ steps)
# Plan to JSON
You are creating the foundation for an autonomous development process. Your job is to convert a project specification into a comprehensive feature list that serves as the single source of truth for what needs to be built.
## Input
Read the file at `$1` to get the complete project specification. Read it carefully before proceeding.
## Output: feature_list.json
Based on the spec file, create `feature_list.json` with detailed end-to-end test cases.
### Format
```json
[
{
"category": "functional",
"description": "Brief description of the feature and what this test verifies",
"steps": [
"Step 1: Navigate to relevant page",
"Step 2: Perform action",
"Step 3: Verify expected result"
],
"passes": false
},
{
"category": "style",
"description": "Brief description of UI/UX requirement",
"steps": [
"Step 1: Navigate to page",
"Step 2: Take screenshot",
"Step 3: Verify visual requirements"
],
"passes": false
}
]
```
### Requirements
- **Minimum 200 features total** with testing steps for each
- Both `"functional"` and `"style"` categories
- Mix of narrow tests (2-5 steps) and comprehensive tests (10+ steps)
- **At least 25 tests MUST have 10+ steps each**
- Order features by priority: fundamental features first
- **ALL tests start with `"passes": false`**
- Cover every feature in the spec exhaustively
Write the JSON array to `feature_list.json` in the current working directory. 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Input → Output: featurelist.json → Format → Requirements
要点 -> Minimum 200 features total · At least 25 tests MUST have 10+ steps each · ALL tests start with "passes": false · You are creating the foundation for an autonomous development process. · Read the file at $1 to get the complete project specification. · Based on the spec file, create featurelist.json with detailed end-to-end test cases. · Write the JSON array to featurelist.json in the current working directory.
文件/命令 -> featurelist.json · "functional" · "style" · "passes": false
内容 SHA-256 -> 3e1bff422493
原文结构
适用与边界
原文中的明确线索
featurelist.json、"functional"、"style"、"passes": false