Daily Questions
by @daijo-bu
Daily self-improving questionnaire that learns about the user and refines agent behavior. Set up as a cron job to ask questions one at a time with multiple c...
clawhub install daily-questionsπ About This Skill
name: daily-questions description: Daily self-improving questionnaire that learns about the user and refines agent behavior. Set up as a cron job to ask questions one at a time with multiple choice answers via Telegram inline buttons β first about the user (updating USER.md), then about agent behavior (updating SOUL.md). Use when setting up, modifying, or running the daily questions routine.
Daily Questions
A daily routine that asks the user questions to continuously build understanding and improve agent behavior. Questions are presented one at a time with multiple choice buttons on Telegram for quick tapping.
Setup
Create a cron job with a prompt like:
Time for your daily questions. Read the daily-questions SKILL.md, then follow the workflow exactly. Read USER.md and SOUL.md, identify gaps. Ask {N} user questions then {N} agent questions, one at a time with multiple choice buttons. Update the files after each round.
Configurable parameters:
Workflow
1. Read USER.md and SOUL.md fully 2. Identify gaps β what topics, preferences, or behaviors aren't covered yet? 3. Round 1 (User questions): Ask questions about the user, one at a time (see Question Flow below). After all questions answered, update USER.md β weave answers into existing sections or create new ones. Keep USER.md organized, not a raw Q&A dump. 4. Round 2 (Agent questions): Ask questions about agent behavior/communication, same one-at-a-time flow. After all answered, update SOUL.md the same way.
Question Flow (One at a Time)
For each question:
1. Generate the question and 3 plausible multiple choice answers (A, B, C) tailored to the question. Make the options genuinely different and useful β not throwaway filler.
2. Send the question as a message with 4 inline buttons via the message tool:
- Button A: First option
- Button B: Second option
- Button C: Third option
- βοΈ Type my own: For custom/granular answers
3. Send using the message tool with buttons. Use unique callback IDs per question to avoid conflicts when users tap old buttons:
{
"action": "send",
"channel": "telegram",
"to": "",
"message": "Round 1 β Question 1/3\n\n\n\nA) The format is dq_r{round}q{question}_{choice} β e.g., dq_r2q3_b = Round 2, Question 3, option B.
4. Wait for the response. The user will either:
- Tap a button β you receive callback_data: dq_r1q1_a (or similar)
- Type a free-text answer directly (treat as custom)
5. If the callback doesn't match the current question (e.g., user tapped an old button), ignore it and keep waiting for the correct response.
6. If dq_rXqX_custom: Reply asking them to type their answer, then wait for the next message.
6. Record the answer, then move to the next question.
7. After all questions in the round are answered, update the relevant file (USER.md or SOUL.md).
Question Quality Guidelines
references/example-questions.md)Important Notes
NO_REPLY to avoid sending a duplicate plain-text messageβοΈ Configuration
Create a cron job with a prompt like:
Time for your daily questions. Read the daily-questions SKILL.md, then follow the workflow exactly. Read USER.md and SOUL.md, identify gaps. Ask {N} user questions then {N} agent questions, one at a time with multiple choice buttons. Update the files after each round.
Configurable parameters: