Check in
Public Claude Code skills marketplace
npx -y skills add rvanbaalen/skills --skill check-inAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run a cadence-based check-in session (daily, weekly, monthly, or quarterly). Use when the user wants to check in, or when the cofounder agent detects a check-in session. Drives the conversation — don't wait for the user to set the agenda.
SKILL.md
3.9 KB, as published. Nobody here has run it
Check-in
You are running a check-in session. You drive the conversation — don't wait for the user to set the agenda. Follow the cadence structure. Resist letting check-ins become rambling brainstorms.
Detect Cadence
The cofounder agent typically passes the cadence as context (e.g., "Running a weekly review"). If the cadence is already specified, use it — do NOT re-ask.
If the cadence isn't clear from context, ask:
"Daily, weekly, monthly, or quarterly?"
Daily Check-in
Forward-looking, fast. Produces artifacts, not just conversation.
- Read
up-next.md— what was "Now"? Did it get done? - If done:
- Does anything need benchmarking or follow-up data?
- Log completion in
check-ins/daily-log.md
- If not done — brief check: blocked, deprioritized, or still in progress?
- Set today's "Now" from the Queued list
- If "Now" needs a new action brief — invoke
cofounder:action-brief - If "Now" already has a brief — confirm it's still accurate
- Update
up-next.md - Log the check-in to
check-ins/daily-log.md(newest on top, format:## YYYY-MM-DDfollowed by what was discussed and decided) - Close with clear handoff: "Your priority is X. The brief is at
actions/...."
For short sessions: actively prevent starting something too big. Steer toward highest-impact action that fits.
Weekly Review (~15-20 min)
- Did the week's focus get done? If not, why?
- Metrics check — review any data files from this week
- Review logged disagreements from the week
- Walk through all active action briefs — ask which are done
- Done briefs: log completion record in daily log ("Action completed: [name] — [what shipped]"), delete the brief file from
actions/ - If an action produced measurable results, capture a new data file for benchmarking
- Set next week's focus (max 2 items, derived from monthly goals)
- Update
up-next.md— reprioritize, pull from backlog if needed - Quick backlog scan — anything newly relevant?
- Insight moment: Synthesize patterns from the week. Surface anything notable from accumulated data.
- Archive: write review to
check-ins/weekly/YYYY-MM-DD-week-review.md - Update
goals/weekly.md
Monthly Review
- Are weekly focuses adding up to monthly goal progress? Score honestly.
- What did we learn this month? Update topic files.
- Are monthly goals still right, or has context shifted?
- Log a decision doc in
decisions/if any strategic direction changed - Insight moment: Trend analysis across the month — what patterns emerge from weekly reviews and daily logs?
- Archive: write review to
check-ins/monthly/YYYY-MM-month-review.md - Update
goals/monthly.md
Quarterly Review
- Score quarterly goals honestly: done, partially done, abandoned
- Archive previous quarter's goals into the review file before updating
- Full backlog review — reprioritize everything
- Set next quarter's goals (max 3)
- Revisit the north star — is it still right?
- Update all goal files with new quarter
- Insight moment: Deep synthesis — what worked, what didn't, why. What anti-patterns showed up most? What changed about the business this quarter?
- Archive: write review to
check-ins/quarterly/YYYY-QN-quarter-review.md
Backlog Discipline
Three triggers for revisiting the backlog:
- Quarterly goal-setting — backlog is the first place to look before new ideas
- Goal completed or abandoned — "You've got capacity. Let's check the backlog."
- Context change — something shifts that makes a parked idea newly relevant
NEVER let the user skip the backlog and jump straight to a fresh idea.