Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP

Storybloq is a project tracker that stores data as JSON and markdown inside a .story/ directory in your repository. It's git-trackable and editable in any text editor. The tool includes a Mac App Store app (free), a CLI, and an MCP server that integrate with Claude Code via /story to load the full project context at session start.
Key Features
- Project dashboard on Mac: backlog, kanban, timeline from handovers, editable notes, autonomous session statuses.
- Live kanban updates as Claude updates tickets.
- Embedded Claude Code terminal in the same window to avoid context switching.
- 580 tickets and 260 handovers tracked during the build itself — the tool is its own test case.
- Mac app is sandboxed, signed by Apple, auto-updates via App Store. Requires macOS 14+ (Apple Silicon and Intel).
- CLI and MCP server (TypeScript) expose data to Claude Code. Source on GitHub.
How It Works
Run /story in Claude Code to load tickets, roadmap phases, and session handovers. The Mac app watches .story/ and reflects changes live. Everything is JSON and markdown, so you can edit with any editor and commit changes to git.
Implementation Details
The Mac app is built with Swift/SwiftUI. The CLI and MCP server are TypeScript. Both were written entirely in Claude Code using the same framework. The workspace's .story/ tracked every ticket and handover. Code review rounds were run via Codex through MCP.
Links
- App Store: Storybloq on Mac App Store
- GitHub (CLI & MCP source): github.com/Storybloq/storybloq
Who it's for: Developers running multi-project Claude Code workflows who want a visual board alongside their terminal.
📖 Read the full source: r/ClaudeAI
👀 See Also

Chamber: AI Agent for GPU Infrastructure Management
Chamber is an AI agent that manages GPU infrastructure by handling tasks like provisioning clusters, diagnosing failed jobs, and managing workloads. It provides structured operations with validation and rollback, not just raw shell commands.

Open-Source Tool Measures AI Coding Agent Autonomy with Local Data Analysis
Codelens-AI is an open-source CLI tool that analyzes Claude Code session files alongside git history to calculate autonomy metrics like Autopilot Ratio and Self-Heal Score. The tool runs locally with zero setup using npx claude-roi and keeps all data on your machine.

OpenClaw Developer Seeks Killer Use Cases After 900 User Trials
OpenClaw's creator reports that while users try features like Telegram interfaces, calendar integrations, and automated workflows, most don't stick with the tool long-term. The challenge is finding daily-use workflows that become essential rather than experimental.

Fixing OpenClaw's Blind Spots: Building a Sitemap to Fetch All Anthropic Blogs
OpenClaw's browser tool fails to discover all Anthropic blogs because they're hosted across multiple URLs. A user fixed this by feeding a generated sitemap, then packaged the solution as a shareable skill.