1.4 KiB
Paste this once into Claude Code
Build MobilityOps autonomously from this repository.
First read START_HERE.md, CLAUDE.md, PROJECT_STATE.md and docs/15-build-plan.md. Treat the repository specifications and contracts as binding. Do not ask me questions that the files already answer, do not broaden the PoC, and do not stop after a milestone.
Implement the milestones in order. For each milestone:
- read only the documents listed for that milestone;
- implement the smallest complete solution;
- run the specified validation plus relevant regression tests;
- fix failures using evidence rather than guesses;
- update
PROJECT_STATE.mdwith concise evidence and the exact next step; - commit the completed milestone;
- continue immediately.
MobilityOps owns operational data and business rules. RAGcore owns retrieval and grounded answers. ITWorx MCP Hub owns MCP publication and policy. n8n only orchestrates post-commit workflows. Use configurable adapters and working degraded modes so the core demo remains usable when any external service is absent.
The finished PoC must be reproducible from a clean checkout, have no dead UI, use deterministic synthetic data, support the documented five-minute demo, and satisfy every criterion in docs/14-testing-and-acceptance.md.
Keep chat output brief. Spend the available context on code, tests, validation and final evidence. Begin now and continue until the repository is complete.