Claude Routines And Agents Pm Pack banner
aakashg aakashg

Claude Routines And Agents Pm Pack

Security community

Description

Companion repo to 'Opus-4.7 + Claude Routines & Managed Agents = PM Magic'. Production-ready prompts, sample outputs, engineer handoff brief, security docs, and team rollout plan.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Routines + Managed Agents — PM Pack

Companion repo for [Inside Anthropic's New Automation Layer: 7 Workflows PMs Can Run This Week](https://www.news.aakashg.com/p/claude-automation-pms).

Nine production-ready prompts across three surfaces (Cowork Scheduled Tasks, Routines, Managed Agents), sample outputs, engineer handoff brief, security doc, and a measurement framework. Copy, paste, ship.


🎯 Start here

**New to this? Run the [10-minute first win](./QUICKSTART.md) first.** It gets you to a working Routine with zero Notion setup, no engineer, and no complex OAuth. You'll understand the core loop before investing 30 minutes in a real use case.

**Already know how Routines work?** Use the decision tree below.


Decision tree — which one do I build first?

What's your biggest blind spot right now?

├─ "I walk into meetings cold"
│     → routines/02-morning-meeting-brief.md  (personal, 20 min setup)
│
├─ "Sales finds out about competitor pricing before I do"
│     → routines/01-competitor-pricing.md  (personal, 15 min setup)
│
├─ "I have months of meeting transcripts I never re-read"
│     → cowork-tasks/01-local-transcript-digest.md  (personal, local files)
│
├─ "I want my morning brief as a markdown file, not Slack"
│     → cowork-tasks/02-morning-brief-to-local-folder.md  (personal, Obsidian-friendly)
│
├─ "I'm prioritizing off loudest tickets, not most common"
│     ├─ Solo PM, no eng capacity?
│     │     → routines/03-weekly-user-sentiment.md  (personal, public data only)
│     └─ Have an engineer?
│           → managed-agents/01-support-ticket-patterns.md  (team, ~1 day eng wiring)
│
├─ "Action items die after meetings"
│     → managed-agents/03-meeting-transcript-backlog.md  (team, ~1 day eng wiring)
│
├─ "OKRs reviewed once a quarter, guessed at in between"
│     → managed-agents/04-okr-pulse.md  (team, ~1 day eng wiring)
│
└─ "Competitors quietly ship things I miss"
      └─ Solo → routines/01-competitor-pricing.md
         Team