Strategy as Code

Business Planning as Code

Translate your company's vision into executable code. Define objectives, set key results, and automate progress tracking with our powerful agentic workflow platform.

Join waitlist

plans.do

import { plans } from '@do/sdk';

const newPlan = await plans.create({
  name: "Q4 2025 Expansion Plan",
  description: "Expand into the European market and increase user base by 20%.",
  type: "OKR",
  goals: [
    {
      objective: "Achieve 50,000 new users in EU",
      keyResults: [
        { metric: "New User Signups", startValue: 0, targetValue: 50000 },
        { metric: "Website Traffic (EU)", startValue: 0, targetValue: 200000 }
      ]
    },
    {
      objective: "Establish Local Partnerships",
      keyResults: [
        { metric: "Signed Partner Agreements", startValue: 0, targetValue: 5 }
      ]
    }
  ]
});

console.log(newPlan.id);
// pln_1a2b3c4d5e6f7g8h

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.