plan2json
- Repo stars 330
- License MIT
- Author repo 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.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 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. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Input → Output: featurelist.json → Format → Requirements
terms -> 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.
files/cmd -> featurelist.json · "functional" · "style" · "passes": false
body sha256 -> 3e1bff422493
Decide Fit First
Design Intent
How To Use It
Boundaries And Review