> For the complete documentation index, see [llms.txt](https://cascadia.gitbook.io/gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cascadia.gitbook.io/gitbook/governance/proposals.md).

# Proposals

Proposals are initiated to propose a potential modification to Cascadia via a Cascadia Improvement Proposal (CIP).  Discussions are started as a \[Temperature Check], then moved to \[CIP] and vote, after community feedback and discussion.  The progression from \[Temperature Check] to \[CIP] is a collaborative process.  CIPs are intended to provide a consistent pathway for proposing changes to Cascadia, ensuring that all stakeholders have an opportunity to be heard.

Each CIP must contain:

1. **Title:** This is the title, labelled either \[Temperature Check] or \[CIP].
2. **Author:** Who is proposing the idea?
3. **Summary:** This is a one-sentence summary of the proposal.&#x20;
4. **Background/Motivation:** This is the main body of the proposal.
5. **Specification:** This is what will be implemented should the proposal be approved.
6. **Key Performance Indicators (KPIs):** How is performance measured?
7. **Reversion**: For how long will this proposal be active before it is automatically reverted based on the stated KPIs?
8. **Voting:** This outlines the voting options.

**Sample:**

> **Title**
>
> \[CIP-XXX] Update Voting Period
>
> **Authors**
>
> Richard
>
> **Summary**
>
> This CIP seeks to update the voting period to 3 days.
>
> \
> **Background**
>
> This TCIP seeks to update the voting period from X days to 3 days to create a more streamlined governance process
>
> **Specification**
>
> If approved, the voting\_period parameter in the governance module shall be changed from XXX to 259200000000000.
>
> **KPI**
>
> N/A
>
> **Reversion**
>
> N/A
>
> **Voting**
>
> This vote will be live for three days. We appreciate and encourage an open discussion on this subject. This vote will be a single-choice vote. You may vote “For” or “Against” this proposal or abstain from the vote. By voting “For” this proposal, you are voting in favour of implementing the changes in accordance with the specifications set out in this proposal.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cascadia.gitbook.io/gitbook/governance/proposals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
