What problem does it solve?
Plan Manager helps teams organize and track complex development plans and their related contextual documents while automatically indexing them for quick retrieval.
Core Features & Use Cases
- Create Plan: Creates a new plan document with timestamp-based naming and an associated workflow.
- Update Step: Updates the status of individual steps within an active plan.
- Create Context: Creates context documents for codebase areas to anchor related work.
- Update Indexes: Regenerates all index files from current markdown files.
- Archive & List: Archive completed plans and list active ones to maintain focus.
Quick Start
Use the plan-manager to create a plan, update steps, create a context, update indexes, archive a plan, and list active plans.
- Create Plan: create-plan "Add authentication" --workflow tdd
- Update Step: update-step add-auth 1 in_progress
- Create Context: create-context "Authentication" --areas auth,security,api
- Update Indexes: update-indexes
- Archive Plan: archive-plan add-auth
- List Active: list-active