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.1.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.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: planager-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 58011b3cda3777b4e09a0727478d78452a162d58e4cd9be9daf67f313c95f50b
MD5 4ecd3754de49c9b97bb412667497ca07
BLAKE2b-256 d0b049f70355d5ba57896df7f9f59b5e95efc7eb15e4e3979f268dbfc7de65d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: planager-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 64633d4976d1ac0a11091fbea823e1425777a65145a1e56dd25324a49f0797e7
MD5 489cd0afb2c4ab7de505e38aa64dba26
BLAKE2b-256 f23ee3f223133a20256ba441c9edaa045b150eb53084dee5ca4005c9b054f6e6

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