Basilisk Labs builds tools for agentic software work that needs memory, coordination, and accountability over time. Our current center of gravity is AgentPlane: an open-source audit layer that turns coding-agent sessions into reviewable Git artifacts.
We are interested in systems where the important question is not just whether an agent produced a diff, but whether a human or another agent can reconstruct the task, plan, approval, verification, and closure chain later.
| Area | What we build |
|---|---|
| Agent coordination | Repo-local workflows for planning, handoff, verification, and finish states. |
| Change evidence | Agent Change Records, task artifacts, signed catalogs, and reviewable traces. |
| Developer tooling | CLI-first tools that work with Codex, Claude Code, Cursor, Aider, and GitHub Actions. |
| Long-lived memory | Practices and infrastructure that preserve useful context without depending on chat history. |
| Project | Status | Description |
|---|---|---|
| agentplane | Open source | Audit layer for coding agents. Keeps task, plan, verification, and closure evidence in Git. |
| agent-change-record | Open standard | JSON schema and tooling for machine-readable evidence manifests for agent-authored changes. |
| agentplane-recipes | Catalog | Signed recipes for reusable AgentPlane workflows and development practices. |
| setup-agentplane | CI | GitHub Action for installing AgentPlane inside CI runners. |
| homebrew-tap | Distribution | Homebrew tap for AgentPlane CLI releases. |
| scoop-bucket | Distribution | Scoop manifests for AgentPlane on Windows. |
| agentplane-harbor-adapter | Experimental | Benchmark adapter for evaluating AgentPlane as a control-plane wrapper around coding agents. |
| agentplane-marketing | Knowledge base | Public positioning, editorial, launch, and market-practice source documents for AgentPlane. |
- Keep workflow evidence close to the code.
- Prefer explicit plans and verification over invisible agent state.
- Make artifacts useful to both humans and machines.
- Treat benchmarks, recipes, and integrations as evidence surfaces, not just growth assets.
- Build small, inspectable tools before adding hosted complexity.
npm i -g agentplane
agentplane init
agentplane quickstartRead the docs at agentplane.org or start from the AgentPlane repository.
- Email: hello@basilisk-labs.com
- Website: basilisk-labs.com
- AgentPlane: agentplane.org