---
title: "Put coding agents on a governed local Git workflow with AgentPlane"
description: "Run coding agents inside a repo with explicit policy files, task state, approvals, and closure records when teams need auditable local workflows instead of opaque agent runs."
verification: "listed"
source: "https://github.com/basilisk-labs/agentplane"
author: "basilisk-labs"
publisher_type: "open_source_project"
category:
  - "Templates & Workflows"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "basilisk-labs/agentplane"
  github_stars: 38
---

# Put coding agents on a governed local Git workflow with AgentPlane

Run coding agents inside a repo with explicit policy files, task state, approvals, and closure records when teams need auditable local workflows instead of opaque agent runs.

## Prerequisites

Node.js, Git repository, coding agent runtime used inside the repo

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install -g agentplane, then run agentplane init inside the target repository.
```

## Documentation

- http://agentplane.org/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/put-coding-agents-on-a-governed-local-git-workflow-with-agentplane/)
