DEV Community

Алексей Гормен
Алексей Гормен

Posted on

A11‑Community Decision Assistant

DEV Weekend Challenge: Community

This is a submission for the DEV Weekend Challenge: Community

The Community

This project is built for small online communities, volunteer groups, clubs, and teams that need a simple and structured way to make decisions together.

Most communities rely on chaotic chats, unclear priorities, and unstructured discussions.

A11‑Community Decision Assistant gives them a clear, repeatable method for planning and coordination.


What I Built

I created a universal reasoning agent based on Algorithm‑11 (A11) — a cognitive architecture for structured decision‑making.

This is not a website or an app.

It is a portable decision assistant that works in any AI chat (ChatGPT, Claude, Gemini, etc.).

Users simply copy the A11‑Agent protocol into a chat and instantly get a structured, transparent decision process using the S1–S11 reasoning cycle.

It can be used for:

  • weekly planning
  • event organization
  • task distribution
  • conflict‑free decision‑making
  • community coordination

How to Use It (Example)

Anyone can use the assistant in under 30 seconds.

1. Open any AI chat

ChatGPT, Claude, Gemini — anything works.

2. Copy the full content of A11_AGENT.md

This file contains the reasoning protocol.

3. Paste it into the chat as the first message

The model activates A11‑Agent mode.

4. Give your community task

For example:

Work as A11‑Agent.
Task: Create a weekly activity plan for our volunteer community of 12 people.
Enter fullscreen mode Exit fullscreen mode

5. Receive a structured decision (S1–S11)

Example (shortened):

S1 — Will
Create a weekly activity plan.

S2 — Wisdom
Constraints: mixed availability, limited time.

S3 — Knowledge
Volunteer coordination patterns and scheduling principles.

S4 — Comprehension
Integrated understanding of goals + constraints.

S5–S6
Generate multiple plan variants → filter unrealistic ones.

S7
Balance workload and engagement.

S8–S9
Convert into actionable steps.

S10
Validate feasibility.

S11 — Realization
Final weekly plan with tasks, roles, and timeline.
Enter fullscreen mode Exit fullscreen mode

This gives communities a clear, fair, conflict‑free plan.


Demo

No hosted demo is required.

The agent itself is the demo — it works in any AI chat.

To try it:

  1. Open a chat
  2. Paste A11_AGENT.md
  3. Give your task
  4. Get a structured decision

Code

GitHub repository:

https://github.com/gormenz-svg/algorithm-11

The file used by the assistant: https://github.com/gormenz-svg/algorithm-11/blob/main/lite/A11_AGENT.md


How I Built It

This project is based entirely on:

  • Algorithm‑11 (A11) — a universal reasoning architecture
  • A11‑Agent — an execution protocol for structured decision‑making
  • A11‑Lite — a prompt‑layer interface for LLMs

No frontend.

No backend.

No hosting.

No frameworks.

The goal was to create a tool any community can use instantly, without technical skills.

Top comments (0)