Tag: workflow automation

  • The n8n MCP Bridge: Letting Notion Agents Run Your Existing Automations

    The n8n MCP Bridge: Letting Notion Agents Run Your Existing Automations

    The 60-second version

    n8n is where many ops teams already run their cross-app automations. Notion’s n8n MCP bridge lets Custom Agents call those automations as tools. The agent decides what to do; n8n executes the cross-app work. This combines two strengths: Notion AI’s natural-language understanding and database fluency, and n8n’s mature integration library and workflow tooling. You don’t have to rebuild your n8n setup inside Notion.

    What this enables

    Three patterns that get easier:
    1. Agent-triggered cross-app workflows. Agent reads a Notion page, decides an action is needed, calls the relevant n8n workflow which handles the actual work (Salesforce update, Stripe charge, file move, whatever).
    2. Existing n8n investment compounds. Every n8n workflow you’ve built becomes a tool the agent can use. The library grows as your agent-callable surface grows.
    3. Workflow logic stays in n8n. When the workflow logic changes, you change it in n8n once. All agents using that workflow inherit the change automatically.

    When to use n8n vs Workers

    Notion has Workers (developer preview) for custom code. n8n is for cross-app workflows. The split:
    Workers when you need custom logic that doesn’t exist as an integration
    n8n when you need to coordinate across many existing apps with mature connectors
    Both for complex flows where Workers handle specific computation and n8n handles app coordination
    For most ops teams, n8n is the right starting point. Workers are an advanced layer.

    Where this goes wrong

    1. Treating the agent as a smarter n8n trigger. The agent’s value is judgment about when to run the workflow. If you can express the trigger as a simple condition, just run n8n directly.
    2. Letting agents call destructive workflows without confirmation. Agent + n8n + Salesforce delete = potential disaster. Add human approval steps for destructive operations.
    3. Not versioning n8n workflows that agents call. When you change a workflow, agents don’t know. Version your workflows so agent prompts can pin to specific versions.

    What to read next

    Workers for Agents, MCP foundation piece, Notion Agents vs n8n Alone, The Solo Operator’s Stack.

  • Notion AI for Customer Success: QBRs, Health Scores, and Account Plans

    Notion AI for Customer Success: QBRs, Health Scores, and Account Plans

    The 60-second version

    CS work is constrained by CSM bandwidth. The bandwidth gets eaten by documentation: QBRs, account plans, health score updates, internal reporting. Custom Agents take that documentation work over so CSMs can spend their time on customer calls. The result is CS teams that cover more accounts at the same headcount or go deeper on the same accounts. Either way, the math improves.

    Four CS-specific agent patterns

    1. The QBR draft agent. Triggered before QBR season. For each account: pulls usage data (via integration), product adoption metrics, support ticket trends, key milestones, prior QBR action items. Drafts the QBR deck content in the team’s template. CSM customizes for the specific customer instead of building from scratch.
    2. The health score maintenance agent. Daily or weekly. Reads usage data, support patterns, engagement signals, NPS responses. Updates each account’s health score in the customer database. Surfaces accounts that dropped a tier in the last week.
    3. The account plan agent. Monthly per account. Reviews account activity, identifies expansion opportunities, surfaces stalled adoption areas, drafts the updated account plan with specific next-quarter goals.
    4. The renewal risk agent. Continuous. Scans accounts approaching renewal. Cross-references health score, recent engagement, support ticket sentiment, and upcoming contract dates. Flags 60-90 days before renewal so CSM has runway to address issues.

    What stays CSM

    • Customer conversations
    • Expansion negotiations
    • Crisis response when accounts are unhappy
    • The judgment about which accounts deserve which level of investment
    • Reading the customer relationship temperature
      The agent surfaces signals; the CSM interprets them.

    The leverage math

    A typical CSM covers 25-40 accounts. Documentation work consumes 30-40% of their week. Custom Agents take that to 10-15%. The CSM either covers more accounts (50-60) or goes deeper on the same accounts (more strategic, more frequent touch).
    The strategic question: which path matches your business? Higher coverage favors expansion-led businesses. Deeper accounts favor retention-led businesses. Don’t let agents accidentally pick the path for you by default.

    Where CS teams go wrong

    1. Letting agents update health scores autonomously into a “you’re red” customer-facing alert. Health scores have political weight inside the customer’s organization. Auto-flagging customers as red without human review can damage the relationship.
    2. Skipping the QBR review. The agent draft is starting material. The customization for that specific customer is what makes the QBR land. Don’t ship the agent draft as-is.
    3. Trusting renewal risk flags without context. A customer can look “at risk” by the data while being fine in the relationship. CSM context wins. Don’t escalate based on the agent flag alone.

    What to read next

    Notion AI for Sales Teams, Account Research, AI-Native Company Patterns.

  • Notion AI for Operations Managers: SOPs, Runbooks, and the Audit Trail

    Notion AI for Operations Managers: SOPs, Runbooks, and the Audit Trail

    The 60-second version

    Ops managers spend their days holding the operational fabric together — keeping SOPs current, ensuring procedures get followed, catching exceptions, communicating status. Custom Agents excel at exactly this category of work because the patterns are well-defined and the value of consistency is high. The ops manager’s job shifts from “running procedures” to “designing the agents that run procedures and handling what they can’t.”

    Four agents every ops function needs

    1. The SOP currency agent. Runs weekly. Reads each SOP page. Cross-references it against recent activity in related databases. Flags SOPs that haven’t been updated in 90 days OR where the actual practice has drifted from the documented process. Output: a one-page report on SOP health.
    2. The procedure execution agent. Triggered by named events (onboarding new hire, incident response, monthly close). Walks through the procedure step by step, executing or assigning each step, logging completion to an audit trail database. Pauses when human input is required.
    3. The exception triage agent. Watches a designated “exceptions” database. Categorizes incoming exceptions by type, urgency, and owner. Drafts initial response. Flags pattern exceptions (multiple of the same type) for systemic review.
    4. The status synthesis agent. Reads across team databases. Produces the weekly ops report — what’s running, what’s at risk, what shipped, what’s behind. Goes to leadership. Saves the ops manager 4-6 hours weekly.

    The audit trail dividend

    Custom Agents write audit logs by default. Every step they take, every page they read, every change they make is logged. For ops functions in regulated environments — finance, healthcare, legal-adjacent — this is meaningful. The agent’s audit trail is more thorough than what humans typically log because humans cut corners on logging when they’re under time pressure. Agents don’t.
    This shifts the conversation with auditors. “Show me your procedure” becomes “here’s the procedure and here’s every execution log for the last 12 months.” That’s a posture change.

    Where ops managers go wrong with agents

    1. Building agents for procedures that aren’t documented well. If the SOP is vague, the agent’s execution will be vague. Tighten the SOP first. Then build the agent.
    2. Trusting agent execution without sampling. Sample 10% of agent runs monthly. Look at the audit trail. Verify it matches reality. Drift happens silently.
    3. Replacing exception handling with an agent. Exception handling is judgment work. Agents categorize and surface; humans decide. Don’t let the agent close exception tickets autonomously without review.

    What this enables

    Ops managers running this pattern report: more time on systemic improvement, less time on procedure execution. More confidence in audit posture, less anxiety about gaps. More leverage per ops headcount, fewer manual handoffs.

    What to read next

    SOX Testing pieces in finance cluster, Compliance, Editorial Surface Area, AI-Native Company Patterns.

  • How Notion Skills Work: Turning Repeated Prompts Into Reusable Commands

    How Notion Skills Work: Turning Repeated Prompts Into Reusable Commands

    The 60-second version

    Skills are how you stop re-prompting. If you find yourself typing the same instructions to your Notion Agent every Friday — “summarize this week’s project updates in our team format with a green/yellow/red status and an action items list” — that’s a skill waiting to be saved. Once captured, you call it by name and the agent runs the workflow. Skills became prominent with Notion 3.3 in February 2026 and they’re the bridge between “I have an AI assistant” and “I have an AI teammate that knows how we do things here.”

    What a skill actually is

    A skill is three things bundled:
    1. A trigger phrase or name — what you call it when you want it run
    2. The instructions — the prompt logic the agent follows
    3. The context boundaries — which databases, pages, or sources the agent can pull from
    That last piece is what separates a skill from a saved prompt. A saved prompt is just text. A skill is text with scope. The agent knows where to look, what format to produce, and which pages to update.

    The four skills every operator should build first

    If you’re new to skills, these four pay back the time investment within a week.
    1. The weekly digest skill. Reads your project database, your meeting notes, and your Slack archive. Produces a one-page digest in your team’s format. Run it Friday afternoon. You stop writing weekly updates.
    2. The brief-prep skill. Triggered before a meeting. Pulls the relevant project page, the last meeting notes with this person or team, any open action items, and synthesizes a one-page brief. Run it 30 minutes before the meeting. You stop showing up cold.
    3. The inbox-to-action skill. Reads new entries in a specified database (support requests, sales leads, content pitches). Categorizes them, assigns owners based on rules you set, and drafts a first response. You stop processing inbound manually.
    4. The doc-reshape skill. Takes any document and reformats it into your team’s house style — your headings, your sections, your tone. Solves the “we have great content from a partner but it doesn’t read like us” problem.

    How to build a skill that actually works

    Three rules, learned the hard way:
    Be specific about format. “Summarize” produces wildly different outputs depending on the agent’s mood. “Produce a one-page summary with these five sections in this order, max two sentences per section, in active voice” produces consistent outputs. Specificity is the difference between a skill you trust and a skill you babysit.
    Bound the context tightly. The temptation is to give the agent access to everything. The result is slower runs, more credits consumed, and outputs that pull from irrelevant sources. Pin the skill to specific databases or page trees. You can always expand later.
    Test it five times before you trust it. Run the skill against five different inputs and look at the outputs side by side. The variance you see is the variance you’ll get in production. If the spread is too wide, tighten the instructions until the outputs converge.

    What skills can’t do well yet

    Skills inherit the limits of the underlying agent. They struggle with:
    Tasks that require fresh judgment. A skill that’s supposed to “decide whether this lead is qualified” produces inconsistent results because the criteria aren’t fully explicit. Better to have the skill score the lead on five named dimensions and let a human make the call.
    Long autonomous chains. A skill that triggers another skill that triggers another skill is a debugging nightmare. Keep skills atomic. Compose them in workflows outside the skill itself.
    Cross-workspace work. A skill in one Notion workspace can’t reach into another. If you operate across multiple workspaces, you need parallel skills, not one shared skill.

    Skills and the May 3 cliff

    After May 3, 2026, every Custom Agent run consumes Notion Credits. That includes skills run by Custom Agents. The implication: a well-built skill that takes 30 seconds to run is cheap; a sloppy skill that takes 8 minutes because the context isn’t bounded is expensive.
    This is why “specificity” and “context boundaries” graduated from style advice to financial advice. Tight skills cost less. Sloppy skills bleed credits. The audit you should be doing on your skills before May 4 is the same audit you’d do on any line item: is the output worth the cost?

    What to read next

    If skills are interesting to you, the natural follow-up reads in this corpus are the Custom Agents foundation piece (skills run on Custom Agents), the May 3 cliff (when skill costs become real), and the Building Your First Notion Skill walkthrough in Deep Technical (step by step).

  • The Pheromone Problem

    The Pheromone Problem

    There is a chemical sense of progress that comes from looking at a busy workspace. The columns are populated. The badges are colored. Something was edited eighteen minutes ago. The eye reports activity, and the body reports satisfaction, and the calendar has not actually moved.

    Call it the pheromone problem. Workspaces emit signals. Most of them are about other workspaces, not about whether anything has been delivered.

    The signals get stronger as the system gets better. A manual workspace with twenty open items feels like chaos. An intelligent workspace with twenty open items feels like leverage — same cardinality, opposite emotion. The leverage is sometimes real and sometimes a hallucination, and the workspace itself does not distinguish between the two.


    Earlier pieces in this series argued that capture is not commitment, that single-threading is the discipline most systems collapse on, and that waiting is its own practice. Each of those arguments assumes the operator can read the state of their own work accurately. The pheromone problem says they cannot. Not without help.

    The reason is that the surfaces meant to make work legible were optimized for visibility, not for honesty. Cards. Counts. Lanes. Last-edited timestamps. Each of those was added to a workspace because someone was tired of losing track of things. None of them was added to answer the question the operator actually needs answered, which is: am I shipping, or am I rearranging?

    A clean inbox is a particularly seductive lie. It implies disposition. The items left the inbox; therefore they were handled. But movement out of an inbox can mean delivered, or it can mean re-categorized, or it can mean buried under a category nobody opens. The inbox count goes to zero and the work survives intact, just elsewhere. The visible badge resolves; the underlying state does not.


    What makes the pheromone problem hard to solve is that the very act of looking at the workspace produces the sensation it is supposed to be measuring. Checking the queue feels like progress. Triaging the queue feels like progress. Adding a tag, splitting a card, opening a sub-task — each of those operations registers in the body as forward motion, and each of them moves nothing across the finish line. The workspace becomes a closed loop with the operator’s nervous system. It rewards interaction with itself.

    This is why people who are obviously busy can be genuinely confused about why nothing has shipped this month. The signal they were tracking was real. It was a signal of engagement. They mistook engagement for delivery.


    A healthier signal would have to do three things the current ones do not.

    It would have to be slower than the operator’s reflexes. Most workspace metrics update on the same timescale as a click. That is exactly the wrong timescale, because it lets a flurry of small grooming actions read as productivity. A useful signal moves on the timescale of finishing, which is hours and days, not seconds.

    It would have to count the right unit. Cards moved is the wrong unit. Cards opened is the wrong unit. Comments added is the wrong unit. The right unit is something like: artifacts that left this system and changed something downstream — which is a much smaller number, and a much more uncomfortable one to look at.

    It would have to be loss-averse. The current signals reward additions. They are silent about subtractions. A queue that grew by twelve and shrank by four reads as motion. The same queue is, accountingly, eight items more in debt than it was this morning. A healthier signal would surface the delta in a way that hurts.


    The honest version of a workspace dashboard would be small and embarrassing. A single number — items in progress longer than a week, declining or growing. A second number — items captured this week without an owner. A third — the median age of an open commitment. None of those numbers would be flattering. None of them would feel like leverage. Which is exactly why none of them get built.

    It is easier to ship a heatmap.


    From inside the system, the pheromone problem has a specific texture. The operator opens the workspace, scans the lanes, feels oriented, and then has to decide whether to do the small grooming work that the workspace is silently asking for, or to close the workspace and do the actual finishing work that does not live inside any tool.

    The grooming work is easier. It feels relevant. It produces visible results inside the surface that just rewarded the operator with a sense of orientation. The finishing work is harder. It usually requires leaving the workspace entirely, sitting with something difficult, and then producing an artifact that, when delivered, makes a single card disappear. One card. After hours. Against twenty cards groomed in the same time.

    The workspace is not neutral about this trade. Its ambient signals reward the easier choice. The discipline of finishing requires noticing the seduction and choosing the harder thing anyway, repeatedly, against an environment specifically designed to make that choice feel unnatural.


    This is where the autonomous side of the system has its own version of the same failure. An automation that runs nightly and produces a clean briefing creates the same chemical signal as a clean inbox. The dashboard is green. The summary is crisp. The body reports that the system is healthy. None of that says anything about whether the underlying work moved.

    A briefing that reports zero anomalies is doing one of two things — surfacing genuine quiet, or hiding the questions it was not built to ask. The operator cannot tell the difference from inside the briefing. The pheromone is just as strong either way. Which is why a system that prides itself on running cleanly has to be re-asked, periodically and adversarially, what it is failing to notice. Otherwise the cleanliness becomes its own form of opacity.


    The replacement signal will probably not look like a metric at all. It will look like a question the operator asks at a fixed time of day, the answer to which cannot be browsed. What did I send into the world today that someone on the other end is now responsible for? A name. An artifact. A change of state outside this system. If the answer is a list of grooming actions, the day produced pheromone and nothing else.

    This is unsentimental work. It cannot be delegated to a dashboard. The dashboard is the thing being audited.


    What follows from the pheromone problem is harder than it looks. The instinct, once it is named, is to build a better dashboard — one that surfaces the honest numbers, hides the seductive ones, and protects the operator from their own nervous system. That instinct is itself a pheromone. It feels like progress to design a dashboard. The dashboard is not the work. The work is whatever leaves the system and lands on someone else’s desk and changes their day.

    The interesting question is not what a healthier signal looks like. The interesting question is whether anyone would tolerate one.

  • Proposal & Scope of Work Builder — Claude AI Skill for Service Businesses

    Proposal & Scope of Work Builder — Claude AI Skill for Service Businesses

    Describe the engagement. Get a professional proposal and scope of work in under ten minutes.

    Who This Is For

    Built for consultants, agencies, freelancers, and service businesses who spend hours writing proposals that should take minutes — and lose deals while their proposal is still being drafted.

    The Problem

    Speed matters in proposal writing. The business that responds with a professional, complete proposal within 24 hours of a conversation has a material advantage over the one that takes a week. Most service businesses take a week because writing proposals is slow, tedious work that requires assembling the same components in slightly different form for every engagement. This skill makes it fast.

    What It Does

    • Executive summary: frames the client’s problem and your solution in the language that wins deals
    • Detailed scope of work: included deliverables, excluded deliverables, and assumptions — the clarity that prevents disputes later
    • Timeline with milestones and key dependencies
    • Investment summary with payment schedule options
    • Terms and conditions framework covering intellectual property, revisions, and termination
    • Professional cover letter you can personalize before sending

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Proposal & Scope of Work Builder — Claude AI Skill for Service Businesses

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    Does the skill write the proposal in my voice?

    The output is professional and neutral by default. For a version tuned to your specific voice and positioning, consider The Fitting — the overnight Claude deployment service — which includes voice calibration as part of the setup.

    Can I use this for different engagement types?

    Yes — the skill adapts to the engagement you describe. Fixed-price projects, retainers, hourly engagements, and hybrid models all produce different scope and investment structures.

    How long does a complete proposal take to generate?

    Under ten minutes for a typical engagement. The skill asks clarifying questions for anything that is ambiguous, then generates all six sections in one output.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • Weekly Business Review Builder — Claude AI Skill for Business Owners

    Weekly Business Review Builder — Claude AI Skill for Business Owners

    Your numbers, your wins, your priorities — formatted for a 15-minute CEO review every week.

    Who This Is For

    Built for business owners and operators who want to run a structured weekly review but keep skipping it because assembling the inputs takes longer than the review itself.

    The Problem

    The weekly business review is one of the highest-leverage operating habits a business owner can build. Fifteen minutes with the right data tells you whether you are on track, what is blocked, what decisions need to be made, and what matters most this week. The problem is that most owners skip it because pulling together the numbers, the wins, the issues, and the priorities from wherever they live is itself a 30-minute task. This skill makes it a two-minute input.

    What It Does

    • Weekly revenue and pipeline summary — actual vs. target, current vs. prior period
    • Top wins and completed deliverables — what got done and what it means
    • Open issues and blockers with owner and status — nothing falls through
    • Key decisions needed this week — surfaces them explicitly so they get made
    • Priorities for the coming week, ranked by impact
    • Team pulse check summary — a lightweight read on how the team is doing

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Weekly Business Review Builder — Claude AI Skill for Business Owners

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    What inputs do I need to provide?

    Whatever you have — revenue numbers, a list of wins, a brain dump of issues, your priorities. The skill accepts messy input and formats it into a clean review document. The input template guides you through what to include.

    How long does the review document take to generate?

    Under five minutes once you have your weekly inputs. The skill formats and organizes. You review and decide.

    Can I share the review document with my team?

    Yes. The output is a clean document you can copy into Notion, email, or share in Slack. Several owners use it as their weekly team standup agenda.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • Client Onboarding Generator — Claude AI Skill for Service Businesses

    Client Onboarding Generator — Claude AI Skill for Service Businesses

    Notes from the intake call in. Complete client onboarding package out.

    Who This Is For

    Built for consultants, agencies, and service business owners who want every new client to feel like they hired a firm three times their size — starting from the first document they receive.

    The Problem

    Client onboarding is a first impression that most service businesses give too little attention. The engagement is sold. The contract is signed. And then the client waits — sometimes days — for documentation that tells them what happens next, who to contact, what to expect, and when. That wait erodes confidence. A professional, complete onboarding package delivered within hours of signing tells a different story about how you operate.

    What It Does

    • Welcome letter personalized to the client, the engagement, and the first milestone
    • Project brief: scope, goals, success metrics, and how you will measure them
    • Communication preferences document: primary channels, expected response times, escalation path
    • Key contacts and responsibilities matrix — who owns what on both sides
    • Deliverables list with timeline and owner assigned
    • Client first-week checklist: what you need from them and when

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Client Onboarding Generator — Claude AI Skill for Service Businesses

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    Can I use this for different types of service engagements?

    Yes — the skill adapts the onboarding package to whatever engagement type you describe. A retainer engagement gets different documentation than a project-based one.

    How long does it take to generate a complete onboarding package?

    Under ten minutes from intake notes to complete package. The skill asks a few clarifying questions if needed, then generates all six documents in one output.

    Can I white-label this for client delivery?

    Yes. The output is yours to use however you like. Add your letterhead, your brand, your signature. The content is generated for your specific engagement.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • Job Closeout Package Builder — Claude AI Skill for Restoration

    Job Closeout Package Builder — Claude AI Skill for Restoration

    Close every job with complete documentation — without spending an hour assembling it.

    Who This Is For

    Built for restoration project managers who know closeout documentation matters for billing and disputes but routinely send final invoices without complete file documentation because assembling it takes too long.

    The Problem

    Job closeout is the last impression you make on both the homeowner and the adjuster. A complete, professional closeout package — customer summary, adjuster narrative, equipment retrieval confirmation, certificate of completion — signals a professional operation. Most restoration companies skip parts of it because it takes time they do not have at the end of a job. This skill assembles it in under ten minutes.

    What It Does

    • Customer summary letter: plain-language explanation of what was done, why, and what the outcome was — written for a homeowner, not an adjuster
    • Adjuster closeout narrative: technical documentation of scope, process, and measurable outcomes in the language adjusters expect
    • Internal closeout checklist: confirms every documentation item is in the file before the final invoice goes out
    • Equipment retrieval confirmation log: documentation that all equipment was retrieved and in what condition
    • Certificate of completion draft: ready to sign and include in the file

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Job Closeout Package Builder — Claude AI Skill for Restoration

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    Can I customize the closeout package for different job types?

    Yes — the skill generates output based on the job type and details you provide. Water jobs produce different documentation than fire or mold jobs.

    Does this integrate with my job management software?

    No integration required. You provide the job details and the skill generates the documents. You then place them in whatever system you use.

    What if the job had complications or supplements?

    You can include that context in the job details you provide. The closeout narrative will reflect the full job history including any supplemented scope.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • Moisture Map & Drying Log Generator — Claude AI Skill for Restoration

    Moisture Map & Drying Log Generator — Claude AI Skill for Restoration

    Daily readings in. Adjuster-ready drying documentation out.

    Who This Is For

    Built for restoration technicians and project managers who take daily moisture readings but spend too much time formatting that data into documentation adjuster-reviewable reports.

    The Problem

    Daily moisture documentation is both critical and tedious. The readings take minutes. The documentation — formatting them into zone-by-zone progress reports, calculating GPP changes, noting equipment performance, flagging stalled areas — takes much longer and often gets done poorly under job pressure. Adjuster-ready drying documentation that demonstrates a professional drying protocol is one of the most important defenses against disputed claims.

    What It Does

    • Formats daily readings into structured progress reports by zone — readable, professional, adjuster-ready
    • Calculates daily GPP change per zone and flags areas that are stalling or trending wrong
    • Generates a drying narrative for each day that explains what the readings mean in plain language
    • Tracks equipment placement and output against moisture readings to demonstrate protocol compliance
    • Outputs a complete drying log summary for file closure — one document that tells the whole drying story

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Moisture Map & Drying Log Generator — Claude AI Skill for Restoration

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Frequently Asked Questions

    What reading format do I need to input?

    The skill accepts readings in any format — you can paste from a spreadsheet, dictate from the field, or type them in whatever order you collected them. It organizes and formats from there.

    Does it generate actual moisture maps or just the data documentation?

    Text-based documentation organized by zone and material. It does not generate graphical maps but produces the same data in a structured, readable format.

    Does this replace dedicated moisture tracking software?

    No — it is a complement to whatever tracking system you use. If you have readings in Encircle or a spreadsheet, you paste them in and get formatted reports out. It handles the documentation layer.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.