1. Initialize
Navigate to your project directory (or create a new one) and run:- Choose a language — English or Russian (affects UI and prompts)
- Accept the license — AGPL-3.0
- Enter the project name — defaults to the current directory name
.skaro/ directory with starter templates:
.skaroignore file in the project root (similar to .gitignore) that controls which files are excluded from LLM analysis.
If Skaro detects an existing project (a
.git directory or 3+ source files), it will offer two options: A) fill artifacts manually, or B) analyze the repository with an LLM automatically. See the Import Existing Project guide for details.2. Configure LLM
Skaro needs an LLM provider to power its phases. The fastest way to get started is with Groq (free tier available):.skaro/config.yaml and the API key to .skaro/secrets.yaml (which is automatically added to .gitignore).
Other providers work the same way:
3. Launch the Dashboard
4. What’s Next
From the dashboard you can:- Edit the constitution — fill in your stack, coding standards, testing requirements, and security policies
- Define architecture — describe your system and get an LLM-powered review
- Generate a dev plan — the LLM creates milestones and tasks from your constitution and architecture
- Work on tasks — each task goes through Clarify → Plan → Implement → Tests