How it works

Build once.
Reuse everywhere.

Adiact gives your best AI workflows a clear lifecycle: save them, version each update, and pull the exact behavior in any project without repeating setup work.

What changes in practice

  • New projects start with proven workflows instead of blank prompts.
  • Updates roll out intentionally with version history you can trust.
  • Every repo and agent setup follows the same operational playbook.

Visual flow

See the full loop at a glance

This is the same flow used in the landing hero, expanded so you can understand exactly where skills are created, versioned, and activated.

Explore product features
~/client-repo
Step 1: Save
$ adiact publish onboarding-checklist
[OK] Published v6
Step 2: Version
Previous
v5
Current
v6
Step 3: Pull anywhere
$ adiact pull onboarding-checklist@v6
[OK] Linked in 14s

Step-by-step

Three deliberate steps, designed for daily work

Step 01

Save your best workflow once

Capture your prompt conventions, guardrails, and command flow in a single reusable skill that lives outside one repo.

Command preview

$ adiact publish onboarding-checklist --notes "faster setup"
[OK] Published onboarding-checklist v6

Outcome

Your team gets one clear source of truth instead of scattered docs.

Step 02

Version every update safely

Each change creates a new version so experiments remain controlled and rollbacks stay simple when a change does not fit.

Command preview

$ adiact diff onboarding-checklist v5..v6
[OK] 3 edits detected: setup, naming, commands

Outcome

You can ship improvements without fear of breaking active projects.

Step 03

Pull the exact version anywhere

Use the same skill from a client repo, a fresh workspace, or an MCP-enabled agent setup with consistent behavior.

Command preview

$ adiact pull onboarding-checklist@v6
[OK] Linked onboarding-checklist v6 to current repo

Outcome

Work starts with proven defaults every time, not from scratch.

Ready to apply this flow?

Set up your skill library once and keep every new project aligned.

Keep your prompts, workflows, and MCP-ready instructions in sync across repos, teammates, and tools.