kb-answer-questions
Use this skill when the user is ready to answer questions / resolve missing info.
Steps
- •Anchor time:
bash
date '+%Y-%m-%d %H:%M (%A) %Z'
- •Generate the pending questions report:
bash
.venv/bin/python scripts/kb.py questions
If the user specified a target day (YYYY-MM-DD):
bash
.venv/bin/python scripts/kb.py questions --date YYYY-MM-DD
- •Ask the user to resolve items in batch (minimal interaction):
- •Time tracking: ask for hours only where
__his present. - •Needs review: ask what to do (confirm theme mapping / ignore for now).
- •Jira hygiene: ask whether to update status/comment (yes/no) for listed keys.
- •Manual open questions: answer/close them or keep open.
- •Apply answers:
- •Update
notes/work/end-of-day.md→ “Time Tracking (draft)” with confirmed hours (do not invent). - •Move resolved items from
notes/work/open-questions.md→ “Resolved (log)” with a short trail.
Output expectations
- •Return a short checklist: what was resolved vs what remains open.