Claude Loops

222 deployable Claude loops.
Each one ships ready to run.

Every recipe lists the exact secrets, the MCP servers it binds, the full code, and a single command to deploy. No glue work between you and a running Claude loop.

222 loops·10 categories·Updated 2026-06-12

222 recipes

Growth 8m

Nightly competitor scan → Slack digest

Wake up to a 5-bullet diff of every competitor page that changed overnight.

Easy#growth#cron#slack
Sales 12m

Inbound lead → enriched CRM row

HMAC-verified webhook → Claude enrichment → HubSpot upsert with score.

Medium#sales#webhook#hubspot
Claude Code 15m

PR review → risk-tagged comment

Claude Code reviews every PR and posts a risk-banded comment with suggested tests.

Medium#claude code#github#ci
Finance 10m

Weekly investor update generator

Stripe + Postgres metrics → narrative artifact → Resend to your investor list.

Easy#fundraising#artifacts#cron
Productivity 5m

Voice memo → Linear ticket

Drop an .m4a, get a spec doc and a Linear issue with acceptance criteria.

Easy#meetings#linear#voice
RAG 20m

RAG over private wiki with citations

Notion → pgvector → Claude with strict citation schema.

Hard#rag#mcp#pgvector
Ops 14m

On-call alert → AI runbook

PagerDuty → Claude reads last 5 deploys + logs → draft runbook in the alert thread.

Medium#ops#incident#pagerduty
Ops 25m

Customer churn predictor

Nightly: score accounts, write a CS queue, post top 10 to Slack.

Hard#retention#cron#postgres
Claude Code 18m

Test synthesizer for changed files

Claude Code writes Vitest + Playwright tests for every file touched in a PR.

Medium#claude code#testing#vitest
Claude Code 16m

Schema diff → migrations bot

Claude Code reads schema.prisma diffs, writes safe SQL with rollback notes.

Hard#claude code#sql#prisma
Finance 10m

Stripe revenue anomaly alert

Detect MRR cliffs in real time and ping #revenue with the suspect customer.

Easy#finance#stripe#alerts
Support 17m

Zendesk triage trio

Three sub-agents: classifier, drafter, escalator. Sub-second per ticket.

Medium#support#agents#zendesk
Security 30m

SOC2 evidence collector swarm

Pulls audit evidence from AWS, GitHub, Okta — assembles a quarterly pack.

Hard#security#compliance#soc2
Claude Code 12m

GitHub issue auto-triage

New issue → labeled, assigned, and linked to similar issues in 8 seconds.

Medium#github#open source#agents
Growth 12m

Weekly newsletter research agent

Topic in, polished 800-word draft + 5 sources out, every Friday.

Easy#content#newsletter#research
Sales 18m

ICP-targeted cold email research

Upload a list of 1k domains, get personalized first-line outreach for each.

Medium#sales#cold email#research
Ops 14m

Sentry → AI bug triage

Group new errors by suspected cause, link likely-related deploy.

Medium#ops#sentry#incident
Finance 11m

Outbound invoice sanity check

Catch wrong tax rates and bad line items before the invoice sends.

Medium#finance#stripe#billing
Growth 9m

Shopify post-purchase follow-up

Hyper-personalized thank-you email three days after first order.

Easy#growth#shopify#lifecycle
Growth 8m

YouTube video → blog post

Drop a URL, get a 1,200-word post with sections, quotes, and a TL;DR.

Easy#content#youtube#blog
Productivity 22m

Internal search MCP for your tools

One MCP server that searches Notion + Linear + Slack from inside Claude Desktop.

Hard#mcp#search#productivity
Productivity 20m

Screenshot diff → changelog entry

Detect visual diffs in product screenshots, auto-write a changelog blurb.

Medium#product#changelog#playwright
Productivity 16m

Morning calendar prep brief

Get a 1-page brief on every meeting today by 06:30.

Medium#productivity#calendar#meetings
Claude Code 19m

Claude Code doc auto-sync

When code changes, the matching docs page changes in the same PR.

Hard#claude code#docs
Claude Code 6m

PR title linter

Auto-rewrites unhelpful PR titles into conventional commits.

