How it works

How the Agentic Engineering works.

The promise is simple — you own the architecture; your agents write the code. That's agentic engineering. Here's the workflow that delivers it: Agent-Native Development — the AND loop, end to end.

Windy runs an opinionated but powerful workflow for building with coding agents: state the intent, let the agent author a reviewable proposal, then move it through a task list, an execution, and a merged knowledge-base changeset. Humans decide; agents execute — one step at a time, over MCP.

What Windy is

A workspace with two doors: web for humans, MCP for agents.

Windy is not another coding agent. It is the workspace the coding agents you already have do their work inside. Humans use the web app to state intent, review proposals, comment, and merge. Agents use MCP to author proposals, run task lists, and stage knowledge-base changesets — every write attributed to the person who owns the endpoint.

  • Per-(user, project) MCP endpoint.
  • Every agent change attributed to you.
  • Revocable, project-scoped access.
  • Humans stay in control of review and merge.

The workflow

One loop, end to end: intent to merge.

The Agent-Native Development lifecycle is a fixed sequence with human decision points as its gates. An agent never moves past a gate you haven't opened. This is the spine of the page — the full loop the homepage points here to see.

01

Create a Work item

State what you want and pick a Work Type — Feature, Bug Fix, Refactoring, and more. The Work item is the container for everything that follows: its proposal, task lists, and executions.

02

Copy the prompt, hand it to your agent

Windy hands you a ready-to-paste author-proposal prompt for the Work Type you chose. Drop it into Claude Code, Codex, or any MCP-aware agent — no context to reconstruct, no tool to learn.

03

The agent writes the proposal

Working in the Work's proposal store, the agent expands your intent into an implementation spec/ and a verification_spec/— what to build, and how you'll know it works.

04

Review with inline comments

Read the proposal in the dashboard and leave inline comments. The agent answers the threads and revises. When it covers the intent and a fresh implementer could build from it, you mark it ready.

05

The KB-changeset gate

From the approved proposal the agent derives a changeset — a staged, git-commit-like edit to the knowledge base — or records that no doc change is needed. This gate stands between the proposal and the build.

06

Build a task list

The ready proposal becomes a Task List: ordered implementation and verification tasks, each with its own objective and acceptance criteria.

07

Run the execution

The agent runs the tasks as an Execution, committing per task and recording each commit SHA, then runs the verification specs. You watch progress task by task.

08

Review the code & merge the changeset

Review the code and the knowledge-base changeset together, comment or answer, then merge the changeset atomically into the knowledge base — so the durable docs stay true to what shipped, and the next Work item starts from current truth.

The hand-off

Windy hands your agent the right prompt for each step.

Every workflow step has a copyable instruction the agent can pull straight from the workspace. Each one ends by naming the next step, so the workflow is self-chaining — the agent proposes what comes next, and picks it up on a plain “yes.” You stay the decision-maker; the prompts carry the method.

The per-step instructions
Author proposalAddress review commentsAuthor KB changesetCreate task listExecute task listReview code & docs

What the workspace holds

Two memories. One reviewable trail.

Work moves between a Work-scoped proposal store and the project's durable knowledge base, leaving a reviewable record at every step.

Knowledge base — the durable docs

The project's long-lived specs, architecture, diagrams, schemas, and decisions — the design every agent reads before it builds. It only ever changes through a reviewed, atomically-merged changeset.

  • One place the project's design lives
  • Every edit reviewed before it lands
  • Stays aligned with the code that shipped

Proposal store — the working draft

Each Work item has its own spec/ and verification_spec/the agent authors and you review. It's separate from the knowledge base, so half-finished thinking never pollutes the durable docs.

  • Implementation plus verification, together
  • Inline comments from humans and agents
  • Approved before it can reach the build

Task Lists

A ready proposal, decomposed into ordered implementation and verification tasks — each with an objective and acceptance criteria you can steer before anything runs.

Executions

The run record for a Task List: per-task status, a commit SHA for each task, and a verification summary — a clear, auditable trail from intent to shipped code.

Changesets

Reviewed, git-commit-like edits to the knowledge base. Staged during the build, reviewed alongside the code, and merged atomically — so the docs move with the change, not after it.

Review

Inline comments on proposals and changesets — from humans and agents. Threads an agent can answer make reviewing AI work a conversation, not a rubber stamp.

The proposal store is where work is drafted. The knowledge base is where it lasts.

See it in practice

What using Windy feels like.

No new tool, no copy-paste of context — drive the whole workflow from Claude Code, Codex, or any MCP-aware agent: open a Work item, author the proposal, build it, and merge, all in one session.

Boundaries

Windy keeps the human as architect.

Windy gives coding agents a design to build from and a workflow to run. The developer still decides what should be built, reviews every step, and owns the result.

  • Not a no-code builder.
  • Not a replacement for developers.
  • Not another coding agent.
  • Does not execute code for you.
  • Does not promise autonomous software creation.

Security & control

Bound to you. Scoped to the project.

Each MCP endpoint is per-(user, project): bound to one person and one project. Every change an agent makes through it is attributed to you, with a clear audit trail across proposals, executions, and changesets.

  • Per-(user, project) MCP endpoints.
  • Every agent change attributed to you.
  • Revocable access, per user.
  • Agents only see the connected project.
  • Humans review, approve, and merge.

Learn more

The ideas behind the workflow.

Evergreen guides to agentic engineering, MCP, and spec-driven development.

Give your coding agents a workflow before they write the code.

Start with one project, connect your agent over MCP, and run your first Work item — proposal, review, task list, and merge, all in one place.

windylogic.ai