Skip to main content

Plan-oriented engineering workflow for Pi (the CLI exterior / session host).

Project description

perk

perk is a Pi-native workflow for plan-driven software engineering.

It combines a Python CLI that manages the session exterior, a TypeScript Pi extension that governs the session interior, and an issue backend for durable workflow state, GitHub by default. The workflow is organized around planning, implementation, code review, and learning.

Workflow stages and surfaces can use perk’s built-in defaults or pluggable third-party extensions, such as plannonator for plan review.

perk is built for work that may be interrupted, resumed elsewhere, superseded, or moved across machines. Resumability, human feedback, and remote execution are not special cases; they are part of the core model.

perk is inspired by erk, formerly maintained by the team at Dagster.

What perk is

perk's unit of work is a plan: a reviewed, durable description of a change, written before files are edited and saved as canonical workflow state. The core spine is plan -> save -> implement -> submit -> address -> land -> learn; address only happens when review feedback needs a response. Longer-running objectives can emit bounded plans into the same spine.

The implementation is split across two planes:

  • exterior — the Python perk CLI, which scaffolds repos, manages worktrees, mints run ids, and launches primed pi sessions;
  • interior — a TypeScript Pi extension, which owns in-session stage transitions, tool gates, context, and warm /... commands.

Both planes read the language-neutral shared/ registry and contracts directly. There is no codegen layer to drift.

The operating model is deliberately simple: canonical state lives in GitHub by default (Linear is supported), .perk/workflow/ is a local cache, and session state is throwaway. Cold doors launch fresh context from a shell (perk implement, perk plan resume); warm doors keep context inside a session (/submit, /land, /learn). implement and address can dispatch to CI; review, merge, and learning stay local.

Quickstart

From the git repo you want to wire:

uv tool install perk
perk init
perk doctor
perk plan

perk init is idempotent and safe to re-run. perk doctor reports health; perk doctor --fix repairs managed drift.

You need a git repo plus git, gh, node >= 22, pi, and uv. ast-grep is preferred for structural search and reported when absent, but it is advisory. GitHub auth is verified and reported by init; it becomes required when you drive real plans, PRs, and merges.

For the guided first run, follow Get started with perk.

Documentation

Operator docs live under docs/user-docs/:

  • Tutorials — learn by doing; start with Get started with perk.
  • How-to guides — recipes for specific jobs: resume a plan, address review feedback, switch to Linear, attach a skill, dispatch to CI.
  • Reference — CLI commands, in-session commands and tools, objectives, configuration, providers, backends, and schemas.
  • Explanation — the mental model: plans, planes, state tiers, doors, and remote maturity.

Internal research, design notes, and durable learnings live under docs/.

Layout

  • perk/ — Python CLI, the session exterior.
  • extension/ — TypeScript Pi extension, the session interior.
  • shared/ — stage registry and cross-plane contracts.
  • docs/ — operator docs, research, design notes, and learnings.

Develop

Two pinned toolchains:

  • Pythonuv (3.13, pinned in .python-version), ruff (lint/format), ty (types).
  • TypeScript — npm (Node ≥ 22, .npmrc), Biome (lint/format), tsc (types).

With just:

just setup
just install-cli
just fmt
just lint
just typecheck
just test
just ci

just setup runs uv sync, npm install, just hooks, and just install-cli. The hook is managed by prek and runs ruff check on staged Python. Re-run just hooks after a fresh clone if hooks are missing.

Without just: uv run … for Python (uv run perk init, uv run pytest, uv run ruff check perk tests, uv run ty check) and npm run … for TypeScript (npm run lint, npm run typecheck).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

perk-2.1.0.tar.gz (679.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

perk-2.1.0-py3-none-any.whl (873.3 kB view details)

Uploaded Python 3

File details

Details for the file perk-2.1.0.tar.gz.

File metadata

  • Download URL: perk-2.1.0.tar.gz
  • Upload date:
  • Size: 679.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for perk-2.1.0.tar.gz
Algorithm Hash digest
SHA256 94729a213cf22532a64da9f3471100fa0f6ec705d1f0612c2872b4579271f65a
MD5 1c91e650b05dd42d59990902664e0baf
BLAKE2b-256 8a174acb5f3972b953f4e2eb67012019bcff3fe70d085297b2aee0e748d0c302

See more details on using hashes here.

Provenance

The following attestation bundles were made for perk-2.1.0.tar.gz:

Publisher: release.yml on mattgiles/perk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file perk-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: perk-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 873.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for perk-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 41b01933556ca29681820556f2a21fdfcf1f2ad87052f088b09f937b247d3b9f
MD5 18f47f2078e0aa549f83e5253577e247
BLAKE2b-256 c70f058c80b6078ab3ab0f0bd5d2cc08d8f80c971a3be03192c1907f9ce8bb81

See more details on using hashes here.

Provenance

The following attestation bundles were made for perk-2.1.0-py3-none-any.whl:

Publisher: release.yml on mattgiles/perk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page