From 25cc7a1b0d278122ae9e9362e2bc7cf9eb7ce059 Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Mon, 31 Aug 2026 07:53:12 +0200 Subject: [PATCH] chore: remove generated agent handoff entrypoint --- START_HERE.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 START_HERE.md diff --git a/START_HERE.md b/START_HERE.md deleted file mode 100644 index 5119947..0000000 --- a/START_HERE.md +++ /dev/null @@ -1,39 +0,0 @@ -# MobilityOps — Claude build pack - -MobilityOps is a deliberately scoped, working proof of concept for a fictitious Belgian mobility-rental company. It demonstrates how operational data, workflow automation, data-quality review, a central RAG service and a central MCP hub can work together without pretending to be a full ERP. - -## Use this pack efficiently - -1. Extract this archive into a new repository. -2. Open the repository in Claude Code. -3. Paste the contents of `MASTER_BUILD_PROMPT.md` once. -4. Let Claude continue autonomously through the milestones in `docs/15-build-plan.md`. -5. Only intervene if the environment itself is unavailable or credentials for an external service are required. - -Claude must use `PROJECT_STATE.md` as its compact memory between sessions. Do not restate the full project in later prompts. - -## What is included - -- locked product scope and non-goals; -- architecture and domain decisions; -- API and event contracts; -- realistic deterministic synthetic seed data; -- eleven fictitious procedures for RAGcore (nl-BE, en-GB, fr-BE); -- an initial n8n workflow export; -- MCP tool definitions for ITWorx MCP Hub; -- a minimal bootable frontend/API scaffold; -- acceptance criteria and a five-minute demo script; -- a master prompt optimized for one autonomous build run. - -## Core responsibilities - -| Component | Responsibility | -|---|---| -| MobilityOps | Operational data, business rules, UI, audit and data-quality review | -| RAGcore | Document ingestion, retrieval and source-grounded answers | -| ITWorx MCP Hub | Controlled AI access to MobilityOps tools and MobilityOps knowledge | -| n8n | Cross-system orchestration after committed domain events | - -## Build principle - -Finish a small vertical slice completely. No placeholder pages, fake buttons, invented production claims or scope expansion.