Easy#claude-code#github#automation
Claude Code 7m

Test gap finder

Comments on PRs with the 3 highest-risk untested branches.

Medium#claude-code#github#automation
Claude Code 8m

Migration safety check

Blocks merge if a SQL migration is non-reversible without a plan.

Hard#claude-code#github#automation
Claude Code 9m

Stale TODO sweeper

Opens issues for TODOs older than 90 days, with context.

Easy#claude-code#github#automation
Claude Code 10m

Changelog from PRs

Generates human-readable CHANGELOG.md entries on release tags.

Medium#claude-code#github#automation
Claude Code 11m

Flaky test triager

Auto-quarantines tests that fail >3× in 7 days and opens an issue.

Hard#claude-code#github#automation
Claude Code 12m

Dep upgrade reviewer

Reads dep changelogs and writes a risk summary on Renovate PRs.

Easy#claude-code#github#automation
Claude Code 13m

Bundle size guard

Comments on PRs when a route bundle grows >10%.

Medium#claude-code#github#automation
Claude Code 14m

API contract diff

Posts a Slack message when a public API shape changes.

Hard#claude-code#github#automation
Claude Code 6m

Secret-in-code scanner

Pre-commit hook that asks Claude to confirm a regex match is really a secret.

Easy#claude-code#github#automation
Claude Code 7m

Translation drift catcher

Detects untranslated copy added to src/ and opens i18n tickets.

Medium#claude-code#github#automation
Claude Code 8m

Dead code finder

Weekly job that lists symbols with zero references.

Hard#claude-code#github#automation
Claude Code 9m

Schema → types sync

Regenerates TS types from DB schema on every migration.

Easy#claude-code#github#automation
Claude Code 10m

README freshness bot

Updates the README whenever the public API changes.

Medium#claude-code#github#automation
Claude Code 11m

Cursor rules generator

Reads the codebase and emits .cursorrules + AGENTS.md.

Hard#claude-code#github#automation
Claude Code 12m

Storybook gap report

Lists components without a story.

Easy#claude-code#github#automation
Claude Code 13m

Type error explainer

Turns dense TS errors into a 2-line plain-English fix.

Medium#claude-code#github#automation
Claude Code 14m

Migration squash assistant

Suggests safe squash windows for old migration files.

Hard#claude-code#github#automation
Claude Code 6m

Lint config curator

Proposes ESLint rule changes based on the bugs you actually fix.

Easy#claude-code#github#automation
Claude Code 7m

Mono-repo router

Routes Claude Code agents to the right package automatically.

Medium#claude-code#github#automation
Claude Code 8m

Branch hygiene

Deletes merged branches older than N days, notifies owner.

Hard#claude-code#github#automation
Claude Code 9m

PR scope cop

Comments when a PR touches >N unrelated dirs.

Easy#claude-code#github#automation
Claude Code 10m

Issue → spike doc

Turns a fresh GitHub issue into a structured spike doc.

Medium#claude-code#github#automation
Claude Code 11m

Snapshot test triager

On snapshot diffs, explains whether the diff is intentional.

Hard#claude-code#github#automation
Claude Code 12m

Commit message rewriter

Rebases a feature branch with conventional commit messages.

Easy#claude-code#github#automation
Claude Code 13m

API rate budget

Suggests caching when a route's external call count drifts up.

Medium#claude-code#github#automation
Claude Code 14m

Docs sample tester

Runs every code sample in the docs and reports breakage.

Hard#claude-code#github#automation
Claude Code 6m

Config-drift auditor

Diffs staging vs prod config and explains divergence weekly.

Easy#claude-code#github#automation
Claude Code 7m

Error budget reporter

Writes a weekly error-budget summary from Sentry.

Medium#claude-code#github#automation
Claude Code 8m

Release notes for customers

Rewrites internal release notes for customer-facing changelog.

Hard#claude-code#github#automation
Agents 5m

Email triage agent

Sorts your inbox into deep-work / quick-reply / ignore every hour.

Medium#agent#automation#claude
Agents 6m

Calendar guardrail

Blocks meetings that violate your focus-time rules.

