komluk

Init Openspec — Productivity skill for Claude Code

Productivity community

Initialize OpenSpec in a project directory with the scaffolding-workflow schema.

How to install Init Openspec

Installs to ~/.claude/skills/komluk-scaffolding-init-openspec/SKILL.md

Terminal
mkdir -p ~/.claude/skills/komluk-scaffolding-init-openspec && curl -fsSL https://raw.githubusercontent.com/komluk/scaffolding/HEAD/commands/init-openspec.md -o ~/.claude/skills/komluk-scaffolding-init-openspec/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Init Openspec does


name: init-openspec description: Initialize OpenSpec in a project directory with the scaffolding-workflow schema.

/init-openspec Command

Initialize OpenSpec in a project directory with the scaffolding-workflow schema.

Usage

/init-openspec [project-path]

If no path is provided, initializes in the current working directory.

What It Does

Sets up OpenSpec spec-driven development tooling in a project:

  1. Installs/verifies OpenSpec CLI
  2. Initializes OpenSpec directory

Alternatives in Productivity

  • Meridian — Zero-config Claude Code setup with enforced task scaffolding, structured memory, persistent context after comp 143 ★
  • Initializer Task — Initialize a new project in: {project_dir} 122 ★
  • Craft Init — One-time setup to initialize the Craft harness for a project 52 ★

Full documentation available on GitHub

View Source Repository