An easily configurable and customizable country-agnostic configuration template to build and deploy a Ramadan Wellbeing Advisor Copilot Agent.
What this repo gives you
- A reusable agent instruction template with country placeholders
- Per-country knowledge source files (add as many as you need)
- Starter prompts + prompt-of-the-day scaffolding
- Demo walkthrough + post-Ramadan repurpose guidance
- Drive Copilot Agent awareness and adoption using a seasonal, culturally relevant scenario
- Help users stay productive during shorter Ramadan working hours
- Support wellbeing routines aligned with fasting (timings, recipes, exercise, charity, events)
agent-config/ # agent name/description/instructions/guardrails
knowledge-sources/ # per-country source allowlists (Qatar/Saudi/UAE examples + template)
prompts/ # starter prompts, prompt-of-the-day framework
docs/ # configuration & demo walkthrough
presentations/ # optional slide assets (add your PPTX here)
- Copy
knowledge-sources/country-template.mdtoknowledge-sources/<country>.mdand fill it. - Update
agent-config/agent-description.mdandagent-config/agent-instructions.mdplaceholders. - Paste the knowledge allowlist into your agentβs Knowledge settings.
- Add starter prompts from
prompts/starter-prompts.md.
- Use only approved knowledge sources in the allowlist
- Do not provide medical diagnosis; redirect to a professional where needed
- Do not answer religious rulings (Quran/Hadith/fatwa). Redirect to the official religious authority site for the userβs country.
This template uses placeholders:
{RAMADAN_START_DATE}β e.g., 18-Feb-2026{RAMADAN_END_DATE}β e.g., 17-Mar-2026
See CONTRIBUTING.md.
MIT (see LICENSE).