Hard#agent#automation#claude
Agents 7m

Standup writer

Drafts your standup from yesterday's commits, PRs, and Linear updates.

Easy#agent#automation#claude
Agents 8m

Meeting note splitter

Splits a meeting transcript into action items per attendee.

Medium#agent#automation#claude
Agents 9m

Customer reply drafter

Drafts personalized replies in your voice for support tickets.

Hard#agent#automation#claude
Agents 10m

Inbound ICP scorer

Scores every inbound demo request 0–100 against your ICP.

Easy#agent#automation#claude
Agents 11m

Doc summariser

Turns long PDFs into a one-page exec summary with citations.

Medium#agent#automation#claude
Agents 12m

Daily news brief

Curates 5 industry headlines with 1-line analysis each.

Hard#agent#automation#claude
Agents 13m

Refund pre-approver

Reviews refund requests, recommends approve/deny with reasoning.

Easy#agent#automation#claude
Agents 14m

Hiring screen

Reviews job applications against the role's must-haves.

Medium#agent#automation#claude
Agents 5m

Travel planner

Books optimal flights given calendar + budget + preferences.

Hard#agent#automation#claude
Agents 6m

Expense categoriser

Auto-categorises expense receipts and flags anomalies.

Easy#agent#automation#claude
Agents 7m

Voice-memo to ticket

Transcribes a voice memo and files the right ticket in the right tool.

Medium#agent#automation#claude
Agents 8m

Slack channel summariser

Summarises a Slack channel's last 24h on demand.

Hard#agent#automation#claude
Agents 9m

Personal CRM

Reminds you to follow up with contacts based on cadence + last touch.

Easy#agent#automation#claude
Agents 10m

Investor update drafter

Drafts the monthly investor update from metrics + Slack highlights.

Medium#agent#automation#claude
Agents 11m

Doc Q&A agent

Answers questions over a corpus of internal docs with citations.

Hard#agent#automation#claude
Agents 12m

Outbound personaliser

Personalises outbound emails using public signal about the recipient.

Easy#agent#automation#claude
Agents 13m

Conference scout

Scrapes target conferences, builds a meeting wishlist with reasoning.

Medium#agent#automation#claude
Agents 14m

Renewal whisperer

Surfaces renewal risk per account 60d before contract end.

Hard#agent#automation#claude
Agents 5m

Onboarding nudger

Sends contextual nudges based on a new user's activity gaps.

Easy#agent#automation#claude
Agents 6m

Inbox auto-archiver

Archives newsletters you never open, keeps the ones you do.

Medium#agent#automation#claude
Agents 7m

LinkedIn auto-reply

Drafts polite replies to LinkedIn DMs in your voice.

Hard#agent#automation#claude
Agents 8m

Daily journal prompts

Prompts grounded in yesterday's calendar + commits.

Easy#agent#automation#claude
Agents 9m

Goal check-in

Weekly review against quarterly goals using your work artifacts.

Medium#agent#automation#claude
Agents 10m

Spec → tasks

Turns a product spec into a task tree in Linear.

Hard#agent#automation#claude
Agents 11m

DM batcher

Batches non-urgent DMs into a single daily digest.

Easy#agent#automation#claude
Agents 12m

Sleep coach

Analyses your sleep data and suggests one change per week.

Medium#agent#automation#claude
RAG 8m

pgvector quickstart

From plain Postgres to a working RAG endpoint in 10 minutes.

Easy#rag#embeddings#pgvector
RAG 9m

Hybrid search

Combines BM25 + dense embeddings with reciprocal rank fusion.

Medium#rag#embeddings#hybrid
RAG 10m

Citations enforcer

Forces every answer to cite a source chunk or it gets re-asked.

Hard#rag#embeddings#quality
RAG 11m

Chunking lab

A/B tests 4 chunking strategies on your corpus and picks the winner.

Easy#rag#embeddings#quality
RAG 12m

Re-ranker layer

Adds Cohere rerank between retrieval and generation.

Medium#rag#embeddings#rerank
RAG 13m

Multi-tenant RAG

Per-tenant indexes with row-level isolation in pgvector.

