# Guild Bylaws Template

## Guild Thesis

#### Problem

\[Write out a description of the problems that exist within Tech Fleet that the guild should seek to solve. List out the succinct problems so that people reading can understand exactly why the guild exists.]

#### Mission

\[Write out a statement describing the mission and purpose of the guild]

#### Scope of the Guild

\[Write out a statement and a list of items describing the scope of deliverables, activities, and services that your guild handles]

#### Outcomes and Goals

\[Write out a list of outcomes you think the guild should strive to achieve over time]

## Guild Operations

#### Requirements for Joining the Guild

\[Describe the requirements you want to define for what someone needs to do in order to join the guild]&#x20;

#### How to Join the Guild

\[Describe how someone can join the guild and the process they should follow to do so]&#x20;

#### Meeting Cadences

\[Describe how often you meet, and what you meet about]&#x20;

## Work Agreements

\[Create a list of statements that describe agreements of how the members of the guild should work together]&#x20;

## Current Guild Roster and Roles

| Name | Role in the Guild (Lead or not) |
| ---- | ------------------------------- |
|      |                                 |
|      |                                 |
|      |                                 |

## RACI Chart for the Guild

| Tasks  | Guild 1       | Guild 2       | Guild 3       | Guild 4       | Guild 5       |
| ------ | ------------- | ------------- | ------------- | ------------- | ------------- |
| Task 1 | R / A / C / I | R / A / C / I | R / A / C / I | R / A / C / I | R / A / C / I |
| Task 2 | R / A / C / I | R / A / C / I | R / A / C / I | R / A / C / I | R / A / C / I |
| Task 3 | R / A / C / I | R / A / C / I | R / A / C / I | R / A / C / I | R / A / C / I |


---

# Agent Instructions: 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://guide.techfleet.org/guild-portal/guild-handbook/guild-bylaws-template.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.
