

Built a plugin that gives Cursor agents persistent multi-agent workflow (plan → implement → test → PR) — open source
I kept running into the same problem with Cursor agents: every new session, I had to re-explain context, re-set conventions, and manually keep implementation/testing/PR review in sync. So I built a plugin to fix that for myself, and figured others might hit the same wall.
MAS Workflow Kit installs a full multi-agent dev workflow into any project:
- Subagents for implementation, testing, PR review, and architecture audits
- Skills that enforce a real lifecycle: plan → implement → test → evidence → docs
- A persistent .local/ layer so agents pick up exactly where they left off, instead of starting cold every session
- Automated drift/alignment checks that catch doc-vs-code divergence before it ships
Install:
- In Agent chat:
/add-pluginhttps://github.com/SavinRazvan/mas-workflow-kit - Open your project, run
/workflow-activate - Add your name to one settings file (~1 min, needed for PR attribution)
It's Apache 2.0, free, and I'd genuinely like feedback - especially from anyone running multi-agent setups already, since I built this solo and I'm sure there are edge cases I haven't hit.