SprintiQ – open-source sprint planning for Claude Code

· open-source ai ai-agents · Source ↗

TLDR

  • Self-hosted, Apache 2.0 agile planning layer that bridges Claude Code with AI-generated user stories and bidirectional sprint sync via CLI.

Key Takeaways

  • sprintiq watch CLI creates a live bridge between Claude Code sessions and a Supabase-backed sprint board using pgvector embeddings.
  • Stack: Next.js App Router, Supabase (auth, Postgres, pgvector), Claude Sonnet 4.6 for generation, Voyage AI for embeddings.
  • Story generation is trained on agile anti-patterns (TAWOS dataset) and supports persona-aware output.
  • Requires four external dependencies to self-host: Node 18+, Supabase project, Anthropic API key, Voyage AI API key.
  • RLS enforces single-owner workspace isolation at the database layer; SaaS version lives at sprintiq.ai.

Hacker News Comment Review

  • No substantive HN discussion yet; the sole comment requests a demo or video, suggesting the project lacks a quick evaluation path for newcomers.

Original | Discuss on HN