openplanr
AI-powered planning CLI โ backlog, sprints, task templates, estimation, GitHub sync, and AI agent rules for Cursor, Claude Code, and Codex
Why this rank:Recent releaseHealthy release cadenceStrong adoption
Description
AI-powered planning CLI โ backlog, sprints, task templates, estimation, GitHub sync, and AI agent rules for Cursor, Claude Code, and Codex
Release History
| Version | Changes | Urgency | Date |
|---|---|---|---|
| v1.7.1 | ### Patch Changes - [`1c7b70a`](https://github.com/openplanr/OpenPlanr/commit/1c7b70a6d115f43389c3477d01aa8f895e505b25) Align generated rule templates and the spec-schema reference to **Opus 4.8** (was Opus 4.7). The cursor (`planr-pipeline.mdc.hbs`, `agents/specification-agent.md`) and codex (`_pipeline-section.md.hbs`) rule-generator templates, plus `docs/reference/spec-schema.md`, now render the current DEV-tier codegen model โ matching the planr-pipeline plugin v0.10.0 bump to `claude-opus | High | 5/30/2026 |
| v1.7.0 | ### Minor Changes - [`2a97c04`](https://github.com/openplanr/OpenPlanr/commit/2a97c04042591e4195bb4b84a4ae3486812877ed) feat: artifact integrity + rules generator managed-block markers ### Managed-block markers for `rules generate` (fixes AGENTS.md clobber bug) `planr rules generate --scope pipeline` no longer overwrites the entire AGENTS.md / CLAUDE.md. Generated content is now wrapped in `<!-- ##planr-pipeline:begin## -->` / `<!-- ##planr-pipeline:end## -->` HTML comment markers. On regene | High | 5/10/2026 |
| v1.6.0 | ### Minor Changes - [`d56c9a7`](https://github.com/openplanr/OpenPlanr/commit/d56c9a73a68a302eb0bc10aaa6a00c72630fc3ef) feat(types): widen `TaskStatus` to include `'blocked'` for v0.8.0 plugin alignment The planr-pipeline v0.8.0 task schema enum is `['pending', 'in-progress', 'done', 'blocked']`. Prior CLI versions silently coerced `blocked` โ `pending` via `asTaskStatus()`, dropping the R6-failure signal that the pipeline writes alongside `T-NNN-error-report.md`. Changes: - `TaskStatus` un | High | 5/5/2026 |
| v1.5.0 | ### Minor Changes - [`b8e018c`](https://github.com/openplanr/OpenPlanr/commit/b8e018c895907bdb9bf69052d55552e3efec0229) Multi-runtime rules: extend `planr rules generate` with a `--scope` flag for cross-runtime pipeline support. `planr rules generate` now accepts `--scope <agile|pipeline|all>` (default: `agile` โ preserves existing behaviour byte-for-byte). The new `pipeline` scope generates rule files that drive the openplanr-pipeline two-phase spec-driven flow on the chosen runtime, giving | High | 4/29/2026 |
| v1.3.0 | ### Minor Changes - [`61dc183`](https://github.com/openplanr/OpenPlanr/commit/61dc183e2a1ef7397682b6d7ba871c37c82c2c7a) **`planr linear`** โ full Linear.app integration for OpenPlanr (EPIC-004). ### Subcommands - `planr linear init` โ validate a Linear PAT, pick a team, save settings. - `planr linear push <artifactId>` โ create/update Linear entities at any scope: - `EPIC-XXX` โ project + features + stories + tasklists - `FEAT-XXX` โ feature + its stories + its tasklist - `US-XXX` โ on | High | 4/24/2026 |
| v1.2.8 | ### Patch Changes - [`2d9c113`](https://github.com/openplanr/OpenPlanr/commit/2d9c113627c0eae69611af7ee2adbde366c2799f) Add `planr revise` โ agent-driven alignment of planning artifacts with codebase reality New command complementing `planr refine` (prose polish) with a focus on _factual_ alignment: - `planr revise <ID>` โ revise a single artifact (epic / feature / story / task) - `planr revise <ID> --cascade` โ top-down revision of an artifact and its descendants (epic โ features โ stories | High | 4/21/2026 |
| 1.2.7 | Imported from npm (1.2.7) | Low | 4/21/2026 |
| v1.2.7 | ### Patch Changes - [`57d07b3`](https://github.com/openplanr/OpenPlanr/commit/57d07b324cd34bc8461d09ae3fc2225dc5da610f) Add stakeholder reporting & PM intelligence layer New commands: - `planr report <type>` โ generate `sprint`, `weekly`, `executive`, `standup`, `retro`, or `release` reports from `.planr/` artifacts and (optionally) recent GitHub commits/PRs, written as Markdown + HTML under `.planr/reports/` - `planr report-linter [file]` โ validate stakeholder markdown against configurable | High | 4/19/2026 |
| v1.2.6 | ### Patch Changes - [`4cf5bcc`](https://github.com/openplanr/OpenPlanr/commit/4cf5bcc5e6e4f56bb0d59cda9cb9ba7f57115277) Replace gray-matter with yaml package to eliminate eval() vulnerability - Remove gray-matter dependency (+ 6 transitive deps including js-yaml with eval) - Add yaml package (zero deps, YAML 1.2 spec, no eval, maintained by YAML spec editors) - Custom frontmatter parse/stringify in ~15 lines with robust regex handling | Medium | 4/14/2026 |
| v1.2.5 | ### Patch Changes - [`97e34be`](https://github.com/openplanr/OpenPlanr/commit/97e34bee794585c50d6ba774d1ba0b586a130030) Add artifact update commands and GitHub issue type auto-assignment - Add `planr update <ids...>` top-level command with batch support, status validation, and `--force` override - Add `update` subcommand to all artifact types: epic, feature, story, task, quick, backlog - Supported fields: `--status` (all types), `--owner` (epic/feature), `--priority` (backlog) - Auto-set GitH | Medium | 4/12/2026 |
| v1.2.4 | ### Patch Changes - [`64a0f80`](https://github.com/openplanr/OpenPlanr/commit/64a0f80fda6d6d44faff957d7064a55d6833682c) Code quality and performance improvements - Faster sprint and sync commands via parallelized artifact loading - Consistent error messages across all AI-powered commands - Shared formatting utilities to reduce internal code duplication - JSDoc documentation added to all core service functions | Medium | 4/10/2026 |
| v1.2.3 | ### Patch Changes - [`5551aea`](https://github.com/openplanr/OpenPlanr/commit/5551aea8113ae17af67306219c9eb22bd5405667) Add prompt injection protection with input boundary delimiters and file size validation for --file arguments | Medium | 4/9/2026 |
| v1.2.2 | ### Patch Changes - [#62](https://github.com/openplanr/OpenPlanr/pull/62) [`45836f9`](https://github.com/openplanr/OpenPlanr/commit/45836f99ad88605ba4aac5fab4f318b20badf5b0) Thanks [@AsemDevs](https://github.com/AsemDevs)! - Reduce AI over-engineering in plan generation with scope discipline rules, count guidance per artifact level, and anti-enumeration batching | Medium | 4/9/2026 |
| v1.2.1 | ### Patch Changes - Fix project root resolution for monorepos โ planr now walks up the directory tree to find `.planr/config.json`, so commands work from any subdirectory **Full Changelog**: https://github.com/openplanr/OpenPlanr/compare/v1.2.0...v1.2.1 | Medium | 4/9/2026 |
| v1.2.0 | ## Minor Changes - Add agent-friendly non-interactive mode and API key UX improvements - Add `--yes`/`-y` flag for fully unattended planning workflows (Claude Code, Cursor, Codex) - Auto-detect non-interactive terminals via TTY detection - All prompts return sensible defaults when non-interactive - Add `planr config remove-key` command to delete stored API keys - Show clear multi-line guidance when API key is not configured - Detect existing API keys (env var, OS keychain, encrypted | Medium | 4/8/2026 |
| v1.1.0 | ## What's New in v1.1.0 ### `.planr/` directory โ stop polluting your project root All planr config and artifacts now live under `.planr/` instead of scattered across `planr.config.json` and `docs/agile/`. IDE-required files (CLAUDE.md, AGENTS.md, .cursor/rules/) stay at root. ### Auto-generate AI agent rules on init `planr init` now creates CLAUDE.md, AGENTS.md, and .cursor/rules/ automatically โ no separate `planr rules generate` step needed. ### Checklist UX improvements - Checkli | Medium | 4/6/2026 |
| v1.0.1 | ## What's Changed ### New Features - **`planr plan --epic <ID> --continue`** โ resume interrupted plan cascades from where they left off ### Bug Fixes - **Friendly error messages** โ `planr` now shows a clean message when `planr.config.json` is missing instead of a stack trace - **Removed noisy guardrail warnings** โ dependency chain detection (Check 4) removed; it produced excessive false positives for shared files like `types.ts` ### Template Quality - **MD060** โ aligned table columns in c | Medium | 4/5/2026 |
| v1.0.0 | # OpenPlanr v1.0.0 The first major release โ OpenPlanr is now a complete agile planning platform for AI-powered development workflows. ## Highlights - **Backlog management** โ capture ideas, AI-prioritize by impact/effort, promote to tasks or stories - **Sprint planning** โ time-boxed iterations with AI-powered task selection and velocity tracking - **Task templates** โ 5 built-in templates + save your own from existing task lists - **Smart rules for coding agents** โ 4-step context- | Medium | 4/5/2026 |
| v0.9.0 | ## v0.9.0 โ Connectivity (GitHub Sync + Export + PRD Support) This release connects OpenPlanr to the outside world: push artifacts to GitHub Issues, generate planning reports, and feed full PRDs into epic creation. ### ๐ `planr github` โ GitHub Issues Integration Push planning artifacts to GitHub Issues with bi-directional sync. Issues are formatted with type-aware metadata tables, status badges, and collapsible artifact sources. ``` planr github push TASK-001 # Push a | Medium | 4/2/2026 |
| v0.8.0 | ## v0.8.0 โ Intelligence (Estimation + Search) This release adds two new commands that make OpenPlanr smarter: AI-powered effort estimation and full-text artifact search. --- ### ๐ฏ `planr estimate` โ AI-Powered Effort Estimation Estimate any artifact using AI. Get story points, hours, complexity, risk factors, and reasoning โ all grounded in a consistent Fibonacci rubric. ```bash planr estimate TASK-001 # Estimate a single artifact planr estimate TASK-001 --sav | Medium | 3/31/2026 |
| v0.7.0 | ## What's Changed * feat: add `planr quick` for standalone task lists by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/32 * chore: release v0.7.0 by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/33 **Full Changelog**: https://github.com/TechArc-io/OpenPlanr/compare/v0.6.0...v0.7.0 | Medium | 3/31/2026 |
| v0.6.0 | ## Highlights - **`planr task fix`** โ iterate on a task with feedback (including piped stdin). - **Reliable agent runs** โ large implementation prompts are no longer passed as a giant CLI argument, so Claude/Codex are much less likely to hang after โLaunchingโฆโ. - **Live progress** โ spinner and streamed events for Claude and Codex while agents work. - **Codex** โ runs with writable workspace and structured JSONL output so it can actually change files and report progress cleanly. - **Res | Medium | 3/29/2026 |
| v0.5.0 | ## What's Changed * ci: update GitHub Actions to Node.js 24 by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/22 * test: increase coverage with AI, generator, and service tests by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/23 * fix: stop spinner on AI provider errors by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/24 * feat: secure credential storage with OS keychain and encryption by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/25 * fix: | Medium | 3/28/2026 |
| v0.4.0 | ## What's New ### Added - Token usage display after every AI call - `planr refine --cascade` โ cascades to all children - Parent-aligned refinements and post-refine next steps ### Changed - Updated all major dependencies (Anthropic, OpenAI, Zod, Commander, TypeScript) - Removed `fs-extra` and `ora` dependencies - Dropped Node 18 support (minimum Node 20) - Refine "Suggestions" โ "Improvements" ### Fixed - Refine no longer adds phantom cross-references - CI publish workflow with | Medium | 3/28/2026 |
| v0.3.0 | ## What's Changed * Add security policy, issue templates, and PR template by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/1 * Drop Node 18 support, upgrade to vitest 4.x by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/3 * test: add coverage config and pure function tests by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/5 * test: add service layer unit tests by @AsemDevs in https://github.com/TechArc-io/OpenPlanr/pull/6 * ci: add coverage reporting, pre- | Medium | 3/27/2026 |
Dependencies & License Audit
Loading dependencies...
Similar Packages
@cleocode/caampCentral AI Agent Managed Packages - unified provider registry and package manager for AI coding agentsv2026.6.0
skillhubCLI tool for managing AI Agent skills - search, install, and update skills for Claude, Codex, Copilot, and more0.2.11
tokentracker-cliToken usage tracker for AI agent CLIs (Claude Code, Codex, Cursor, Kiro, Gemini, OpenCode, OpenClaw, Hermes, GitHub Copilot)v0.42.0
More in Prompt Engineering
@vudovn/ag-kitCLI tool to install Antigravity Kit - AI Agent templates
agentmarkMarkdown for the AI era
prompts.chatf.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source โ self-host for your organization with complete privacy.
awesome-promptsCurated list of chatgpt prompts from the top-rated GPTs in the GPTs Store. Prompt Engineering, prompt attack & prompt protect. Advanced Prompt Engineering papers.
