ワンクリックで
spec-create
Create a new numbered spec file from the template with auto-incremented SPEC-NNN numbering
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new numbered spec file from the template with auto-incremented SPEC-NNN numbering
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Complete and archive spec
Pre-spec exploration and research
Initialize spec with PRD
Generate detailed spec from PRD
Apply tests - development mode
Create tests from spec scenarios
| name | spec-create |
| description | Create a new numbered spec file from the template with auto-incremented SPEC-NNN numbering |
| argument-hint | [spec title] |
You are creating a new spec file for the AgentForge project using auto-incremented numbering.
Follow these steps:
Step 1: Find the current highest spec number
List specs/active/ sorted, and find files matching SPEC-NNN-*.md. Identify the highest NNN. If none exist, start at SPEC-001.
Step 2: Determine the new spec number
Increment the highest found number by 1 (e.g., if SPEC-024 is highest, the new spec is SPEC-025). Zero-pad to 3 digits.
Step 3: Get the spec title
If the user provided a title as an argument, use it. Otherwise ask:
"What is the title for this new spec?"
Convert the title to kebab-case for the filename (e.g., "API Key Rotation" → api-key-rotation).
Step 4: Copy the template
Copy specs/template.md to:
specs/active/SPEC-NNN-<kebab-case-title>.md
Step 5: Fill in the template header
In the new spec file, replace:
SPEC-NNNLeave all other sections for the user to fill in.
Step 6: Report
Tell the user: