The order matters. These five functional categories cover 60 to 70 percent of an ops team's recurring cognitive load. Built well, they pay back the build time inside four weeks. Built poorly, they're noise.

This post is not a feature tour. It's a build sequence. The five skills below are the categories every ops team needs encoded first, in the order they should ship. What each one does for your team, why it's a first build, what it replaces, what you need in place before building it, and the architecture beats that separate a skill that works in a demo from a skill that survives month three.


Why These Five First

Three criteria drove the sequence. Highest leverage per skill (hours saved across the team per week). Lowest data risk (the skill reads from sources you already trust, writes to systems with clear rollback). Clearest trigger condition (no ambiguity about when the skill should fire, which is the single biggest predictor of whether a skill gets used or quietly forgotten).

Skill libraries share roughly two percent of the Cowork context window. Past 20 active skills, the system starts defaulting to generic output because it can't track what's loaded. Five well-designed skills that fire reliably beats 20 written fast. The discipline to ship five first and live with them for a week is the discipline that separates a stack your team uses from a stack your team ignores.


1. Morning Context Loader

What this skill does for your team. Fires at the start of the working session. Pulls today's calendar, the active client or project list, overnight communications, open priorities, anything flagged as a blocker. Outputs a single scannable brief: what is on today, who is owed something, what is overdue, what needs a decision before noon. Every team member starts the day with the same surface of context loaded.

Why it's a first build. Every other skill works better when the session opens with full context already in. Without a morning context loader, the first 20 minutes of every team member's day is spent rebuilding state from inbox, calendar, and project tool. With it, the team starts the day at the work. Multiply by team size and the time savings are the largest single gain in the starter library.

What it replaces. The daily standup that exists mostly to keep context warm across the team. The manual habit of reopening yesterday's notes, scrolling through email, checking the calendar, and re-reading the active project tab. The Slack thread where the team posts "what are you working on today" every morning.

What you need in place before building it. Calendar MCP connector. Inbox MCP connector. Project tool MCP connector or API access (ClickUp, Asana, Linear, Monday, Notion). One source of truth for active client or project state. Write permissions scoped to read-only on the systems the skill pulls from. The trigger condition decided: time-based (fires at 8am), session-based (fires on "good morning" or a slash invocation), or both.

The architecture beat. Lead the output with overdue items. Bury the pleasantries. Define the output format as a strict template with named sections, not free prose. Set a maximum length so the brief stays scannable. Failure mode: if any source is unreachable, surface what was pulled and flag the gap, never block. Source-of-truth contract: the skill reads from authoritative systems only, never from a snapshot or cached state.


2. End-Of-Day Wrap And Handoff Log

What this skill does for your team. Closes the working session. Logs what shipped, updates client or project files, writes the daily note with heat-map metrics, tidies open files and tabs. Generates the handoff log for the next morning's context loader to read.

Why it's a first build. The wrap skill is the other end of the morning loader loop. Morning pulls context. Evening logs outcomes. The vault or shared workspace accumulates. Without wrap, the daily note is patchy by week two and the project logs go stale. With it, every subsequent morning load has a clean history to read from. The two skills are a pair, and the compounding effect across the team is the highest of any skill in the library.

What it replaces. The end-of-week status email that ends up half-drafted in someone's inbox. The Sunday-evening cleanup pass on client folders. The manual habit of writing daily notes that nobody really maintains past week two. For agencies, it replaces the weekly account-management report. For internal ops, it replaces the Friday afternoon sync where everyone summarises the week from memory.

What you need in place before building it. Same MCP connectors as the morning loader, plus write permissions to the project tool and the shared vault or notes system. Agreed daily-note format. A list of heat-map metrics the team actually tracks (closes, hours, calls booked, tickets cleared, whatever the operation measures by). Permission for the skill to update client files directly, with audit logging so the changes are reviewable.

The architecture beat. Wrap writes to the exact source the morning loader reads from. If they read from different sources, the loop breaks and the compounding stops. Define what "done" looks like at the end of wrap: every active project has an updated status, every shipped item is logged, every blocker carried forward is named. Failure mode: if a write fails, surface the failure clearly, do not silently skip. Output format: a wrap summary the team can review before signing off.


3. Inbox Triage And Draft

What this skill does for your team. Reads recent unread messages, classifies each (client work, sales inbound, vendor, internal, newsletter, spam), labels and archives accordingly, drafts replies for messages that need a human response, and surfaces anything urgent. Runs on a schedule, typically every 30 minutes, through a cron that lives outside Cowork itself.

Why it's a first build. Inbox is the single largest source of context-switching cost for any ops team. Until inbox is triaged, every other skill is fighting for attention against an unread count. Get this skill running and you reclaim the deep-work window the rest of the stack depends on. The hours saved per team member per week are the most visible and the easiest to measure.