Hard#rag#embeddings#saas
RAG 14m

Notion sync

Keeps a Notion workspace mirrored into your vector index.

Easy#rag#embeddings#notion
RAG 15m

Slack archive RAG

Index Slack history with channel + thread metadata for grounded answers.

Medium#rag#embeddings#slack
RAG 16m

Email RAG

Indexes Gmail with sender, thread, label metadata.

Hard#rag#embeddings#gmail
RAG 17m

PDF table extractor

Extracts tables from PDFs and stores them as structured rows.

Easy#rag#embeddings#pdf
RAG 18m

Audio RAG

Whisper → embed → answer questions over podcast/meeting audio.

Medium#rag#embeddings#audio
RAG 19m

Code RAG

Indexes a repo with symbol-aware chunking for code Q&A.

Hard#rag#embeddings#code
RAG 8m

Salesforce knowledge

Indexes Salesforce Knowledge articles with permissioning.

Easy#rag#embeddings#crm
RAG 9m

Confluence RAG

Indexes Confluence with space + label metadata.

Medium#rag#embeddings#confluence
RAG 10m

Customer call RAG

Indexes Gong/Fathom call transcripts with deal metadata.

Hard#rag#embeddings#sales
RAG 11m

Help-center RAG

Indexes your help center and powers in-app search.

Easy#rag#embeddings#support
RAG 12m

Legal contract RAG

Clause-level retrieval over a folder of contracts.

Medium#rag#embeddings#legal
RAG 13m

Compliance RAG

Indexes SOC2 / ISO controls and answers auditor questions.

Hard#rag#embeddings#compliance
RAG 14m

Multi-modal RAG

Indexes screenshots alongside text for UI documentation.

Easy#rag#embeddings#ui
RAG 15m

Time-aware RAG

Boosts recency in retrieval for fast-moving corpora.

Medium#rag#embeddings#quality
RAG 16m

Cost-aware RAG

Caches embeddings + answers; halves token spend.

Hard#rag#embeddings#perf
RAG 17m

Eval harness

Tracks RAG quality with golden Qs; alerts on regressions.

Easy#rag#embeddings#eval
Ops 7m

Incident commander

Drives postmortems from PagerDuty + Slack history.

Hard#ops#sre#pagerduty
Ops 8m

On-call digest

Summarises overnight pages every morning.

Easy#ops#sre#pagerduty
Ops 9m

Status page writer

Drafts status page updates from incident chat.

Medium#ops#sre#statuspage
Ops 10m

SLO burn alerter

Posts when an SLO is on track to breach this month.

Hard#ops#sre#sre
Ops 11m

Cost anomaly hunter

Scans AWS bill daily and flags anomalies with likely cause.

Easy#ops#sre#aws,cost
Ops 12m

Right-sizer

Recommends EC2/RDS right-sizing weekly.

Medium#ops#sre#aws
Ops 13m

Unused-resource cleaner

Lists S3 buckets/RDS instances with no activity in 30d.

Hard#ops#sre#aws
Ops 14m

IAM diff reporter

Diffs IAM policies and explains each change in English.

Easy#ops#sre#iam
Ops 15m

Terraform plan reviewer

Comments on `terraform plan` output in PRs with risk notes.

Medium#ops#sre#terraform
Ops 16m

K8s manifest linter

Reviews helm/k8s YAML changes for security + perf footguns.

Hard#ops#sre#k8s
Ops 17m

Postgres slow-query reviewer

Weekly digest of slow queries with suggested fixes.

Easy#ops#sre#postgres
Ops 7m

Alert noise reducer

Quarterly review of alerts firing without action.

Medium#ops#sre#sre
Ops 8m

Runbook updater

Updates runbooks from postmortem action items automatically.

Hard#ops#sre#runbooks
Ops 9m

On-call handover

Daily DM with 'what's hot' for the incoming on-call.

Easy#ops#sre#oncall
Ops 10m

Datadog dashboard explainer

Adds plain-English captions to every panel.

Medium#ops#sre#datadog
Ops 11m

CloudWatch log narrator

Turns a log stream into an English narrative for incidents.

Hard#ops#sre#aws
Ops 12m

