Coding

SprintiQ – open-source sprint planning for Claude Code

A new open-source sprint planning framework, SprintiQ, has emerged to streamline development workflows for large language models like Claude Code, leveraging agile methodologies and GitHub integration to optimize task prioritization and resource allocation. By automating sprint planning and retrospectives, SprintiQ aims to reduce development time and increase model efficiency. Early adopters report significant productivity gains and improved collaboration. AI-assisted, human-reviewed.

Overview

SprintiQ Turbo is an open-source sprint planning framework designed to sit on top of Claude Code, Anthropic's AI coding agent. While Claude Code handles code generation, SprintiQ manages what gets built, when, and why — sprint planning, story generation, velocity tracking, and bidirectional sync with the AI agent. It is released under the Apache 2.0 license and can be self-hosted, forked, or extended freely.

What it does

SprintiQ acts as a planning layer that integrates with Claude Code via a CLI tool called sprintiq watch. This creates a live bridge between Claude Code sessions and a sprint board. The system includes:

  • Bidirectional sync with Claude Code — changes in the sprint board are reflected in the coding session and vice versa.
  • AI-powered user story generation — trained on agile anti-patterns (TAWOS) to produce well-formed stories.
  • Sprint planning, capacity management, and velocity tracking — standard agile metrics.
  • Persona-aware story generation — stories can be tailored to different user personas.
  • Single-user, self-hostable — your data, your infrastructure, your Claude API key.

How to install it (self-hosted)

Prerequisites:

  • Node.js 18 or later
  • A Supabase project (free tier sufficient for personal use)
  • An Anthropic API key (Claude Sonnet 4.6 + Opus)
  • A Voyage AI API key (for embeddings)

Setup steps:

  1. Clone the repository: git clone https://github.com/SprintiQ-Incorporated/sprintiq.git
  2. cd sprintiq
  3. Copy the environment template: cp env.example .env.local — fill in the required environment variables (see SELF_HOSTING.md)
  4. Install dependencies: npm install
  5. Push the database schema: npx supabase db push
  6. Start the dev server: npm run dev
  7. Create two storage buckets in your Supabase dashboard: avatars (public) and images (not public)
  8. Build and link the CLI: cd packages/cli && npm install && npm run build && npm link
  9. Run the live bridge: sprintiq watch

Architecture

SprintiQ is built on Next.js App Router, Supabase (auth, Postgres, pgvector), Claude Sonnet 4.6 for generation, and Voyage AI for embeddings. Row-level security (RL

Similar Articles

More articles like this

Coding 1 min

Pulitzer Prize Winner in International Reporting

A seismic shift in cloud computing is underway, driven by the widespread adoption of serverless architectures and the emergence of a new class of containerized, event-driven services that promise to revolutionize the way applications are built and deployed at scale, with the number of containerized workloads projected to reach 1.5 billion by 2025. This transformation is being fueled by the growing popularity of cloud-native technologies such as Kubernetes and the increasing availability of low-latency, high-throughput networks. AI-assisted, human-reviewed.

Coding 1 min

What I'm Hearing About Cognitive Debt (So Far)

Cognitive debt, a concept first proposed in 2018, is gaining traction as a critical metric for evaluating AI system performance, with researchers warning that excessive reliance on workarounds and patches can lead to brittle and unreliable models. Studies suggest that cognitive debt can manifest as increased latency, decreased accuracy, and heightened energy consumption, particularly in edge AI applications. Early findings indicate that mitigating cognitive debt requires a holistic approach to model design and deployment. AI-assisted, human-reviewed.

Coding 1 min

The Car That Watches You Back: The Advertising Infrastructure of Modern Cars

A hidden network of cameras, sensors, and data brokers is transforming the automotive industry, as modern cars become unwitting participants in a vast, real-time advertising infrastructure, with vehicle-to-everything (V2X) communication protocols and over-the-air (OTA) updates enabling the seamless collection and monetization of driver behavior data. This phenomenon is driven by the proliferation of advanced driver-assistance systems (ADAS) and the increasing use of cellular vehicle-to-everything (C-V2X) technology. The implications for consumer privacy are profound. AI-assisted, human-reviewed.

Coding 1 min

Bun is being ported from Zig to Rust

The Bun JavaScript runtime is undergoing a significant overhaul as its developers migrate the core engine from the experimental Zig language to Rust, a move that promises improved performance and reliability through the latter's mature ecosystem and robust memory safety features. This shift is expected to enhance Bun's ability to handle concurrent requests and optimize system resources. The update marks a critical milestone in the project's evolution. AI-assisted, human-reviewed.

Coding 1 min

Y Combinator's Stake in OpenAI (0.6%)

Y Combinator's 0.6% stake in OpenAI reveals a nuanced dynamic in the AI startup's funding landscape, as the influential accelerator's modest investment underscores the complex web of relationships between major players in the field. This subtle yet significant holding may influence OpenAI's strategic decisions, particularly in areas where Y Combinator's portfolio companies intersect with OpenAI's technology. The implications for the broader AI ecosystem are worth examining. AI-assisted, human-reviewed.

Coding 1 min

Suspected YouTube bug spikes RAM over 7gbs users report lag and frozen tabs

A mysterious YouTube interface bug is causing browsers to consume excessive RAM, with some users reporting spikes above 7GB, resulting in severe lag and frozen tabs. The issue appears to be linked to an endless layout loop, where the browser becomes trapped in a recursive rendering cycle. As users struggle with unresponsive tabs, the bug's root cause remains unclear. AI-assisted, human-reviewed.