What it replaces. A virtual assistant whose primary job is inbox triage. A paid inbox classification tool that ships with limited customisation. The morning email session that eats the first hour of each team member's day. The Saturday-morning catch-up sweep. The mental load of remembering which threads need a response. For franchise or multi-location operations, it replaces the per-location coordinator hour spent on email triage daily.

What you need in place before building it. Gmail or Outlook MCP connector with read and write scopes. A label taxonomy decided in advance (six to twelve labels covers most operations cleanly). Voice rules for drafted replies, so the skill produces drafts in the team's actual register. A do-not-reply skiplist for newsletters and automated senders. A scheduled job runtime outside Cowork to fire the cron reliably (Cowork's scheduled tasks require the desktop app open, which is fine for some use cases but not for production inbox triage).

The architecture beat. Cadence matters. Hourly is too frequent (draft quality suffers, costs climb). Daily is too sparse (urgent threads sit). Every 30 minutes hits the right balance for an inbox processing 150 to 300 messages a day. Adjust to your team's volume. Failure mode: if classification confidence is low, label as "needs human review" rather than guessing. Output: drafts saved as drafts, never auto-sent. The human stays in the loop on send.


4. Pre-Send Voice And Tone QA

What this skill does for your team. Reviews any client-facing message before it goes out. Checks for factual accuracy against the source files, voice rule compliance, banned phrases, offer strength, client perception. Returns a pass or a specific list of edits with reasoning. Catches the wrong tone, the unsourced claim, the cocky line, the phrase that flattens the brand, before the message leaves the team's hands.

Why it's a first build. The first three skills make your team faster. This one keeps your team accurate at speed. Operating faster without a quality gate is how voice drifts, how unsourced claims sneak into client docs, how the wrong tone reaches a high-stakes thread. This skill is the brake that makes the throttle safe. The cost of one mis-sent message to a high-value client is higher than the build cost of the entire skill library.

What it replaces. A copywriter on retainer for client comms. The 24-hour cooling-off period before sending a sensitive message. The hour the team used to spend rereading proposals before hitting send. The post-mortem conversation that follows a message that landed wrong.

What you need in place before building it. A written voice and tone guide for the brand. An explicit banned-phrases list. A set of approved patterns for common message types (intro, follow-up, proposal cover, scope clarification, scheduling). Examples of past messages that hit the right tone, used as anchors. The skill is only as strong as the rules it loads. Vague rules teach Cowork to produce vague feedback.

The architecture beat. The body of this skill is the most important in the library. Output should never be "this looks good." It should be either "send as is" or specific edits with the rule each one ties to. Failure mode: if the message can't be validated against the rules (rule missing, source unclear), flag it for human review rather than approving silently. Source-of-truth contract: the voice rules live in one place and load on every relevant skill, so a rule change propagates to the whole library at once.


5. Client State Preload

What this skill does for your team. Fires when a client name comes up in a work context. Loads the full client file from the shared vault, the latest project management state, recent emails or messages, any open blockers, scope agreements, pricing, and the last touchpoint. Outputs a single brief that primes the session before any client-specific work begins.

Why it's a first build. The previous four skills are about running the business. This one is about running the actual client work cleanly. Without client state preload, every client request triggers a five-minute search across folders, tabs, tools, and inboxes. With it, the moment a client name comes up, the relevant context is in the session and the team starts the work immediately. The skill compounds harder than any other in the library because every wrap improves the next load.

What it replaces. The mental switching cost between clients across the team. The notes app where team members used to write reminders to themselves about who needed what. For agencies, the account-manager standup that exists mostly to keep context warm. For internal ops, the time spent searching for the most recent thread before responding to a client question. For multi-location operators, the per-location lookup pattern that compounds across every interaction.

What you need in place before building it. A vault or shared workspace with a client folder per active client. A consistent client folder structure so the skill knows where to look. CRM and project tool MCP connectors. Inbox or messaging connector for recent touchpoint history. Scope and pricing documented and findable, not buried in proposals. The skill is only as strong as the source it reads from. Build the source first.

The architecture beat. Trigger condition: when a client name appears in a work context, not on every mention. False positives waste budget. Output format: a structured brief with named sections (current state, open items, last touch, pricing, scope), not free prose. Failure mode: if the client file is missing or incomplete, flag the gap clearly and offer to create the missing structure. Source-of-truth contract: the vault is canonical. The CRM and project tool feed into it, not the other way around.

5Skills In The Starter Kit
20Skill Cap Before Context Degrades
2%Context Budget Skills Share

What These Five Share

Every one of them starts with a clear trigger condition. Not a feature description. Not a paragraph about what the skill is for. A line that tells Cowork exactly when to fire. "At the start of a session." "When a client name appears in a work context." "Before any message goes to a client." Trigger first. Detail second. That is what progressive disclosure means in practice.

Every one of them reads from and writes to the same source of truth. The vault, the CRM, the project management system. If a skill reads from one source and writes to another, the loop breaks. Same source is non-negotiable across the team.

