diff --git a/Gemfile b/Gemfile index db2b399..e0cac1c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "2.7.2" +ruby "2.7.1" gemspec diff --git a/src/_posts/2021-01-25-how-we-make-decisions.md b/src/_posts/2021-01-25-how-we-make-decisions.md index 065a94a..ed8b81b 100644 --- a/src/_posts/2021-01-25-how-we-make-decisions.md +++ b/src/_posts/2021-01-25-how-we-make-decisions.md @@ -1,70 +1,69 @@ --- layout: post title: How we make decisions -description: How we make decisions collectively in Autonomic. We'll give some examples of our process. -image: +description: Our collective and horizontal decision making process +image: trees.jpg category: decision making, democracy date: 2021-01-21 --- # How we make decisions +In Autonomic, we make decisions collectively, while also attempting to respect and empower autonomous action by individual workers. -In Autonomic, we make decisions collectively, while also attempting to respect and empower autonomous individual action by our workers. We designed our decision making process using tools we had collected through participating in many various non-hierarchical organisations. We hope this is useful to others in the struggle for a more democratic and just society. +We designed our decision making process using decision making tools we had experienced through participation in many various horizontal organisations. We hope this tool is useful to others in the struggle for a more democratic and just society. Our decisions can be split intro three categories: **Small, Medium and Large**. ## 1) Small - Get on and do the thing -- No one cares -- Made by an individual within the co-op -- Could be in any area +- No one cares. +- Made by an individual within the co-op. +- Could be in any area. - Up to individual co-op members to decide if they should just make the decision, or share it with the rest of the co-op to seek consensus. ## 2) Medium - Consensus pending objections -- About admin and infrastructure -- Don't have an effect on the direction or operation of the co-op -- Give a deadline: unless anyone objects or asks for more time by then, it goes ahead -- The deadline must reasonable (a week by default) -- If any member of the co-op thinks it's a Large decision, achieve Maximum Consensus™ (see below) +- About admin and infrastructure. +- Don't have an effect on the direction or operation of the co-op. +- Give a deadline: unless anyone objects or asks for more time by then, it goes ahead. +- The deadline must reasonable (a week by default). +- If any member of the co-op thinks it's a Large decision, achieve Maximum Consensus™ (see below). ## 3) Large - Maximum Consensus™ -- Important decisions affecting the operation, direction, working conditions and finances of the co-op -- Consensus voting: addressing any concerns -- Can be requested by any member of the co-op for any decisions -- Input from every co-op member -- Whoever proposes Large decisions is responsible for chasing us down for votes +- Important decisions affecting the operation, direction, working conditions and finances of the co-op. +- Consensus voting: addressing any concerns. +- Can be requested by any member of the co-op for any decision. +- Input from every co-op member. +- Whoever proposes Large decisions is responsible for chasing up members for votes. - Votes can be in favour, against, abstain (stand aside) or block. -- One member, one vote +- One member, one vote. ## Process For Medium and Large decisions: - 1. Write up a proposal in a [HedgeDoc pad](https://hedgedoc.org/) - 2. Link to the proposal on [the "proposals" page in our wiki - 3. Announce the decision in the #announcements channel of our internal chat - 4. List it on the Decisions page on our internal wiki + 1. Write up a proposal in a [HedgeDoc pad](https://hedgedoc.org/). + 2. Link to the proposal on the proposals page on our wiki. + 3. Announce the decision in the #announcements channel of our internal chat. + 4. List it on the Decisions page on our internal wiki. 4. Announce the result in #announcements and record it on the Decisions - page + page. ## Proposal format -(For Medium and Large decisions) +(For Medium and Large decisions). -- What you want to change -- Who it affects -- Size (Medium / Large) -- Deadline -- What chat channel you want discussion to happen in +- What you want to change. +- Who it affects. +- Size (Medium / Large). +- Deadline. +- What chat channel you want discussion to happen in. ## Example proposal -``` -@all I'd like to propose (Medium|Large) decision XXX, to write our name as +> @all I'd like to propose (Medium|Large) decision XXX, to write our name as "aUtOnOmIc cöööpERATIVE" in all our public communications. - -deadline for votes is DEADLINE – let me know if you need more time to vote than that. - -please send absolutely any and all replies in #CHANNEL, not here 🙏 - -👍 this message for "enthusiastic consent", 🤷 for "stand aside" or 👎 if you need to indicate your extreme disagreement with this idea. - -👇 VOTES HERE -``` +> +> Deadline for votes is DEADLINE – let me know if you need more time to vote than that. +> +> Please send absolutely any and all replies in #CHANNEL, not here 🙏 +> +> 👍 this message for "enthusiastic consent", 🤷 for "stand aside" or 👎 if you need to indicate your extreme disagreement with this idea. +> +> 👇 VOTES HERE diff --git a/src/assets/images/trees.jpg b/src/assets/images/trees.jpg index 98e92d9..24a4480 100644 Binary files a/src/assets/images/trees.jpg and b/src/assets/images/trees.jpg differ