Back to browse
GitHub Repository

inplan — a Markdown editor for human ⇄ coding-agent planning. CLI + desktop editor.

4 starsTypeScript

inplan – plan with your coding agent in a shared Markdown doc

by diane-cis·Jun 24, 2026·2 points·0 comments

AI Analysis

●●●BangerBig BrainZero to OneSolve My Problem

Line-anchored comments on plan documents solve AI agent context drift permanently.

Strengths
  • Threaded discussions anchored to specific sentences create durable decision records.
  • Diff-based plan revisions work like PRs, preventing silent agent rewrites of requirements.
  • Planning-Driven Development workflow is genuinely novel, not just chat with extra steps.
Weaknesses
  • Requires teams to adopt new workflow discipline, may face adoption friction.
  • Open-core model means hosted edition at inplan.ai could limit self-hosted features.
Target Audience

Teams using AI coding agents, developers frustrated with linear chat workflows

Similar To

Claude Code · Cursor · Notion

Post Description

Hi HN — I'm one of the makers.

We kept hitting the same failure mode with coding agents: you hand over a vague plan, the agent fills the gaps with guesses, and the back-and-forth that explains why a decision was made lives in a linear chat you can't navigate later. So we built inplan: a Markdown editor where you and the agent edit one plan document together.

The part we care most about: you can select any sentence and open a threaded comment on it — ask a question, get the agent's take, make the call — and that exchange stays anchored to that line as a durable record. When the agent changes the plan it comes back as a diff you review and apply, instead of silently rewriting the doc. It installs as a Claude Code skill (also Codex/Pi), so a "plan X" prompt opens the editor: the agent drafts, you refine inline, it revises.

It's open-core (AGPL-3.0) and runs fully locally — npm i -g inplan. There's a hosted edition (inplan.ai) for live multi-person collaboration, which is how we intend to fund it; nothing in the demo needs an account.

Where it's still young: it's an Electron desktop app, the diff is line-based, and it's built around one plan doc at a time — multi-doc and richer agent loops are next. The Windows install path was rough until last week.

60-second demo: https://github.com/melly-lgtm/inplan/releases/download/v0.1.18/inplan-demo.mp4

Would genuinely love feedback — especially where the workflow gets in your way.

Similar Projects

AI/ML●●Solid

Docs over SSH for Agents

SSH interface for docs matches how agents naturally explore codebases with grep and cat.

Big BrainZero to One
gregnr
902mo ago
AI/ML●●Solid

GAAI – One agent plans, one codes. A Markdown folder governs both

Discovery plans, Delivery executes — separation of concerns baked into folder structure.

Big BrainBold Bet
Fr-e-d
113mo ago