Show HN: Markdown Projects – File based project management for AI agents (markdownprojects.com)

1 points by deepresearch ↗ HN
I've built a CLI tool that stores project management data (issues, milestones, logs) as plain markdown files with YAML frontmatter in a .mdp/ directory. No database, no server, just files on disk that work with git.

The main use case is giving AI coding agents a structured way to track their own work. The CLI is fully non-interactive (all input via flags/stdin, JSON output), so agents can create issues, update statuses, log progress, and check milestone completion programmatically.

0 comments

[ 3.2 ms ] story [ 13.8 ms ] thread

No comments yet.