Workflow infrastructure for AI coding agents

Navigate your way.

Manual steering, steered autonomy, or full autonomy. Kompass keeps AI coding agents on course with token-efficient, composable workflows.

Core

Commands, agents, skills, tools

Adapters

OpenCode today, more surfaces next

Integrations

GitHub workflows, tickets, PRs, review loops

expected run

$ /ask how does command config merging work?

# load only the relevant project context

# answer directly without drifting into implementation

Tool calls

  • read
  • grep
  • task(explore)

> loaded config and command registry context

> returned a concise project-grounded answer

Why it feels different

Every layer is built to reduce wandering.

Modes that fit the moment

Manual steering when the details matter.

Keep the agent close, load only the right context, and move with precise commands instead of bloated prompts.

Guided autonomy

Delegate the leaves, keep orchestration local.

Kompass turns planning, implementation, and review into composable flows so agents stay inside the rails you define.

Cross-adapter direction

One workflow language across agent surfaces.

Shared commands, skills, and tools live in core packages while adapters expose them cleanly where developers already work.

Structured by design

A calm system underneath the agent surface.

`packages/core` holds the reusable workflows. Adapter packages expose the same operating model inside each coding agent. That means less reinvention, clearer reviews, and more consistent behavior from session to session.

  • Planner, worker, navigator, and reviewer roles built for real repository work.
  • Token-efficient command docs and components that can be reused across adapters.
  • Structured PR, ticket, and change-loading tools that keep context grounded.

Shared core

Write the workflow once.

Commands, agents, components, tools, and skills live in `packages/core` so the operating model stays consistent.

Adapter surfaces

Expose it where developers already work.

Adapter packages translate the same workflow system into specific agent environments instead of reinventing the prompts.

GitHub automation

Keep tickets, reviews, and PRs inside the loop.

Planning, review, and shipping flows stay grounded through structured GitHub-aware tools and explicit checkpoints.