Deploy approver

Pre-checks deploys against a checklist; blocks risky ones.

Easy#ops#sre#ci
Ops 13m

Backup verifier

Verifies backups restore cleanly weekly.

Medium#ops#sre#backups
Ops 14m

Secret rotation reminder

Tracks secret age and reminds owners to rotate.

Hard#ops#sre#security
Ops 15m

Vendor SOC2 watcher

Monitors vendor trust pages and flags posture changes.

Easy#ops#sre#vendor
Ops 16m

DR drill scheduler

Schedules + scripts quarterly DR drills.

Medium#ops#sre#dr
Ops 17m

Capacity planner

Forecasts capacity from growth trend + headroom rules.

Hard#ops#sre#capacity
Ops 7m

Cost-per-feature

Joins billing tags + product analytics into $/feature.

Easy#ops#sre#finops
Ops 8m

Latency budget

Tracks p95 budget per service and pings owners on burn.

Medium#ops#sre#sre
Growth 6m

SEO content brief

Generates a brief from SERP + your data.

Easy#growth#content#seo
Growth 7m

Programmatic landing pages

Spins up N landing pages from a structured catalog.

Medium#growth#content#seo
Growth 8m

FAQ generator

Mines support tickets for FAQ candidates.

Hard#growth#content#seo
Growth 9m

Backlink prospector

Finds backlink targets via Semrush + qualifies them.

Easy#growth#content#seo
Growth 10m

Newsletter writer

Drafts your weekly newsletter from your week's artifacts.

Medium#growth#content#seo
Growth 11m

A/B copy gen

Writes 5 headline variants per page and routes traffic.

Hard#growth#content#seo
Growth 12m

Twitter recap

Turns a blog post into a 9-tweet thread.

Easy#growth#content#seo
Growth 13m

LinkedIn recap

Turns the same post into a LinkedIn carousel script.

Medium#growth#content#seo
Growth 14m

Reddit listener

Finds Reddit threads where your product fits and drafts a non-spammy reply.

Hard#growth#content#seo
Growth 15m

Reviews responder

Drafts review responses in your brand voice.

Easy#growth#content#seo
Growth 6m

Lifecycle email

Generates lifecycle email copy keyed to user state.

Medium#growth#content#seo
Growth 7m

Cohort storyteller

Writes the narrative behind each cohort retention curve.

Hard#growth#content#seo
Growth 8m

Press release drafter

Drafts a press release from a feature spec.

Easy#growth#content#seo
Growth 9m

Podcast outreach

Finds podcasts + drafts pitch emails.

Medium#growth#content#seo
Growth 10m

Affiliate dashboard

Summarises affiliate performance weekly.

Hard#growth#content#seo
Growth 11m

Onboarding email A/B

Generates and tests variants of onboarding emails.

Easy#growth#content#seo
Growth 12m

ICP refiner

Refines your ICP definition from won/lost deals quarterly.

Medium#growth#content#seo
Growth 13m

Activation analyst

Identifies the activation event most predictive of retention.

Hard#growth#content#seo
Sales 8m

Inbound MQL scorer

Claude inbound mql scorer wired to your CRM.

Easy#sales#crm#claude
Sales 9m

Outbound sequence writer

Claude outbound sequence writer wired to your CRM.

Medium#sales#crm#claude
Sales 10m

Deal review prep

Claude deal review prep wired to your CRM.

Hard#sales#crm#claude
Sales 11m

Call notes → CRM

Claude call notes → crm wired to your CRM.

Easy#sales#crm#claude
Sales 12m

Lost-deal autopsy

Claude lost-deal autopsy wired to your CRM.

Medium#sales#crm#claude
Sales 13m

Champion finder

Claude champion finder wired to your CRM.

Hard#sales#crm#claude
Sales 14m

Pricing approval bot

Claude pricing approval bot wired to your CRM.

Easy#sales#crm#claude
Sales 15m

Quote generator

Claude quote generator wired to your CRM.

Medium#sales#crm#claude
Sales 16m

Demo recap drafter

Claude demo recap drafter wired to your CRM.

Hard#sales#crm#claude
Sales 8m

