Overview
Kompass keeps AI coding agents on course with token-efficient, composable workflows.
Whether you prefer full control, guided collaboration, or hands-off autonomy, Kompass adapts to how you work.
What Kompass is
Kompass is a shared workflow toolkit for AI coding agents.
- It ships reusable commands, agents, components, tools, and skills.
- It keeps prompts focused instead of rebuilding intent from scratch in every session.
- It separates shared workflow logic from adapter-specific wiring.
- It is designed so planning, implementation, and review stay structured and reviewable.
Choose your mode
- Manual steering: you chart the course and the agent follows closely.
- Collaborative: you plan, develop, and review together.
- Autonomous: the agent runs independently with review checkpoints.
What to read next
- Start with
Getting Startedfor the fastest path. - Use
Installationfor config setup and override locations. - See
OpenCodefor the current supported adapter. - Use
CommandsandToolsas the main reference. - See
Workspace Developmentif you are contributing to this repo.