Getting Started
The AI that already knows your business.
Soleur remembers every decision, customer, and context — so your next prompt starts where the last one ended. Ship faster because the AI already caught up.
Takes 30 seconds. We’ll email when your spot opens.
Open source. Install in Claude Code.
Run it yourself
Prefer to run it yourself? Soleur is open source and works in Claude Code today. Install it in two commands, keep every byte of memory on your own machine, and upgrade to the hosted version whenever you’re ready.
claude plugin marketplace add jikig-ai/soleur
claude plugin install soleur
/soleur:sync to analyze your codebase and populate the knowledge base.Starting fresh? Run
/soleur:go and describe what you need.
The Workflow
Soleur follows a structured 5-step workflow for software development:
The 5-step workflow (invoked automatically via /soleur:go or directly via Skill tool):
1. brainstorm
Explore what to build
2. plan
Create a structured implementation plan
3. work
Execute the plan with quality checks
4. review
Run multi-agent code review
5. compound
Document learnings for future reference
Commands
/soleur:go
Unified entry point — routes to the right workflow skill
/soleur:sync
Analyze and document your codebase
/soleur:help
List all available components
Example Workflows
Building a Feature
/soleur:go build [feature] → brainstorm → plan → work → review → compound
Generating Legal Documents
/soleur:go generate legal documents → Terms, Privacy Policy, GDPR Policy, and more
Fixing a Bug
/soleur:go fix [bug] → autonomous fix from plan to PR
Defining Your Brand
/soleur:go define our brand identity → interactive workshop producing a brand guide
Reviewing a PR
/soleur:go review → multi-agent review on existing PR
Validating a Business Idea
/soleur:go validate our business idea → 6-gate validation workshop
Tracking Expenses
/soleur:go review our expenses → routed to ops-advisor agent
Learn More
Common Questions
Frequently Asked Questions
What do I need to run Soleur?
Nothing to install. The hosted version runs in your browser once your access opens -- bring a workspace and your team. Prefer to self-host? The open source version runs inside Claude Code on macOS, Linux, or Windows (WSL) and takes two commands to set up.
Why a waitlist?
We're onboarding a founding cohort of 10 teams by hand so every workflow lands right. Access opens in waves as the hosted infrastructure matures -- we ship weekly and move people off the list as capacity grows. Want to skip the line? Run the open source version today.
Does Soleur work on Windows, Linux, and macOS?
The open source version runs anywhere Claude Code runs -- Linux, macOS, and Windows via WSL. The hosted version will be accessible from any browser on any operating system.
How much does Soleur cost?
See the pricing page for hosted plans -- founder pricing starts at $49/month. The open source version is free; your costs depend entirely on your Claude usage through Anthropic.
What is the difference between /soleur:go and individual skills?
/soleur:go is the unified entry point that classifies your intent and routes to the right workflow automatically. Individual skills like brainstorm, plan, work, and review can be invoked directly when you know exactly which stage you need.
Can I use Soleur with an existing project?
Yes. Run /soleur:sync to analyze your codebase and populate the knowledge base with your project's conventions, architecture, and patterns. Soleur adapts to your existing codebase rather than requiring a fresh start.
What is the difference between the cloud platform and self-hosted?
Both versions ship the same agents and skills. The open source version runs inside Claude Code on your machine -- full access, your data, your compute. The hosted version adds a web dashboard, managed infrastructure, real-time agent orchestration, team collaboration, and priority support. Both access the same 65 agents and 67 skills.