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 (Claude Code, Codex, etc.) automatically create, follow, and maintain structured feature plans across sessions.

Install

cd your-project
uvx planager init

That's it. No runtime dependencies, no background processes. The command copies a few template files into your project and you're done.

What it does

After planager init, your project gets:

  • .plans/ — directory where feature plans live (markdown files).
  • .claude/skills/plan/ — a /plan slash command for creating and resuming plans.
  • .claude/skills/plan-status/ — a /plan-status slash command for checking progress.
  • CLAUDE.md snippet — instructions that make the agent automatically discover and follow plans without you having to ask.

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 CLAUDE.md snippet 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 markdown files.

Slash commands

/plan

Create a new feature plan or resume an existing one.

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

/plan-status

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 skips files that already exist and won't duplicate the CLAUDE.md snippet.

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.1.2.tar.gz (17.2 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.1.2-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for planager-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7232261419b461e0212d9150c04b6288d33890d055a90c8d5532a69cf8fea91a
MD5 36be4d30c9f7aaa3ddd2a4e31825156e
BLAKE2b-256 4b9e0ed08e51959009f0f1707906ce6d6233e2e5d056e752d747fe23b04cd2f4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for planager-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 482d85208f6b9cd3e6f4e6213c88382dff6d4b5e87cc1711c33fc5b5b845b0ba
MD5 1f15b8f010a40fbfdc03a606ae0d0f8a
BLAKE2b-256 ee57dccaa0be291b1566247767cf6cefd87da51970bf2c81d2aee9c9c20b182c

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