Generate a dated markdown report for a selected live health-agent profile with a short ranked list of unanswered questions the user should answer in their next health-log entry to improve future agent reasoning.
Generate a standalone repo-local markdown report for the selected live profile.
Use this when the user wants a profile-specific question list that will help the agent do a better job on later runs after the answers are added to the health log.
AGENTS.md..output/..state/ artifacts for this workflow.Produce a short ranked list of the highest-yield unanswered questions for that profile.
The questions should help the next run by clarifying:
Do not pad the report with broad intake questions, generic wellness prompts, or low-value curiosity items.
available, missing, unreadable, or not configured..state/profiles/{profile_slug}/issues.json for unresolved issue gaps.state/profiles/{profile_slug}/actions.json only as supporting context{health_log_path}/health_log.mdentries/*.processed.mdentries/*.raw.md only when exact wording mattersInclude questions only when the answer would likely change future recommendations in a meaningful way.
Prefer questions that would:
Exclude questions that are already clearly answered in the record, including cases where the answer appears repeatedly across sources.
Also exclude:
Rank questions in this order:
Keep the final list short enough that a user is likely to answer it in one new health-log entry.
Write the report under .output/ using this filename:
{profile_slug}/{YYYY-MM-DD}-{profile_slug}-future-questions.md
Use references/report-template.md as the starting structure.