Skip to content

v0.1.0 — MVP Release

Choose a tag to compare

@MujahidAbbas MujahidAbbas released this 30 Dec 21:08
· 37 commits to main since this release

v0.1.0 — MVP Release 🎉

PlanForge is now usable end-to-end: idea → PRD → tech spec → structured tasks → Kanban, with regeneration and exports.

✨ Highlights

  • Generate a PRD from a project idea
  • Generate a Tech Spec based on the PRD
  • Generate structured tasks (reliable JSON output) and auto-populate the board
  • Manage tasks in a drag-and-drop Kanban board (Flowforge)
  • Regenerate PRD / Tech / Tasks individually or run the full pipeline again
  • Export a Project Kit ZIP (PRD, Tech Spec, tasks + metadata)
  • Rate-limit resilience with retries and graceful handling during generation

🧱 What’s included

  • Laravel + Livewire workspace UI (PRD / Tech / Kanban / Export)
  • PrismPHP provider integration (multi-provider-ready)
  • Queue-driven generation pipeline (PRD → Tech → Tasks)
  • Demo seeder to explore the app quickly

🚀 Getting started

  • Follow the README Quick Start
  • Important: run the queue worker for AI generation (e.g. php artisan queue:listen)

⚠️ Known limitations (MVP)

  • Single-user / single-workspace (no team collaboration yet)
  • Task regeneration uses a “replace AI tasks” approach (merge workflows are planned)
  • Provider rate-limit headers vary by provider; app-level throttling is used where needed

🗺️ Next up (v0.2.x ideas)

  • GitHub Issues export / sync
  • Better task “merge” regeneration mode (preserve edits cleanly)
  • Templates (PRD/Tech styles) + project presets
  • Collaboration / roles

Thanks for checking out PlanForge! If you hit issues, please open one with steps + logs, and mention your provider/model.