githubEdit

file-linesOngoing Operations

Ongoing Operations

Outcome: Client informed weekly, systems healthy, support handled, hours tracked Trigger: Weekly (Friday report) + As needed (support requests) Duration: ~90 min/week (monitoring + report + support)

Quick Reference

Activity
Frequency
Time

Weekly Error Review

Friday (before report)

15-20 min

Friday Weekly Report

Every Friday

30 min

Support requests

As received

15-60 min each

Hours tracking

After every task

5 min

Core Deliverable: The Friday Weekly Report is the primary client touchpoint—it IS the health check output.


Full Guide

Part 1: Weekly Error Review (Friday, before report)

Step-by-Step Error Check (15-20 min)

  1. Pull executions from n8n (past 7 days)

  2. Document each error found

  3. Check for recurring errors

  4. Resolve or escalate

What to Monitor

Check
How to Check
Expected
Action if Wrong

Workflow active

n8n UI → workflow toggle

Toggle ON

Investigate why disabled

Weekly errors

n8n executions list (status: error)

Zero or < 3

Create learning if recurring

Error patterns

Check learnings/ops/ folder

No new patterns

Document if pattern emerging

Credential status

n8n credentials page

Valid, not expiring

Renew 7 days before expiry

Issue Severity

Severity
Definition
Action

Critical

System down, data loss risk

Fix immediately, notify client

High

Major feature broken

Fix within 24hrs

Medium

Minor issue, workaround exists

Fix this week

Low

Cosmetic, no impact

Add to backlog

Critical issue? → Stop everything, fix now, notify client immediately.

Log Issues Found

Save to: clients/{CODE}/context/operations/issues-{DATE}.md


Part 2: Error Learning Capture

Purpose: Break the cycle of recurring errors by documenting solutions we can reference.

When to Create a Learning

Create a learning file when:

  • Same error type appears 2+ times (across any clients)

  • Error took significant time to debug (>30 min)

  • Solution isn't obvious from the error message

  • External system change caused the error (likely to affect other clients)

Learning File Location & Naming

  • Location: the-entourage-ai/context/learnings/ops/

  • Naming: {error-type}-{brief-desc}.md

  • Examples:

    • oauth-token-expired-google.md

    • webhook-timeout-large-payload.md

    • rate-limit-openai-batch.md

Learning File Template


Part 3: Friday Weekly Report (Client-facing)

The Friday Weekly Report IS the health check deliverable. This single email demonstrates value and keeps clients informed.

Report Preparation Checklist

Friday Pattern Review (before writing report):

Standard prep:

Friday Weekly Report Email

When to send: Every Friday Command: /create:email {CODE} --type friday-report

ROI Calculation Method

Report Scenarios

This Week
Adjustments

Normal, no issues

Standard report

Issues found and fixed

Add "ISSUES RESOLVED" section

Major incident occurred

Lead with incident summary

Low activity week

Note any seasonal patterns


Part 4: Support Request Handling

Response Times

Priority
Acknowledgment
Resolution

URGENT

Same day

24-48 hours

Normal

24-48 hours

Within week

Low

48 hours

Scheduled

Triage Flow

Classification & Billing

Category
Signals
Billing
Action

BUG (ours)

Our code broke

Free

Fix immediately

BUG (external)

Their system changed

Billable

Quote first

FEATURE

"Can we add", "I want"

Allocation or billable

Scope and quote

QUESTION

"How do I", "Help"

Usually free

Answer promptly

NEW WORKFLOW

"Another automation"

$8,995 + $995/mo

Response Templates

Bug Fix (Our Fault):

Bug Fix (Not Our Fault):

Feature Request:


Part 5: Hours Tracking

Log After Every Task

Field
Value

Client

{CODE}

Date

{DATE}

Task

{Brief description}

Category

Health Check / Bug Fix / Optimization / Support

Time Spent

{X} minutes

Type

Allocation / Billable / Free

Allocation Guide

Work Type
Counts Against

Weekly error review

Allocation

Friday report

Allocation

Bug fix (ours)

Free

Bug fix (external)

Billable

Optimization

Allocation

Enhancement

Allocation

Support response

Allocation

Feature request

Allocation or Billable

Monthly Allocation

  • 6 hours per workflow per month

  • Example: 2 workflows = 12 hours/month allocation

Threshold Actions

% Used
Status
Action

< 75%

Green

Continue normally

75-90%

Orange

Send proactive notification

90-100%

Red

Plan carefully, alert client

100%+

Stop

Get written approval

Hours Warning (at 75%)

Command: /create:email {CODE} --type hours-warning


Pricing Reference

Item
Value

Monthly fee

$995/workflow

Dev hours included

6 hrs/workflow/month

Overage rate

$250/hr (quoted first)

New workflows

$8,995 build + $995/month

Support email

Response time

24-48 hours (URGENT = same day)


Verify

Next: Expansion Consultation (on-demand, when client interested)

Last updated