Lovelace: Project Management for Claude Code That Lives in Your Repo
Lovelace is a desktop app that turns your repo into a project management system. Tickets, docs, and session records live as Markdown files in the repo. The app renders a kanban board from the files, and Claude Code interacts with them through 8 MCP tools.
Key Features
- Kanban board and list view — generated from your schema. You define ticket types, fields, and statuses; the columns, filters, and forms follow automatically.
- Ticket pages with a block editor and a timeline of comments, sessions, and commits that touched the ticket.
- Docs tree in the same repo (ADRs, guides, plans) with stale-doc badges, plus a graph of wiki-links between tickets and docs.
- 8 MCP tools for Claude. Every write is validated against your schema.
- Guard hook — blocks direct edits to ticket files.
- Stop hook — forces Claude to write a session record before finishing.
- Session-start hook — injects a ~1,500 token digest of in-progress tickets and recent session records.
- Live presence — the board card shows Claude working with an elapsed timer.
- Hand-edit anything — the app re-validates and re-renders live. A broken file shows a validation error with file and line, not a crash.
Dogfooding Stats
The tool has been dogfooded for three weeks. The repo contains 139 tickets and 144 session records that built the app itself.
Getting Started
One-click install. Free, no account needed. Repo: github.com/lovelace-co/lovelace
📖 Read the full source: r/ClaudeAI
👀 See Also

MemAware benchmark shows RAG-based agent memory fails on implicit context retrieval
The MemAware benchmark tests whether AI agents can surface relevant past context when users don't explicitly ask for it, revealing that current memory systems score only 2.8% accuracy on hard implicit queries versus 0.8% with no memory.

Karpathy Coding Skill Rewritten for Free Plan, Unlocks Claude Coding Discipline Without Pro
A Reddit user rewrote Karpathy's coding discipline guidelines for Claude's free plan, removing terminal and subagent dependencies. The system prompt auto-triggers on coding requests and enforces verification-first thinking.

MultiModel Code Review Workflow Packaged as Reusable Skill
A reusable skill that orchestrates multiple AI models for PR and non-PR code reviews, tested with OpenClaw and models like GPT-5.5, DeepSeek V4 Pro, Kimi K2.6, Qwen 3.6 Plus, and GLM-5.1.

Myelin: MD Extractor and Evaluator for Claude Code Procedural Memory
Myelin is an MCP server that hooks into Claude Code via PostToolUse to capture tool calls, automatically extracting .md procedure files from successful sessions and tracking whether Claude follows existing procedures step-by-step.