|
1 | 1 | # Persona Library
|
2 | 2 |
|
3 |
| -A **persona** represents the type of user that may or may not engage with a product or service. The value of a persona comes from using it to align a business around expectations for current and potential buyers or customers. |
| 3 | +The **Persona Library** is a [DevRel Foundation](https://github.com/DevRel-Foundation) (DRF) initiative to collect resources related to the development of personas. A **persona** represents the type of user that may engage with a product, service, project or organization. The value of defining personas comes from using them to align an organization around expectations of current and potential consumers and plan a strategy for their tactics. |
| 4 | + |
| 5 | +Through the use of personas, as DevRel practioners, we can accelerate day-to-day decision-making for common operational activities. |
4 | 6 |
|
5 | 7 | * [Requirements and Use Cases](https://github.com/DevRel-Foundation/wg-resource-aggregation/discussions/46)
|
| 8 | +* [Glossary](./docs/reference/glossary.md) ([src](./data/reference/glossary.json)) |
| 9 | + |
| 10 | +## Persona Reference Library |
| 11 | + |
| 12 | +The reference library contains links to third-party resources that may help in a deeper study of the process of creating and managing personas. |
| 13 | + |
| 14 | +- [articles](./docs/reference/articles.md) ([src](./data/reference/articles.json)) |
| 15 | +- [books](./docs/reference/books.md) ([src](./data/reference/books.json)) |
| 16 | +- [tools](./docs/reference/tools.md) ([src](./data/reference/tools.json)) |
| 17 | +- [video](./docs/reference/videos.md) ([src](./data/reference/videos.json)) |
| 18 | + |
| 19 | +Run `./bin/pls-json-to-md --build docs/reference --data ./data/reference/*.json` to regenerate markdown files from the source data. Run `./bin/pls-validate --data data/reference/*.json --schema ./src/schemas/reference.json` to confirm the source data is valid. |
| 20 | + |
| 21 | +## DevRel Foundation Persona Library System |
| 22 | + |
| 23 | +The **Developer Relation Foundation Persona Library System (DEVREL-PLS)** is outlined in this section. It is an opinionated configuration framework for defining personas using a structured language (JSON) that adheres to an agreed upon standard schema. |
| 24 | + |
| 25 | +By defining personas in this way, we can establish tooling to validate, restructure, inherit, format, and exchange personas between organizations and departments. |
| 26 | + |
| 27 | +### Learning the DEVREL-PLS |
| 28 | + |
| 29 | +The following guides explain how to build and extend a custom persona set for your organization and then how to apply them to solve common operational tasks to the Developer Relations and related roles. |
| 30 | + |
| 31 | +Developing your personas: |
| 32 | +* [Getting Started with the DevRel Foundation Persona System](./docs/guides/getting-started.md) |
| 33 | +* How-to Run a Persona Alignment Workshop (_TODO_) |
| 34 | +* How-to Present Personas to Your Organization (_TODO_) |
| 35 | + |
| 36 | +Using your personas: |
| 37 | +* [How-to Use Personas for Content Strategy](./docs/guides/content-strategy.md) |
| 38 | +* How-to Use Personas for Community Management (_TODO_) |
| 39 | +* How-to Use Personas for Event Strategy (_TODO_) |
| 40 | +* How-to Use Personas for Product Advocacy (_TODO_) |
| 41 | +* How-to Use Personas for Sales Enablement (_TODO_) |
| 42 | +* How-to Use Personas for Growth Marketing (_TODO_) |
| 43 | +* How-to Use Personas for the SDLC and Developer Experience (_TODO_) |
| 44 | +* How-to Use Personas for Developer Education (_TODO_) |
| 45 | + |
| 46 | +### DEVREL-PLS Persona Sets |
| 47 | + |
| 48 | +Example sets of personas created by organizations for their use and shared as reference. |
| 49 | + |
| 50 | +- [General Collection](./data/personas) |
| 51 | +- [DevRel Foundation Persona Set](./data/sets/dev-rel.org/README.md) |
| 52 | +- OpenSSF Persona Set (_TODO_) |
| 53 | + |
| 54 | +Run `./bin/pls-validate --data data/personas/*.json --schema ./src/schemas/persona.json` to confirm the source persona data is valid. |
| 55 | + |
| 56 | +### DEVREL-PLS Tools |
| 57 | + |
| 58 | +Ease of use tools such as LLMs, user-interfaces, etc. are not currently within the scope of v1.0 of this project, but will be a valuable addition to allow for more user-friendly and less technical methods of working with persona and related reference resources. |
| 59 | + |
| 60 | +- [pls-validate](./bin/pls-validate): used to validate one or more personas (JSON data) with a given schema. |
| 61 | +- [pls-json-to-md](./bin/pls-json-to-md): used to format reference library entries into a renderable markdown file. |
6 | 62 |
|
7 |
| -## How-to Use the Persona Library |
| 63 | +## License |
8 | 64 |
|
9 |
| -Details on how to use the resources of the persona library. |
| 65 | +All material contributed to the DRF Resources and Asset Aggregation Work Group is under [CC-BY-4.0 Licensing](https://creativecommons.org/licenses/by/4.0/deed.en). |
10 | 66 |
|
11 |
| -* ... |
| 67 | +See the [License and Intellectual Property](https://github.com/DevRel-Foundation/.github/blob/main/profile/README.md#license-and-intellectual-property) statement for instructions on how to reuse and adapt content from this repository, discussions, and issues with proper attribution to the Developer Relations Foundation. |
12 | 68 |
|
13 | 69 | ## About the Persona Library
|
14 | 70 |
|
15 |
| -This repository is maintained with support of the [Resource and Asset Aggregation Working Group](https://github.com/DevRel-Foundation/wg-resource-aggregation) and Developer Relations Foundation. |
| 71 | +This project repository is maintained with support of the [Resource and Asset Aggregation Working Group](https://github.com/DevRel-Foundation/wg-resource-aggregation) and Developer Relations Foundation. |
16 | 72 |
|
17 |
| -* [Contributing]() |
| 73 | +* [Contributing](./CONTRIBUTING.md) |
18 | 74 | * [Report Issues](https://github.com/DevRel-Foundation/wg-resource-aggregation/issues)
|
19 | 75 | * [Questions & Feedback](https://github.com/DevRel-Foundation/wg-resource-aggregation/discussions/categories/persona-library)
|
20 | 76 | * [Project Roadmap](https://github.com/orgs/DevRel-Foundation/projects/12)
|
0 commit comments