Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 492 Bytes

File metadata and controls

19 lines (12 loc) · 492 Bytes

Setting up a new project

Step 1: Initialise the project.

specd project init

This creates a specd.yaml with a default configuration, installs skills for your coding assistant, and sets up the storage directories.

For a non-interactive setup:

specd project init --schema @specd/schema-std --plugin @specd/plugin-agent-claude

Step 2: Start working.

Open your coding assistant and type /specd. That is all you need — the skill takes it from there.