← Back to list
name: skill__spec__create
description: skill__spec__create

skill-spec-create
by simuleite
⭐ 0🍴 0📅 Jan 11, 2026
SKILL.md
name: skill__spec__create
description: skill__spec__create spec create [CREATE] Create new CODE_SPEC.
Execute the spec create command to create a new CODE_SPEC:
spec create <taskName> [options]
Expected Output:
- New CODE_SPEC JSON file created
- Current working directory configuration updated
- Success message with task details
✓ Created CODE TASK: my-feature
Current CODE TASK: my-feature
Repository: github.com/user/myapp
Parameters:
taskName(required): Name of the task to create
Options:
-d, --description <description>: Optional task description
{
"description": "[CREATE] Create new CODE_SPEC.",
"inputSchema": {
"$schema": "https://json-schema.org/draft-2020-12/schema",
"properties": {
"taskName": {
"type": "string",
"description": "Name of the task to create (required)"
},
"description": {
"type": "string",
"description": "Optional task description"
}
},
"required": ["taskName"],
"additionalProperties": false,
"type": "object"
},
"name": "spec_create"
}
When to use:
- Start a new development task or feature
- Initialize a new CODE_SPEC for tracking
- Begin a new E2E testing workflow
- Create a new task with automatic project setup
Example workflow:
# Create a new task with minimal information
spec create user-authentication
# or Create a new task with description
spec create database-migration -d "Migrate user data to new schema"
# Add E2E tasks to your new task
spec e2e update batch tasks.json
# After creation, the task is automatically set as current
spec list # Shows the newly created task
Related Commands:
spec set- Set existing CODE_SPEC as currentspec list- Display current CODE_SPECspec e2e update- Add/update E2E tasksspec step update- Add/update step tasks
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon