Context
Three consistency problems in the server texts and one missing behavior:
src/server.ts instructions list "Grundriss-Verschönerung, Video, Social-Media-Kit (in Kürze)" while step 5 of the same instructions tells the model to call generate_marketing (which delivers the social kit + exposé + video). Self-contradiction.
- Quota wording: instructions +
skill/SKILL.md must consistently say 3 kostenlose Bilder (product decision; app enforces 3 for new trials).
generate_marketing (app side /api/mcp/generate) will return a skipped array per this fixed contract (built in parallel in immostage-3d #27 — build against the contract, do not wait for it):
"skipped": [{ "feature": "video", "reason": "pro_required", "upgradeUrl": "https://..." }]
Acceptance criteria
Guardrails
All user-facing text German. Do not register the deferred Phase-F tools.
Context
Three consistency problems in the server texts and one missing behavior:
src/server.tsinstructions list "Grundriss-Verschönerung, Video, Social-Media-Kit (in Kürze)" while step 5 of the same instructions tells the model to callgenerate_marketing(which delivers the social kit + exposé + video). Self-contradiction.skill/SKILL.mdmust consistently say 3 kostenlose Bilder (product decision; app enforces 3 for new trials).generate_marketing(app side/api/mcp/generate) will return askippedarray per this fixed contract (built in parallel in immostage-3d #27 — build against the contract, do not wait for it):Acceptance criteria
server.tsinstructions accurately describe what is available today: Virtuelles Staging + Marketing-Paket (Social-Posts, Exposé-PDF, Video — Video nur im Pro-Plan) verfügbar; NUR Grundriss-Verschönerung as "in Kürze". No contradiction with the workflow steps.server.tsinstructions, tool descriptions, andskill/SKILL.md.src/tools/generate-marketing.tsparsesskipped[]from the app response (tolerating its absence for backward compatibility) and, when present, appends a German note telling the user which features were skipped and the upgrade link, e.g. "Hinweis: Das Immobilien-Video ist im Pro-Plan enthalten. Jetzt upgraden: {upgradeUrl}".skipped:[{feature:'video',reason:'pro_required',upgradeUrl:'https://x'}]asserts the tool text contains the hint + URL; mocked response withoutskippedasserts today's text.npx tsc --noEmitexits 0.Guardrails
All user-facing text German. Do not register the deferred Phase-F tools.