Every one of them has a defined output format. "Pass or list of specific edits." "Scannable brief, overdue first." "Labelled, archived, drafted, urgent surfaced." Output formats teach Cowork what done looks like. Without them, every run produces something slightly different and the team's muscle memory never builds.

Every one of them runs on scoped permissions. Read-only where reading is enough. Write access only where the workflow demands it. Audit logging on every write so the team can trace what changed. Permission discipline is what keeps the stack safe to use at speed.


What To Build In Week Two (And What To Wait On)

Once the five are running cleanly, the next set is situational. For client-facing work, add a discovery audit skill and a proposal generator. For pipeline, add a lead intake and qualification skill. For deliverables, add a build-spec generator and a deliverable QA reviewer. Each one ships only after a real pattern repeats three or more times in the team's actual work. None of them ship on speculation.

Skills to wait on: anything that sounds useful but doesn't have a clear trigger condition yet. Anything that duplicates a plugin you haven't customised yet. Anything that reads from a source you haven't centralised in the vault or shared workspace. Build the source first. The skill follows.

The instinct on a new install is to port every habit into a skill immediately. That instinct burns the context budget and leaves the team with a library of skills that fire once and then sit forgotten. Discipline at the start protects the system at scale.

⚠️

The honest test: If your team can describe the skill's trigger condition in one sentence and the output format in one sentence, write it. If they can't, the skill isn't ready to be written yet. Go centralise the source it would read from first.


Why Skill Design Is Engineering, Not Documentation

Skills are easy to write. They are hard to write well. A skill that reads like a job description gets used. A skill that reads like a manual gets ignored. The trigger condition comes first. The output format comes second. The body comes last.

Writing a skill takes ten minutes. Writing one that fires correctly under five real-world conditions, degrades gracefully when an input is missing, and doesn't conflict with three other skills in the same library, takes a different kind of work. Cowork writes the syntax. The engineer designs the contract.

The gap between a skill that works in a demo and a skill that survives month three costs more in token spend and team frustration than the engineer would. Most teams discover this on month two, after the library has bloated past the context cap and the output quality has degraded enough to notice. The fix at that point is a rebuild, not a tune.


Ready to scope these five for your team? Book a free 45-min ops mapping call. We'll walk through which skills land first for your ops volume and stack. cal.com/formaum/45

Run on a stack that's holding you back?

Book a 45-minute discovery call. I'll map what moves, what stays, and what makes sense for your operation.

Book a call

Frequently Asked Questions

What if my team doesn't have all five workflows yet?
Build what fits. Most teams have all five at some level, but the morning context loader and the wrap pair are the easiest to start with because they only require connectors to systems the team already uses. Inbox triage requires inbox volume that justifies the build. Voice and tone QA requires a written voice guide. Client state preload requires a vault structure. Scope the rollout to the four you're ready for and add the fifth when the prerequisite is in place.
Can our team write these without an engineer?
The syntax of a skill is straightforward. A SKILL.md file with YAML frontmatter and a markdown body. The hard part is the architecture: the trigger condition, the failure modes, the source-of-truth contracts, the permission scoping, the output format discipline, the propagation of voice rules across the library. Cowork handles the syntax. An engineer handles the architecture. The skills written without that architectural work are the skills that bloat the library, burn context, and degrade output quality by month two. The cost of getting it wrong is higher than the cost of getting it built right.
What CRM and tools do these connect to?
Cowork supports MCP connectors for the major systems: Gmail, Google Calendar, Outlook, Slack, ClickUp, Asana, Linear, Monday, Notion, HubSpot, Airtable, and a growing list. For systems without an official connector, community MCP servers exist for many. For tools without any MCP coverage, a custom MCP server gets scoped as part of the rollout. The architecture stage of a rollout identifies which integrations are official, which need custom work, and which can stay manual.
Do these work on Pro tier or do we need Max?
All five work on Pro at the feature level. Cowork's tier differences are usage caps, not capability gates. The question is whether Pro's usage cap covers your team's volume. A small team running these five skills with modest daily activity stays inside Pro comfortably. A larger team with high-volume inbox triage and frequent client work usually moves to Max or to API spend modelling. The scoping call surfaces the right tier for your usage.
How long does building all five take?
Built well, the five skills ship across the architecture and build stages of a 30-day rollout. Discovery surfaces the trigger conditions and output formats in week one. Architecture defines the source-of-truth contracts and failure modes in week two. The build, pilot, and tuning happen across weeks two and three. By week four, the team is running all five in production. Built poorly, the same five take longer because the rebuild happens on month two when the library bloats past the context cap. The build time is the same. The total time depends on whether the architecture work happens up front or after the rebuild.
GC
Genevieve Claire
Founder, Formaum — Claude Code Expert & Full-Stack AI Engineer

Builds bespoke AI automation systems for multi-location operations. Previously EA Sports FIFA ($7B franchise) and Film/TV VFX on Skyfall, Avengers, Game of Thrones. Based in Vancouver, BC.