feat: Add weekly-routine-coach kit#160
Conversation
A bilingual (PT-BR / EN) agentic kit that turns a free-text brain-dump of goals and commitments into a balanced weekly routine on a 30-minute grid, and replans when something slips. Three Lamatic flows powered by Gemini 2.5 Flash: - intake: conversational extraction of goals, fixed commitments, preferences - generate-week: places sleep, fixed blocks, meals, and recurring goals on a 7-day grid respecting a non-negotiable constitution (sleep >=7h, meals >=1.5h, fixed commitments never overwritten). Declares unmet_goals honestly when targets don't fit. - replan: reacts to a slip / new event / completion and minimally reshuffles, returning a diff (added / removed / moved) Next.js 16 + React 19 + Tailwind v4 app with single-page state machine: chat onboarding -> visual 7-day grid -> click-to-slip dialog -> replan.
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Validation ResultsNew Contributions Detected
Check Results
Errors
🛑 Please fix the errors above before this PR can be merged. Refer to CONTRIBUTING.md and CLAUDE.md for the expected folder structure. |
|
Submitting this for the AgentKit Challenge. The validator is checking the legacy folder structure (3-level path + config.json + per-flow folders), but this kit follows the current docs and recently-merged kits like content-generation, founder-lens, hiring-copilot-agent (flat path + lamatic.config.ts + single-file flows). Could you add the |
A bilingual (PT-BR / EN) agentic kit that turns a free-text brain-dump of goals and commitments into a balanced weekly routine on a 30-minute grid, and replans when something slips.
intake— conversational extraction (categories, fixed commitments, recurring goals, preferences).generate-week— places sleep, fixed blocks, meals/breaks, and recurring goals on a 7-day grid respecting a non-negotiable constitution. Declaresunmet_goalshonestly when targets don't fit.replan— reacts to a slip / new event / completion and minimally reshuffles, returning a diff.