▲ 4 r/SinceAI+5 crossposts

Un AI sau o echipă de agenți?

Lucrez la Agent Colony, un setup cu 8 agenti specializati care colaboreaza direct in repo.

Ideea principala este continuitatea contextului. Cu SSOT activat, board-ul pastreaza backlog-ul, deciziile si statusul proiectului, iar agentii folosesc artefacte pentru a pastra starea si informatiile importante.

Astfel, cand revii la o un task, agentii pot vedea ce s-a decis, unde s-a ajuns si ce urmeaza, fara sa reconstruiesti tot contextul de la zero.

Fiecare agent are rolul lui:
- planning,
- coding,
- integrare,
- testing,
- verificare,
- audit,
- monitoring
- research

Sunt curios ce parere aveti despre abordarea asta, mai ales daca ati lucrat cu mai multi agenti in acelasi proiect.

Ce probleme ati intalnit voi cu pastrarea contextului si coordonarea intre agenti?

Repo-ul este public pentru cei interesati sa vada cum e construit, sa-l testeze sau sa dea feedback:

https://github.com/SavinRazvan/agent-colony

u/PurchaseFront4196 — 9 days ago
▲ 1 r/crewai

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:

  1. In Agent chat: /add-plugin https://github.com/SavinRazvan/mas-workflow-kit
  2. Open your project, run /workflow-activate
  3. 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.

https://github.com/SavinRazvan/mas-workflow-kit

u/PurchaseFront4196 — 2 months ago

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:

  1. In Agent chat: /add-plugin https://github.com/SavinRazvan/mas-workflow-kit
  2. Open your project, run /workflow-activate
  3. 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.

https://github.com/SavinRazvan/mas-workflow-kit

u/PurchaseFront4196 — 2 months ago
▲ 1 r/cursor

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:

  1. In Agent chat: /add-plugin https://github.com/SavinRazvan/mas-workflow-kit
  2. Open your project, run /workflow-activate
  3. 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.

https://github.com/SavinRazvan/mas-workflow-kit

u/PurchaseFront4196 — 2 months ago

Plugin Cursor pentru workflow multi-agent (plan → implementare → test → PR), open source

Am facut un plugin pentru Cursor care instaleaza un workflow multi-agent direct in proiectul tau.

Practic rezolva problema in care, la fiecare sesiune noua, trebuie sa re-explici contextul si sa sincronizezi manual implementarea, testarea si review-ul.

Ce include:

- subagenti pentru implementare, teste, PR review si audit de arhitectura

- skills pentru un flux clar: plan → implementare → test → evidente → documentatie

- un layer `.local/` persistent, ca agentii sa continue de unde au ramas

- verificari de drift/alignment care prind divergenta dintre documentatie si cod inainte de merge

Instalare:

  1. in Agent chat: `/add-plugin https://github.com/SavinRazvan/mas-workflow-kit`

  2. deschizi proiectul si rulezi `/workflow-activate`

  3. completezi numele si handle-ul intr-un fisier de settings (~1 min, pentru atribuirea la PR)

E Apache 2.0, gratuit si open source. Daca folositi deja setup-uri multi-agent in Cursor, ma intereseaza feedback.

https://github.com/SavinRazvan/mas-workflow-kit

u/PurchaseFront4196 — 2 months ago
▲ 2 r/AIDeveloperNews+1 crossposts

Plugin Cursor pentru workflow multi-agent (plan → implementare → test → PR), open source

Am facut un plugin pentru Cursor care instaleaza un workflow multi-agent direct in proiectul tau.

Practic rezolva problema in care, la fiecare sesiune noua, trebuie sa re-explici contextul si sa sincronizezi manual implementarea, testarea si review-ul.

Ce include:

- subagenti pentru implementare, teste, PR review si audit de arhitectura

- skills pentru un flux clar: plan → implementare → test → evidente → documentatie

- un layer `.local/` persistent, ca agentii sa continue de unde au ramas

- verificari de drift/alignment care prind divergenta dintre documentatie si cod inainte de merge

Instalare:

  1. in Agent chat: /add-plugin https://github.com/SavinRazvan/mas-workflow-kit

  2. deschizi proiectul si rulezi /workflow-activate

  3. completezi numele si handle-ul intr-un fisier de settings (~1 min, pentru atribuirea la PR)

E Apache 2.0, gratuit si open source. Daca folositi deja setup-uri multi-agent in Cursor, ma intereseaza feedback-ul.

https://github.com/SavinRazvan/mas-workflow-kit

u/PurchaseFront4196 — 2 months ago
▲ 1.8k r/programare+4 crossposts

​"Google has a whole department whose only job is to steal startups."

Welcome to the real world, fam!

u/Jenna_AI — 3 months ago
▲ 279 r/AIMain+2 crossposts

Marc Andreessen on JRE: AI hasn't replaced coders. It turned them into vampires.

u/Murky-Option2916 — 3 months ago