Daily Standup Journal logo

Daily Standup Journal

OrganizationPopular
iflytek
daily-standup-journal

Generate concise daily standups, reflection prompts, and weekly retrospectives for individuals or teams. Use for planning a day, surfacing blockers, reviewing user-provided entries, or drafting a check-in without assuming prior history.

Overview

Publisheriflytek
Repositoryskillhub
Skill namedaily-standup-journal
Stars
5.1K
Forks
839
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by iflytek on GitHub. Read the source before you install it.

Installation

Install the Daily Standup Journal AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/iflytek/skillhub.git /tmp/skillhub
mkdir -p .claude/skills
cp -r /tmp/skillhub/builtin-skills/skills/daily-standup-journal .claude/skills/daily-standup-journal
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Daily Standup Journal in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Daily Standup Journal on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Daily Standup Journal is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Daily Standup & Journal

What It Does

Generate a structured check-in for a solo workday, team sync, reflection, or retrospective. Keep the result proportional to the user's requested depth.

Default to an in-session response only. Do not save, retrieve, or share journal content unless the user explicitly requests it and identifies the destination. Never claim to remember earlier entries that are not present in the current authorized context.


Session Types

1. Daily Solo Standup (5-Minute Check-In)

Best for: Freelancers, solopreneurs, remote workers

PromptWhy It Matters
What am I committed to finishing today?Clarifies intention
What will distract me, and how do I prevent it?Anticipates friction
What is one thing I can defer or delete?Reduces scope creep
What energy level am I at? (1-10)Captures the user's self-reported capacity without diagnosing it
What is the one metric that tells me today was a win?Creates a finish line

Format: Invite brief answers unless the user asks for a deeper reflection.

2. Daily Team Standup (Async)

Best for: Small remote teams, freelance collaborators

QuestionFocus
What did I accomplish yesterday?Progress visibility
What will I work on today?Intentionality
What blockers do I need help with?Surface roadblocks
What one thing would make today productive?Proactive planning

Pro tip: Keep responses under 3 sentences each. Use a shared doc or channel. Read everyone's before starting your day.

3. Evening Reflection (Gratitude + Growth)

Best for: Personal development, habit tracking

PromptPurpose
What went well today?Reinforce positive patterns
What challenged me?Identify growth edges
What did I learn?Consolidate insights
What would I do differently?Meta-learning
What am I grateful for?Emotional resilience

4. Weekly Retrospective

Best for: Solopreneurs, small teams, end-of-week review

Section A: Wins & Losses
| Win | Why It Mattered |
|-----|----------------|
| [event] | [impact] |

| Loss / Miss | Lesson Learned |
|-------------|----------------|
| [event] | [takeaway] |
Section B: Energy Map

If the user wants an energy map, ask them to rate each day using their own scale:

Mon: [rating] — [user observation]
Tue: [rating] — [user observation]
Wed: [rating] — [user observation]
Thu: [rating] — [user observation]
Fri: [rating] — [user observation]
Section C: Metrics Check
MetricThis WeekLast WeekΔNotes
Revenue/Bookings
Hours Worked
Deep Work Hours
Clients/Projects Moved
Section D: Next Week Commitments
  1. Start: What new habit or project begins?
  2. Stop: What drained energy or produced no value?
  3. Continue: What's working well?

5. Monthly Theme Generator

Best for: Setting direction, building momentum

PromptReflection
What word describes this month?Identify the emotional tone
What was the biggest shift?Track trajectory
What surprised me?Surface unexpected lessons
What am I most proud of?Celebrate progress
What needs more attention next month?Forward focus
One sentence to capture this month:Narrative summary

Trigger Phrases

PhraseAction
"Run my daily standup"Generates the solo standup prompts
"Quick check-in"Abbreviated standup (1-2 questions)
"Evening journal"Generates reflection prompts
"Weekly retro"Full weekly retrospective structure
"Month in review"Monthly theme and reflection prompts
"I feel stuck today"Adaptive standup focused on blockers + clarity
"End of day review"Evening reflection with gratitude
"Morning pages"Stream-of-consciousness vs structured hybrid

Step-by-Step Instructions

Step 1: Identify the Session Type

Infer solo/team, planning/reflection, and time horizon from the request. Ask one short question only when the missing choice would materially change the output; otherwise use the standard daily check-in and state the assumption.

Step 2: Generate the Prompts

Based on type, serve the relevant prompt set. Allow customization:

  • "Skip the gratitude part today"
  • "Add a question about client outreach"
  • "Make it shorter — I'm in a hurry"

Step 3: Process the Responses

Summarize what the user actually supplied and distinguish observations from hypotheses:

  • Patterns: If the user supplied several entries, note repeated language and cite the relevant days.
  • Blockers: "You've had the same blocker for 2 days. Want to brainstorm a fix?"
  • Trends: Describe a possible trend only when the supplied entries support it; ask the user whether the interpretation fits.

Do not infer mood, health, sleep quality, burnout, or causes from an energy score or sparse journal entry.

Step 4: Offer Optional Export

By default, return the entry in the conversation and do not persist it. If the user asks for a rolling log, confirm the file or service, show the exact content to be written, and obtain confirmation before writing or sharing it. Do not overwrite an existing log without explicit approval.

Step 5: Surface Action Items

When the user's response supports action and they want planning help, suggest one or two concrete actions:

  • "Reserve a focus block during the user's stated high-energy period"
  • "Consider moving the Friday call if the user says that time repeatedly causes problems"

Present these as suggestions. Do not change a calendar, cancel a meeting, send a message, or share a journal without explicit authorization.


Sample Sessions

Solo Freelancer Standup

Morning Input: "Run my standup"

Output:

DAILY STANDUP

1. What are you committed to finishing today?
2. What might distract or block you?
3. What can you defer or remove?
4. What is your current energy level (optional, 1-10)?
5. What observable outcome would make today a win?

Weekly Retro

Input: "Weekly retro"

Output:

WEEKLY RETROSPECTIVE

WINS
• [Add outcomes from this week's supplied entries]

MISSES OR LESSONS
• [Add only what the user reported]

POSSIBLE PATTERNS
• [Evidence-backed pattern, or "Not enough information"]

NEXT WEEK
Start: [User choice]
Stop: [User choice]
Continue: [User choice]

Quality checks

  • Use only entries supplied in the current authorized context.
  • Keep observations separate from interpretations.
  • Do not infer health, mood, motivation, or performance from sparse entries.
  • Offer a share-ready draft only when useful; never send or expose journal content without explicit authorization.
  • Do not create a recurring review or reminder unless the user asks.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Daily Standup Journal AI skill do?

Generate concise daily standups, reflection prompts, and weekly retrospectives for individuals or teams. Use for planning a day, surfacing blockers, reviewing user-provided entries, or drafting a check-in without assuming prior history.

Why use Daily Standup Journal on TypingMind?

Because you install it once and use it with any model. Daily Standup Journal is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Daily Standup Journal in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/iflytek/skillhub/tree/main/builtin-skills/skills/daily-standup-journal. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Daily Standup Journal?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Daily Standup Journal?

As many as you like. As long as a model supports skills, you can use Daily Standup Journal with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Daily Standup Journal AI skill free?

Yes. It is published on GitHub by iflytek under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