feat: add Interview Prep Town (content-only)#22
Open
AggManik wants to merge 8 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new showcase town — Interview Prep Town (
interview-prep) — a content-only town with 4 department buildings, each housing role-specific dual-mode (Coach / Mock Interview) NPCs. No engine, catalog, or schema changes; purelytowns/interview-prep/content plus the spec/plan docs.11 NPCs total, each following the shared template: Identity → dual-mode behavior (Coach / Mock Interview) → Role knowledge → Question bank → Rubric → Difficulty tiers → Style. Every department building has
groupChatEnabled: truefor panel-style[G]group chats.Files
towns/interview-prep/town.json— 5 buildings (home + 4 departments)towns/interview-prep/customPlots/{tech,sales,marketing,product}/plot.json— 4 custom plots, 10×7 interior footprint, all sprites reused from the existing catalog (no uploads needed)towns/interview-prep/npcs/*.mdx— 11 role NPC promptsdocs/superpowers/specs/2026-07-03-interview-prep-town-design.md— product specdocs/superpowers/plans/2026-07-03-interview-prep-town.md— implementation planImportant: town ownership
Like
roast-town, this town's ownership is PAT-based at deploy time (there's no owner field in content —Town.ownerIdinpackages/dbis set from the authenticated user when the town is first created, and is immutable afterward). This must be deployed using the same dedicated CORE-support account that ownsroast-town— not a personal account — since a workspace can now own multiple towns.How this was verified
Every task was validated with the structural check scripts from the plan (JSON parsing, slot-id ↔ NPC-filename consistency, sprite-ref presence in
packages/catalog/src/catalog.json, Block B1/B2 boilerplate fully expanded with no leftover placeholders). A final whole-branch review confirmed:packages/orapps/(content-only, as required)town.jsonhas exactly 5 buildings, all departments havegroupChatEnabled: true, and eachplotKey/variantIdpair matches itsplot.jsonTest plan
pnpm --filter @redplanethq/town run dev-cli -- deploy --dir "$(pwd)/towns/interview-prep" --slug interview-prepas the CORE-support account[G]opens department group chat; no NPC breaks character🤖 Generated with Claude Code