skills/kairos-weekly-plan/SKILL.md
Draft the start-of-week plan — project triage, load calculation, and priority setting. Use when beginning a new work week.
npx skillsauth add mpazaryna/agentic-factory kairos-weekly-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generates the weekly plan draft. Run once at start of week (Sunday or Monday). Never rerun mid-week. Mid-week changes happen in ClickUp by moving start_dates. If something big shifts, capture it as a devlog entry.
Read the score, surface decisions, get out of the way.
The roadmap (kairos/roadmaps/) is the top-level score. ClickUp has the dated tickets. The weekly plan doesn't restate either -- it surfaces only what needs a decision, flags risks, and confirms the week's shape.
Three-system model:
Keep it short. The plan is the conductor's notes, not a printout of the sheet music.
Fully autonomous. No questions, no interaction. Write the draft and tell the user it's ready.
kairos/roadmaps/ (domains, milestones, objectives)projects/*.md (status, which roadmap domain each belongs to)kairos/devlog/~/workspace/primary-pm/_tools/clickup-today.sh for Sun-Sat, matching the calendar window)~/workspace/primary-pm/_tools/calendar-week.sh [YYYY-MM-DD] with any date in the week (Sun-Sat window)Pre-flight -- gather everything above silently. No output until the draft is ready.
Write the draft -- create kairos/logs/weekly/YYYY/YYYY-WNN.md with:
[86xxxxxx](https://app.clickup.com/t/86xxxxxx))Tell the user -- "Draft ready at kairos/logs/weekly/YYYY/YYYY-WNN.md. Review the file, then run /kairos-weekly-finalize."
That's it. No follow-up, no "say finalize." The user runs /weekly-finalize in a separate session.
Write to kairos/logs/weekly/YYYY/YYYY-WNN.md:
---
tags: [weekly, planner]
week: YYYY-WNN
---
# W[NN] -- [theme]
## Roadmap Pulse
| Domain | This Week | Projects | Notes |
|--------|-----------|----------|-------|
| Personal | [tickets/events] | [active projects in domain] | [flags if any] |
| Art | [tickets/events] | | |
| Music | [tickets/events] | | |
| Professional | [tickets/events] | | |
| Travel | [tickets/events] | | |
[Walk each domain from kairos/roadmaps/. For each, show what ClickUp tickets are scheduled this week, which projects are active, and flag domains with zero attention. Episodic domains (Travel, Art) with no activity are normal — only flag if there's an approaching deadline or unbooked commitment.]
## Load
Trailing [N] days: avg intensity X.X, avg pomodoros X.X
-> [recovery/steady/full] -- [one line prescription]
## Calendar
[Events from Apple Calendar (Sun-Sat), grouped by day. Include daily routines.]
## Flags
[Only items that need attention. If nothing, "Clean week."]
## Decisions
- [ ] **[Decision question]** -- context, ClickUp task ID if relevant
- [ ] **[Decision question]** -- context
## Week Shape
- **Frog (Mon):** [found from Personal list -- due/overdue life task, linked to ClickUp]
- **Heaviest day:** [day] -- [why]
- **Lightest day:** [day]
- **Roadmap coverage:** [which domains have tickets this week, which are dark]
- **Theme:** [one sentence]
---
# Weekly Summary
<!-- Generated by /weekly-summary at end of week -->
reference.md for load thresholds, status questions, and evaluation criteriadevelopment
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
tools
Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/DKIM/DMARC, wrangler email setup, MCP email tools, or when a coding agent needs to send emails. Even for simple requests like "add email to my Worker" — this skill has critical config details.
tools
Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
tools
Planning conductor — runs the full PRD → Spec → Gherkin loop in a single interactive session with human approval gates.