speckit_init
Initializes a new Spec-Kit project by creating .specify/ directory with templates, constitution, and agent command files. Configures the project for AI agents like Claude or Copilot.
Instructions
Initialize a new spec-kit project. Creates .specify/ directory with templates, constitution, and agent command files. Automatically confirms if the directory is non-empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_agent | No | AI agent to configure for (claude, copilot, cursor-agent, etc.) | claude |
| script_type | No | Script type: sh (bash) or ps (powershell). | |
| project_name | No | Project name. If omitted, initializes in current directory with --here. | |
| project_path | No | Directory to initialize. Defaults to current directory. |