Getting started
in powershell - browser to your project.
Then initialize spec-kitty
spec-kitty init . --ai codex,claude,gemini
git add .
svn propset svn:ignore @"
>> .claude
>> .codex
>> .gemini
>> .agents
>> .kittify\runtime
>> .kittify\workspaces
>> .kittify\.dashboard
>> "@ .
spec-kitty verify-setup
spec-kitty dashboard --open
code .
From the chat window in Visual Studio Code:
- Run
/spec-kitty.specifyto create your first mission - Then
/spec-kitty.planto create the implementation plan - Then
/spec-kitty.tasksto generate the task breakdown - Watch the dashboard update in real-time as you work!