Agent skill
prod-good-morning
Morning orientation that recaps recent work, checks agenda, emails, meetings and tasks, then helps decide what to work on. Trigger when user says 'good morning', 'morning', 'start my day', 'what do I have today', or anything that signals beginning of a work session. Use it proactively — if a user opens with a greeting at the start of a session, run this skill before doing anything else.
Install this agent skill to your Project
npx add-skill https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/prod-good-morning
SKILL.md
Good Morning
This skill orients a new session by reading recent logs, recapping what happened, and helping the user decide what to work on.
Step 1 — Read the workspace
Read these files before saying anything:
- CLAUDE.md — the master context file. This tells you who the user is, what projects are active, and what skills are available.
- Last 3 session logs — find them in
workspace/daily-logs/, sorted by date, most recent first. These are Claude's previous session notes. - All active project overviews — for each project listed in CLAUDE.md, read its overview file. These contain the goal, why, and open problems for each project.
If any of these files don't exist yet (the user might be very new), that's fine — just work with what's there.
Step 2 — Check agenda, emails and tasks
Before building the recap, gather live data silently (don't narrate each step):
- Agenda do dia — use
/gog-calendarto list today's events. Note meetings, times, people, and free blocks. - Emails importantes — use
/gog-email-triageto check unread emails. Filter only those needing action or attention. - Tarefas de hoje — run
todoist todayto list today's and overdue tasks from Todoist.
Step 3 — Brief recap
Give the user a short morning briefing in pt-BR. Keep it tight — this is an orientation, not a report:
- What was worked on recently (2–4 bullets from the session logs)
- Anything left open or mid-flight
- Today's agenda (meetings, times, people)
- Emails needing attention (if any)
- Today's priority tasks from Todoist
Then immediately give your recommendation — one clear sentence on what seems most important to work on based on recency, open problems, agenda, and project momentum. Make a real call; don't hedge.
If there are no previous logs (brand new user), skip the recap and go straight to Step 4.
Step 4 — Ask what they want to do
After the recap, ask:
"Want to jump into a project, or start something new?"
If they pick a project:
Show each active project with its open problems as options. Pull from the "Open Problems" section of each project overview. Keep it scannable — one line per problem.
Ask them to pick a project and problem. Once they choose, read whatever additional context is needed and get to work.
If they want something new:
Tell them to say "new project" and the new-project skill will walk them through it.
Step 5 — Save briefing
Read the template at .claude/templates/html/morning-briefing.html, fill all {{PLACEHOLDER}} values with the data gathered in Steps 2–3 (agenda, emails, tasks, recommendation), and save the completed HTML to workspace/daily-logs/[C] YYYY-MM-DD-morning.html.
Create the workspace/daily-logs/ directory if it does not exist.
Tone
Keep the morning briefing conversational and brief. The user is starting their day — they don't need a wall of text. Punchy bullets, one clear recommendation, then move into action.
Notify via Telegram
Upon completion, send a short summary via Telegram to the user:
- Use the Telegram MCP:
reply(chat_id="YOUR_CHAT_ID", text="...") - Format: emoji + routine name + main result (1-3 lines)
- If the routine had no updates, send anyway with "no updates"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
data-create-viz
Cria visualizações de dados de qualidade profissional com Python no tema Evolution (fundo escuro, acento
cs-customer-escalation
Empacota uma escalação para Devs, Produto ou Davidson com contexto completo. Use quando um bug precisa de atenção além do suporte normal, vários clientes reportam o mesmo problema, um cliente está ameaçando cancelar, ou um problema ficou sem resolução além do SLA. / Package an escalation for engineering, product, or leadership with full context. Use when a bug needs engineering attention beyond normal support, multiple customers report the same issue, a customer is threatening to churn, or an issue has sat unresolved past its SLA.
mkt-draft-content
Draft blog posts, social media, email newsletters, landing pages, press releases, and case studies with channel-specific formatting and SEO recommendations. Use when writing any marketing content, when you need headline or subject line options, or when adapting a message for a specific platform, audience, and brand voice.
gog-tasks
Create, manage, and prioritize tasks and todo items. Convert emails to tasks, set priorities (P0-P3) and categories (Work/Personal/Errands/Admin), review daily priorities, track blocked and overdue tasks. Use when user mentions tasks, todos, action items, or wants to convert emails to tasks. Requires confirmation before creating or deleting tasks.
discord-get-messages
Retrieve messages from Discord channels via the Discord API. Use this skill when the user wants to read, search, or analyze messages from a Discord channel.
cs-customer-research
Pesquisa multi-fonte sobre pergunta ou tópico de cliente com atribuição de fontes. Use quando um cliente pergunta algo que precisa ser verificado, investigando se um bug foi reportado antes, verificando o que foi dito anteriormente a uma conta específica, ou coletando contexto antes de redigir uma resposta. / Multi-source research on a customer question or topic with source attribution. Use when a customer asks something you need to look up, investigating whether a bug has been reported before, checking what was previously told to a specific account, or gathering background before drafting a response.
Didn't find tool you were looking for?