Ongoing 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
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)
Pull executions from n8n (past 7 days)
Document each error found
Check for recurring errors
Resolve or escalate
What to Monitor
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
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}.mdExamples:
oauth-token-expired-google.mdwebhook-timeout-large-payload.mdrate-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
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
URGENT
Same day
24-48 hours
Normal
24-48 hours
Within week
Low
48 hours
Scheduled
Triage Flow
Classification & Billing
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
Response Templates
Bug Fix (Our Fault):
Bug Fix (Not Our Fault):
Feature Request:
Part 5: Hours Tracking
Log After Every Task
Client
{CODE}
Date
{DATE}
Task
{Brief description}
Category
Health Check / Bug Fix / Optimization / Support
Time Spent
{X} minutes
Type
Allocation / Billable / Free
Allocation Guide
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
< 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
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