Skip to main content

Feature plans for LLM-assisted development. One command sets up your project so coding agents automatically create, follow, and maintain structured plans.

Project description

planager

Feature plans for LLM-assisted development.

One command sets up your project so coding agents automatically create, follow, and maintain structured feature plans across sessions.

Prerequisites

planager uses uv for installation. If you don't have it:

curl -LsSf https://astral.sh/uv/install.sh | sh

See the uv installation docs for other methods.

Install

cd your-project
uvx planager init

You'll see a menu to pick your agent:

  Welcome to planager! Which agent are you using?

    1. Claude Code  -  Anthropic's Claude Code agent
    2. pi.dev  -  The pi coding agent
    3. Codex  -  OpenAI's Codex agent

  Select [1-3] (default: 1):

You can also skip the menu by passing the target directly (uvx planager init claude, uvx planager init pi, uvx planager init codex), or run multiple targets in the same project - each one only creates the files its agent needs.

That's it. No runtime dependencies, no background processes.

What it does

After planager init, your project gets:

  • .plans/ - directory where feature plans live (markdown or HTML files).
  • Agent-specific skill directory - slash commands for creating and checking plans.
  • Instruction file - instructions that make the agent automatically discover and follow plans without you having to ask.
Target Skills directory Instruction file Slash commands
claude .claude/skills/ CLAUDE.md /planager, /planager-status
pi .pi/skills/ AGENTS.md /skill:planager, /skill:planager-status
codex .codex/skills/ AGENTS.md $planager, $planager-status

Plan styles

By default, plans are markdown files. You can also use HTML:

uvx planager init claude --style html

HTML plans are standalone files with zero JavaScript dependencies — just HTML and CSS. They use <meta> tags for metadata and data-status attributes for step tracking, viewable directly in a browser.

To switch an existing project from markdown to HTML, just re-run init with --style html. The instruction snippet and skill files will be updated in place.

How it works

Plans are markdown files with frontmatter, phased steps, and checkboxes:

---
feature: auth
title: User Authentication
status: in-progress
created: 2026-04-18
updated: 2026-04-18
---

## Context

Implement email/password authentication with session management.

## Phase 1: Database schema

- [x] Create users table migration
- [x] Add password hashing utility
- [ ] Add session table migration

## Phase 2: API endpoints

- [ ] POST /login
- [ ] POST /register

## Notes

Using bcrypt for hashing. Decided against JWT - sessions are simpler for now.

The instruction file teaches the agent to:

  1. Check for in-progress plans at the start of each session.
  2. Create plans before starting non-trivial features.
  3. Update plans as work progresses (check off steps, add notes).
  4. Mark plans done when a feature is complete.

No special tools or MCP servers - the agent reads and writes plain files.

Slash commands

/planager (Claude) / /skill:planager (pi) / $planager (Codex)

Create a new feature plan or resume an existing one.

  • With a description: /planager add dark mode support - explores the codebase, drafts a phased plan, asks for approval.
  • Without: /planager - lists in-progress plans and offers to resume or create new.

/planager-status (Claude) / /skill:planager-status (pi) / $planager-status (Codex)

Show progress across all plans:

Feature          Status       Progress
───────────────  ───────────  ────────────────
auth             in-progress  Phase 2: 3/7
dark-mode        planning     Phase 1: 0/4
api-v2           done         5/5

Idempotent

Running uvx planager init again is safe. It updates skill files and the instruction snippet in place without duplicating anything. Re-initializing with a different --style cleanly replaces the previous configuration.

License

MIT

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

planager-0.5.0.tar.gz (35.4 kB view details)

Uploaded Source

Built Distribution

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

planager-0.5.0-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file planager-0.5.0.tar.gz.

File metadata

  • Download URL: planager-0.5.0.tar.gz
  • Upload date:
  • Size: 35.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.8

File hashes

Hashes for planager-0.5.0.tar.gz
Algorithm Hash digest
SHA256 643b22e0ef9f9c0f26441bcfce4f9faa73775f839573e6bc2fbcc903815f5935
MD5 3250effc0492fa5d08fae176385e3056
BLAKE2b-256 183d5335760dfb11600631a71023abef113bade0c449936764513fd4ce639958

See more details on using hashes here.

File details

Details for the file planager-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: planager-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.8

File hashes

Hashes for planager-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 37305744988f78d4ad0b99eb8319f05140668d30158a42a50cb9cbec91ad5b74
MD5 133578118c45f88edebcce123d42b74c
BLAKE2b-256 9c8d20d2d1433afb779e6372a570f34706ac4c43ac7f1ebba7290268068c80b1

See more details on using hashes here.

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