GridWork HQ
AI Pipelines

Scope Audit Pipeline

Automated project scope monitoring — detects scope creep against build plans.

Scope Audit Pipeline

The scope-audit pipeline runs via cron and compares active client tasks against their approved build plans to detect scope creep.

Quick Reference

FieldValue
TriggerCron only — not user-triggered
DomainOperations
ModelOpus
RequiresNotion API access, client folder with build-plan.md
OutputScope analysis at .output/reports/scope-audit-[client].md

What It Does

  1. Fetches all active tasks for each client from Notion
  2. Reads the client's build-plan.md from the knowledge vault
  3. Compares each task against the deliverables defined in the build plan
  4. Flags tasks that fall outside the agreed scope
  5. Calculates estimated cost of out-of-scope work using the configured hourly rate
  6. Writes the analysis report

Output Format

  • Status — green (all in scope) or red (scope creep detected)
  • In-scope tasks with build-plan references
  • Out-of-scope tasks with estimated hours and cost
  • Recommendation on whether to flag with the client

Requirements

  • Notion API accessible
  • At least one active client
  • Client folder with build-plan.md and context.yaml

On this page