Skip to main content
Glama
jthom233
by jthom233

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

TableJSON Schema
NameRequiredDescriptionDefault
ai_agentNoAI agent to configure for (claude, copilot, cursor-agent, etc.)claude
script_typeNoScript type: sh (bash) or ps (powershell).
project_nameNoProject name. If omitted, initializes in current directory with --here.
project_pathNoDirectory to initialize. Defaults to current directory.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses that it creates files in .specify/ and mentions automatic confirmation for non-empty directories. However, 'automatically confirms' is ambiguous (whether it prompts or proceeds without asking), and details about overwriting, permissions, or reversibility are missing. Some useful disclosure exists, but key behavioral traits are left unclear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the main purpose, and each sentence earns its place. It avoids unnecessary fluff and is efficiently structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 4 parameters, no annotations, and no output schema, so the description must compensate. It covers the core action and one edge case (non-empty directory), but it doesn't explain what happens after initialization (e.g., status output, next steps) or how this fits into the overall spec-kit workflow. This leaves meaningful gaps for an agent deciding whether to use this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds no additional meaning beyond the schema; parameters like ai_agent, script_type, project_name, and project_path are already fully described in the schema. The description does not clarify any usage details or relationships between parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb and resource: 'Initialize a new spec-kit project.' It explains what is created (.specify/ directory with templates, constitution, and agent command files), which distinguishes it from sibling tools like speckit_check, speckit_status, and speckit_plan that perform different operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: this tool is for initialization of a new project. It does not explicitly mention exclusions or alternatives, but the purpose is unambiguous. Sibling tools imply other phases, yet the description doesn't reference them, so 'clear context, no exclusions' fits.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jthom233/speckitmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server