Renewal forecaster

Claude renewal forecaster wired to your CRM.

Easy#sales#crm#claude
Sales 9m

NPS routing

Claude nps routing wired to your CRM.

Medium#sales#crm#claude
Sales 10m

Referral asker

Claude referral asker wired to your CRM.

Hard#sales#crm#claude
Sales 11m

Discovery question coach

Claude discovery question coach wired to your CRM.

Easy#sales#crm#claude
Sales 12m

Battlecard updater

Claude battlecard updater wired to your CRM.

Medium#sales#crm#claude
Sales 13m

Win-wire writer

Claude win-wire writer wired to your CRM.

Hard#sales#crm#claude
Sales 14m

Multi-thread mapper

Claude multi-thread mapper wired to your CRM.

Easy#sales#crm#claude
Support 7m

Ticket auto-tagger

Ticket auto-tagger powered by Claude over your help desk.

Medium#support#cx#helpdesk
Support 8m

Macro suggester

Macro suggester powered by Claude over your help desk.

Hard#support#cx#helpdesk
Support 9m

Escalation predictor

Escalation predictor powered by Claude over your help desk.

Easy#support#cx#helpdesk
Support 10m

Sentiment alerter

Sentiment alerter powered by Claude over your help desk.

Medium#support#cx#helpdesk
Support 11m

Multilingual replier

Multilingual replier powered by Claude over your help desk.

Hard#support#cx#helpdesk
Support 12m

Bug-report formatter

Bug-report formatter powered by Claude over your help desk.

Easy#support#cx#helpdesk
Support 13m

Status page Q&A bot

Status page Q&A bot powered by Claude over your help desk.

Medium#support#cx#helpdesk
Support 14m

Customer health scorer

Customer health scorer powered by Claude over your help desk.

Hard#support#cx#helpdesk
Support 15m

VIP detector

VIP detector powered by Claude over your help desk.

Easy#support#cx#helpdesk
Support 16m

Self-serve deflector

Self-serve deflector powered by Claude over your help desk.

Medium#support#cx#helpdesk
Support 7m

Knowledge gap finder

Knowledge gap finder powered by Claude over your help desk.

Hard#support#cx#helpdesk
Support 8m

Refund justifier

Refund justifier powered by Claude over your help desk.

Easy#support#cx#helpdesk
Support 9m

Reply-time SLO watcher

Reply-time SLO watcher powered by Claude over your help desk.

Medium#support#cx#helpdesk
Support 10m

Repeat-contact reducer

Repeat-contact reducer powered by Claude over your help desk.

Hard#support#cx#helpdesk
Support 11m

Voice-of-customer digest

Voice-of-customer digest powered by Claude over your help desk.

Easy#support#cx#helpdesk
Support 12m

Onboarding office hours bot

Onboarding office hours bot powered by Claude over your help desk.

Medium#support#cx#helpdesk
Finance 9m

Invoice extractor

Invoice extractor with auditable Claude reasoning.

Hard#finance#ops#claude
Finance 10m

AR aging chaser

AR aging chaser with auditable Claude reasoning.

Easy#finance#ops#claude
Finance 11m

Vendor onboarding doc-check

Vendor onboarding doc-check with auditable Claude reasoning.

Medium#finance#ops#claude
Finance 12m

Spend categorizer

Spend categorizer with auditable Claude reasoning.

Hard#finance#ops#claude
Finance 13m

Budget vs actual narrator

Budget vs actual narrator with auditable Claude reasoning.

Easy#finance#ops#claude
Finance 14m

Cap table sanity checks

Cap table sanity checks with auditable Claude reasoning.

Medium#finance#ops#claude
Finance 15m

SaaS metric mailer

SaaS metric mailer with auditable Claude reasoning.

Hard#finance#ops#claude
Finance 16m

Cohort LTV report

Cohort LTV report with auditable Claude reasoning.

Easy#finance#ops#claude
Finance 9m

Cash runway forecaster

Cash runway forecaster with auditable Claude reasoning.

Medium#finance#ops#claude
Finance 10m

Tax form classifier

Tax form classifier with auditable Claude reasoning.

