Reusable GitHub Projects request coordination for humans and coding agents.
Project description
Kanbanlan
Kanbanlan turns a GitHub repository and a GitHub Projects v2 board into one coordinated request workflow for humans and coding agents.
It provides:
- one-command repository and Project setup;
- browser-based GitHub CLI authentication when credentials or the
projectscope are missing; - repository labels, issue/PR templates, and managed
AGENTS.md/CLAUDE.mdinstructions; - a private local snapshot shared across Git worktrees;
- dry-run-first reconciliation between issue labels, Project Status, active claims, and linked pull requests; and
- safe capture, claim, release, handoff, and review commands.
GitHub Issues remain canonical. Kanbanlan does not store API tokens and does not create another server-side database.
Install
Kanbanlan requires Python 3.11+, Git, and GitHub CLI. The examples below use uv for installation and development.
Install the latest release from PyPI:
uv tool install kanbanlan
Or install the unreleased development version from GitHub:
uv tool install git+https://github.com/jmitchel3/kanbanlan.git
To install a local checkout instead:
uv tool install .
For development:
uv sync --group dev
uv run pytest
uv run ruff check .
uv build
Initialize a repository
Start the guided setup wizard from any GitHub-backed repository:
cd /path/to/repository
kanbanlan init
The wizard detects the repository and default branch, lets you reuse, create, or copy a GitHub Project, collects the staging and optional production branch, then shows a summary for confirmation before it changes repository files or Project settings.
You can also provide any choice up front. Reuse an existing Project:
cd /path/to/repository
kanbanlan init --project-url https://github.com/orgs/acme/projects/2
Create a new Project:
kanbanlan init --create-project --project-title "Product Delivery" --open
Copy a Project template, including its useful views:
kanbanlan init --template-project template-owner/1 --project-title "Product Delivery"
init authenticates through
gh auth login --web when necessary, ensures the GitHub token has the
project scope, links the Project to the repository, repairs the Status field,
creates the workflow labels, writes managed repository files, adds open issues,
and reconciles their state.
Use --non-interactive in automation and provide --project-number,
--project-url, --create-project, or --template-project explicitly.
Use --local-only to generate repository files without GitHub mutations.
Pass --no-open to suppress the wizard's browser question or --open to open
the configured Project after setup.
Kanbanlan does not yet create custom Project views or GitHub's built-in
auto-add workflow. Copying a template Project is the automated path when those
views matter. Without a template, kanbanlan init --open opens the Project so
a Board view can be added once. Kanbanlan's own reconcile --apply keeps item
states correct even when GitHub Project workflows are not configured.
Daily use
kanbanlan ensure # refresh only when the worktree-shared cache is stale
kanbanlan next # report the first unblocked Ready issue
kanbanlan status # summarize the local cache
kanbanlan reconcile # report drift, without mutations
kanbanlan reconcile --apply # apply and verify the displayed repairs
The cache lives at <primary-checkout>/.cache/kanbanlan/ with private file
permissions. A failed refresh preserves the last good snapshot and records the
error in health.json.
Request lifecycle
kanbanlan capture "Add export audit log" --priority priority:p1
kanbanlan claim 123 --touchpoints "audit API; exports UI; migrations"
kanbanlan review 123
kanbanlan release 123 --reason "Waiting for product decision" --blocked
kanbanlan handoff 123 --session codex-next --branch work/123-audit \\
--worktree /path/to/worktree --reason "Shift change"
By default claim posts the claim first, verifies that it is the earliest
active claim, and only then creates a dedicated worktree from the configured
default branch. If checkout creation fails, it releases the claim and returns
the card to Ready. Use --no-worktree only from an existing non-default
branch/worktree.
Managed repository files
init writes:
.kanbanlan.toml;.github/ISSUE_TEMPLATE/work-request.yml;.github/pull_request_template.md;docs/workflow/kanbanlan.md;- a marked Kanbanlan section in
AGENTS.mdandCLAUDE.md; and /.cache/kanbanlan/in.gitignore.
Generated standalone files carry a marker. Existing custom templates are not
overwritten unless --force is passed. Agent instruction sections are
updated only between kanbanlan:start and kanbanlan:end markers.
State model
| Issue label | Project Status |
|---|---|
status:intake |
Inbox |
status:ready |
Ready |
status:in-progress |
In progress |
status:blocked |
Blocked |
status:review |
In review |
| closed issue | Done |
Priorities are priority:p0 through priority:p3. An active CLAIM forces In
progress; an open pull request that closes the issue forces In review; a closed
issue forces Done. Issue labels are the fallback status record when the
Project is temporarily unavailable.
Diagnostics
kanbanlan auth
kanbanlan doctor
kanbanlan path
kanbanlan snapshot
kanbanlan refresh
doctor checks configuration, authentication, Project Status options, labels,
and cache health without mutating GitHub.
Contributing and security
Bug reports and focused pull requests are welcome. See CONTRIBUTING.md for the development workflow. Please report security vulnerabilities privately as described in SECURITY.md.
Kanbanlan is available under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kanbanlan-0.2.0.tar.gz.
File metadata
- Download URL: kanbanlan-0.2.0.tar.gz
- Upload date:
- Size: 39.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05b01d0b6490bdeea7add3cb3fd7b72f0147349649e44f8b4bdd87b4ef974563
|
|
| MD5 |
16445296513af390a27419eb66f9d1f5
|
|
| BLAKE2b-256 |
60dbbc3d172f998fc95bd21574051923e40a26cba12181267bba1431d2142e9d
|
Provenance
The following attestation bundles were made for kanbanlan-0.2.0.tar.gz:
Publisher:
release.yaml on jmitchel3/kanbanlan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kanbanlan-0.2.0.tar.gz -
Subject digest:
05b01d0b6490bdeea7add3cb3fd7b72f0147349649e44f8b4bdd87b4ef974563 - Sigstore transparency entry: 2256801843
- Sigstore integration time:
-
Permalink:
jmitchel3/kanbanlan@7c296dea08e8f44f0cab0971f6d0fcf13f3ccb96 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jmitchel3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@7c296dea08e8f44f0cab0971f6d0fcf13f3ccb96 -
Trigger Event:
release
-
Statement type:
File details
Details for the file kanbanlan-0.2.0-py3-none-any.whl.
File metadata
- Download URL: kanbanlan-0.2.0-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f95dafa6502fa04cb9b3e2aad27b3c4f0522c2cd9110b76aa6f39041de30e21
|
|
| MD5 |
9e313a76a1c712c3d965b1d4ae5b4d71
|
|
| BLAKE2b-256 |
3ec1e5fd53946d8a404e80a4e8db9f8e7a4100eb4b260e3b8757397831cb51d1
|
Provenance
The following attestation bundles were made for kanbanlan-0.2.0-py3-none-any.whl:
Publisher:
release.yaml on jmitchel3/kanbanlan
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kanbanlan-0.2.0-py3-none-any.whl -
Subject digest:
6f95dafa6502fa04cb9b3e2aad27b3c4f0522c2cd9110b76aa6f39041de30e21 - Sigstore transparency entry: 2256801848
- Sigstore integration time:
-
Permalink:
jmitchel3/kanbanlan@7c296dea08e8f44f0cab0971f6d0fcf13f3ccb96 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jmitchel3
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@7c296dea08e8f44f0cab0971f6d0fcf13f3ccb96 -
Trigger Event:
release
-
Statement type: