Made a Claude Code plugin for persistent project management — ProMa
Been using Claude Code heavily and kept losing context between sessions. Built ProMa to fix it.
It's a Claude Code plugin (8 skills + 1 hook) that maintains project state in markdown files. Every session, Claude reads the state and resumes exactly where it left off.
Quick setup:
1. git clone https://github.com/dpraj007/proma.git
2. claude --plugin-dir ./proma
3. /proma:init "ProjectName" "description"
4. /proma:boot
What it gives you:
- Epic tracking with exit criteria and human sign-off
- Two-queue task system (agent work + human decisions)
- Architectural decision records
- Daily sweeps ...
u/DhairyaRaj13·3 months ago·10 pts / 8 comm