.cursor/skills/architecture-maintainer/SKILL.md
Maintains Cantor architecture documentation with an index-plus-domain model. Use when code changes affect architecture, data flow, job execution, tools, auth/security, channels, schema, or UX flows.
npx skillsauth add alexwox/genesis-template architecture-maintainerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Keep Cantor architecture docs consistent without bloating root architecture.md.
architecture.md is a compact index.docs/architecture/*.md contains subsystem details.architecture.md.src/agent/**, src/chat/**, src/app/api/chat/** -> docs/architecture/chat-and-agent.mdsrc/agent/tools/**, src/agent/execution/**, src/app/api/preview/**, src/preview-proxy/** -> docs/architecture/tools-and-execution.mdsrc/jobs/** -> docs/architecture/jobs-heartbeats-and-scheduling.mdsrc/channels/**, src/app/api/telegram/** -> docs/architecture/channels-and-telegram.mdsrc/webhooks/**, src/server/trpc/routers/webhooks.ts, src/app/api/webhooks/** -> docs/architecture/webhooks.mdsrc/sessions/**, src/server/trpc/routers/sessions.ts -> docs/architecture/sessions-and-state.mdsrc/agent/skills/**, src/server/trpc/routers/skills.ts, src/server/trpc/routers/skills-installer.ts, src/server/trpc/routers/skills-helpers.ts, src/app/(chat)/skills/**, src/app/admin/skills/** -> docs/architecture/skills-and-registry.mdsrc/auth/**, src/server/trpc/context.ts, src/server/trpc/index.ts -> docs/architecture/auth-and-security.mdsrc/server/db/**, drizzle/**, src/uploads/** -> docs/architecture/data-model-and-storage.mdsrc/app/(chat)/**, src/components/**, src/lib/analytics* -> docs/architecture/frontend-and-ux-flows.mdRoot architecture.md should contain only:
Do not append feature deep-dives to root.
Append to impacted domain docs:
## Delta: YYYY-MM-DD - <short title>
- What changed:
- Why:
- Impact:
- Entry points:
Keep each delta short and concrete.
architecture.md remains compact index-style.tools
Translate role-based organizations into workflow-based organizations by decomposing roles into scored tasks, extracting dark playbooks (proprietary tacit knowledge), formalizing workflows, calculating automation ROI, and producing a sequenced automation roadmap. Use when a company wants to identify what work can be automated, extract undocumented expert knowledge, or build an automation strategy.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Builds stakeholder-friendly project status updates from markdown sources. Use when asked for progress reports, implementation status, future plans, UI/UX flow summaries, infrastructure/data-flow summaries, risks, code smells, or scout-principle improvement notes.
development
Repeatable playbook for finding and interviewing key stakeholders to validate an offer pillar hypothesis. Produces a pain proximity map, target list, outreach plan, interview protocol, and structured synthesis of findings. Use when a hypothesis needs human validation before building.