Divio type: Tutorial
Spec Kitty supports three mission types that tailor the workflow and artifacts to your goal.
Time: ~45 minutes Prerequisites: Completed Getting Started
A mission selects the default templates, prompts, and outputs for your feature. You choose it during spec-kitty init or when running /spec-kitty.specify.
Best for building software features and products.
Example use cases:
Best for structured research deliverables.
Example use cases:
Best for creating or updating documentation sets.
Example use cases:
Create a project with the research mission:
spec-kitty init my-research-project --mission research --ai claude
cd my-research-project
Run a research workflow.
In your agent:
/spec-kitty.research Compare three task queue options for a Python service.
Expected results (abridged):
kitty-specs/###-task-queue-research/ directoryspec-kitty mission to list available missions./spec-kitty.research: Re-run spec-kitty init --mission research or refresh agent context with spec-kitty agent context update-context.Explore the full workflow in Your First Feature or dive deeper into specific missions.