Spec Kitty Dashboard

Open the Spec Kitty dashboard in your browser.

richfrem 02711a8 21 files · 91.0 KB Updated

File contents

Dashboard Access

This command launches the Spec Kitty dashboard in your browser using the spec-kitty CLI.

What to do

Simply run the spec-kitty dashboard command to:

  • Start the dashboard if it's not already running
  • Open it in your default web browser
  • Display the dashboard URL

If you need to stop the dashboard, you can use spec-kitty dashboard --kill.

Implementation

Execute the following terminal command:

spec-kitty dashboard

Additional Options

  • To specify a preferred port: spec-kitty dashboard --port 8080
  • To stop the dashboard: spec-kitty dashboard --kill

Success Criteria

  • User sees the dashboard URL clearly displayed
  • Browser opens automatically to the dashboard
  • If browser doesn't open, user gets clear instructions
  • Error messages are helpful and actionable

richfrem/project_sanctuary/tree/main/.agents/skills/spec-kitty-dashboard commit 02711a8735

Frequently asked questions

npx skillmds@latest add richfrem/spec-kitty-dashboard