Hard#finance#ops#claude
Finance 11m

Payroll variance alerter

Payroll variance alerter with auditable Claude reasoning.

Easy#finance#ops#claude
Finance 12m

Subscription churn forensics

Subscription churn forensics with auditable Claude reasoning.

Medium#finance#ops#claude
Finance 13m

Expense policy enforcer

Expense policy enforcer with auditable Claude reasoning.

Hard#finance#ops#claude
Finance 14m

Board-deck draft from metrics

Board-deck draft from metrics with auditable Claude reasoning.

Easy#finance#ops#claude
Productivity 5m

Tab-bankruptcy assistant

Tab-bankruptcy assistant that learns your patterns.

Easy#productivity#personal#agent
Productivity 6m

Focus-mode auto-snoozer

Focus-mode auto-snoozer that learns your patterns.

Easy#productivity#personal#agent
Productivity 7m

Read-later triage

Read-later triage that learns your patterns.

Easy#productivity#personal#agent
Productivity 8m

Note linker

Note linker that learns your patterns.

Easy#productivity#personal#agent
Productivity 9m

Daily wrap-up

Daily wrap-up that learns your patterns.

Easy#productivity#personal#agent
Productivity 10m

Weekly review writer

Weekly review writer that learns your patterns.

Easy#productivity#personal#agent
Productivity 5m

Habit nudger

Habit nudger that learns your patterns.

Easy#productivity#personal#agent
Productivity 6m

Decision journal

Decision journal that learns your patterns.

Easy#productivity#personal#agent
Productivity 7m

Email-to-task router

Email-to-task router that learns your patterns.

Easy#productivity#personal#agent
Productivity 8m

Doc autoresurfacer

Doc autoresurfacer that learns your patterns.

Easy#productivity#personal#agent
Productivity 9m

One-thing-today picker

One-thing-today picker that learns your patterns.

Easy#productivity#personal#agent
Productivity 10m

Energy-based scheduler

Energy-based scheduler that learns your patterns.

Easy#productivity#personal#agent
Productivity 5m

Travel-day packer

Travel-day packer that learns your patterns.

Easy#productivity#personal#agent
Productivity 6m

Personal OKR coach

Personal OKR coach that learns your patterns.

Easy#productivity#personal#agent
Security 8m

Phish triage

Phish triage with audit-grade logs.

Medium#security#audit#claude
Security 9m

Suspicious login explainer

Suspicious login explainer with audit-grade logs.

Hard#security#audit#claude
Security 10m

RBAC drift checker

RBAC drift checker with audit-grade logs.

Easy#security#audit#claude
Security 11m

Cloud config auditor

Cloud config auditor with audit-grade logs.

Medium#security#audit#claude
Security 12m

S3 public-bucket scout

S3 public-bucket scout with audit-grade logs.

Hard#security#audit#claude
Security 13m

SSH key inventory

SSH key inventory with audit-grade logs.

Easy#security#audit#claude
Security 14m

Dependency CVE summariser

Dependency CVE summariser with audit-grade logs.

Medium#security#audit#claude
Security 15m

SBOM diff narrator

SBOM diff narrator with audit-grade logs.

Hard#security#audit#claude
Security 16m

JIT access reviewer

JIT access reviewer with audit-grade logs.

Easy#security#audit#claude
Security 8m

Secret rotation enforcer

Secret rotation enforcer with audit-grade logs.

Medium#security#audit#claude
Security 9m

Audit-log narrator

Audit-log narrator with audit-grade logs.

Hard#security#audit#claude
Security 10m

Anomalous query detector

Anomalous query detector with audit-grade logs.

Easy#security#audit#claude
Security 11m

GDPR data-subject responder

GDPR data-subject responder with audit-grade logs.

Medium#security#audit#claude
Security 12m

SOC2 evidence collector

SOC2 evidence collector with audit-grade logs.

Hard#security#audit#claude
Security 13m

Webhook signature linter

Webhook signature linter with audit-grade logs.

Easy#security#audit#claude
Security 14m

Permissions least-privilege coach

Permissions least-privilege coach with audit-grade logs.

Medium#security#audit#claude