Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.64 KB

community-creation.md

File metadata and controls

56 lines (47 loc) · 1.64 KB

Community creation! | Start Chat

Example Description. Try to make it as descriptive as possible.

Prompt

{
  "CUP": {
    "description": "Community Universal Prompt",
    "theme": "[Your Theme Here]",
    "categories": {
      "PI": {
        "description": "Personal Introduction",
        "prompts": {
          "PI-A": "Share a recent experience or knowledge related to [Member's interest/hobby]."
        }
      },
      "DT": {
        "description": "Discussion Topic",
        "prompts": {
          "DT-A": "Share your opinions and thoughts on this week's topic: '[Field/Topic of interest]'."
        }
      },
      "CA": {
        "description": "Community Activity Proposal",
        "prompts": {
          "CA-A": "How about planning a [periodic timing] [online/offline] meetup to discuss [specific theme/activity]?"
        }
      },
      "FB": {
        "description": "Feedback & Improvement",
        "prompts": {
          "FB-A": "What feedback or suggestions do you have regarding the community's past activities?"
        }
      },
      "KS": {
        "description": "Knowledge Sharing",
        "prompts": {
          "KS-A": "Who wants to share recent discoveries or learnings about [Field of interest/Skill]?"
        }
      }
    }
  }
}
Using CUP, run prompt and generate thematic deliverables structured with an indentation structure.

Welcome Message

"theme" key allows you to define the theme or focus topic of the community. The specific prompt content can be customized accordingly.

Conversation