skills/create-crm/SKILL.md
--- name: create-crm description: Domain generator for a real-estate CRM module. Runs Brian Casel's shape-PRD-then-milestone method with a dossier-first Dutch real-estate model baked in, then hands the sliced backlog to the local factory to build. The component /ro:brief-to-live calls when a brief is "build a CRM". Handles greenfield (clean dossier-first schema) and brownfield (migrate an existing contact-centric spine, Makely-style) on the Next.js + Supabase + Drizzle stack. Triggers on "create
npx skillsauth add RonanCodes/ronan-skills skills/create-crmInstall 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.
The CRM-domain generator. Two halves, matching Brian Casel's method:
/ro:write-a-prd is that the Dutch real-estate model in reference.md is
pre-loaded.This is a component. /ro:brief-to-live is the umbrella; it calls create-crm in its
build phase when the brief is a CRM. create-crm also runs standalone.
Casel's core idea: an internal tool can hard-code the fields and pipeline stages it
needs instead of building a configuration UI for them. So create-crm hard-codes the
real-estate stages and the dossier field set (see reference.md). It does NOT build a
generic field-builder or per-tenant pipeline editor. A customer who needs a variant gets
a code change in their deployment, not a settings screen. (Open: if Makely's own
customers each want their own pipeline, that becomes per-deployment hard-coding, still
not a multi-tenant field UI. Confirm before assuming multi-tenant.)
This branch changes everything downstream, so resolve it first (ask if --mode not given).
/ro:new-app or /ro:new-tanstack-app. The
dossier-first schema is written clean from reference.md. No migration./ro:supabase reconcile (drizzle-kit pull) to introspect the live DB into
schema.ts, because CRM tables were often applied via direct-host DDL and never
entered the repo. Also read any crm_rebuild_* / sync RPCs (they live only in the DB).
Only then plan the dossier migration as a normal reviewable drizzle-kit generate.Run Casel's shape steps, each a confirm-or-correct loop. Pre-fill every step from
reference.md so Ronan is editing a strong draft, not answering from scratch. Use
AskUserQuestion per decision; loop until each is locked.
reference.md): dossier 360,
pipeline/kanban, activity timeline, tasks/follow-ups, document vault, mortgage /
insurance / notary tracking, multi-channel intake, CRM-as-tools.reference.md has the
mapping for Makely).audit_events, document-vault blob/meta
split (BSN-free), per-source external-ID map, consent tracking. Retrofitting these is
painful, so they go in the PRD's data model, not a later milestone.Output the PRD. Default to /ro:write-a-prd (GitHub parent issue per feature) so it
plugs into the factory. If Ronan prefers Casel's exact artefact, also write
_build_plan/PRD.html (visual, scannable) and treat _build_plan/ as deletable
scaffolding once shipped.
/ro:slice-into-issues turns each parent into vertical-slice child
issues (one PR each, ready-for-agent), in milestone/dependency order./ro:ultracode (the brief-to-live build engine),
or /ro:planner-worker / /ro:ralph for a smaller drain. Each slice gets a fresh
context, opens one PR, is reviewed, merged, deployed.reference.md documents the existing plumbing so the build extends it instead of
rebuilding it: the single tools.ts tool layer (CRM ops become ToolSpec entries that
work across chat + voice + MCP for free), role guards, and the append-only activities
timeline. New dossier tools follow the existing ToolSpec + ROLE_TOOLS pattern.
Write phase state alongside the PRD so --resume re-enters mid-flow (shape decisions
locked so far, the greenfield/brownfield call, which milestone the build reached).
/ro:brief-to-live — the umbrella that calls this for CRM briefs./ro:supabase reconcile — the brownfield first step (drizzle-kit pull)./ro:write-a-prd, /ro:slice-into-issues, /ro:ultracode — the factory this hands to.reference.md — the baked-in Dutch real-estate dossier-first domain model.testing
--- name: linear-pipeline description: The Fable orchestrator for a single dispatched Linear ticket. Holds almost no context itself; it receives `--issue <ID> --detached`, decides the stage sequence, and fans out a sub-agent per stage, passing forward only each stage's artifact (never re-derived, never inlined into its own context). Step zero, before any planning or stage routing, is a boundary triage against `canon/security-boundary.md` (#199): a match tags Ronan Connolly and stops the run, no
development
--- name: in-your-face description: Capture a chat-only answer into a durable artifact (markdown + HTML, PDF when cheap) and launch it automatically so the user cannot miss it. Use when user says "in your face", "don't let me lose this", "save that answer", "make that durable", or right after answering a substantive side question (a recipe, comparison, how-to, or generated prompt) that would otherwise die with the context. category: workflow argument-hint: [--no-open] [--vault <short>] [hint of
tools
One-shot headless OpenAI Codex CLI calls for background/admin AI tasks — summaries, classification, extraction, admin glue. The default engine for anything that runs AI constantly in the background (daemon-driven, per-event), because it bills the flat ChatGPT subscription instead of Claude usage or per-token API spend, and it keeps working while Claude is rate-limited. NEVER for coding — coding stays Claude. Use when a skill or daemon needs a cheap always-on AI call, when the user says "use codex", "ask codex", "codex as backup", or when building a background summarizer/classifier into a listener or loop. Reads auth from ~/.codex/auth.json (ChatGPT account, no API key).
research
Turn a warranty rejection, repair quote, or RMA email into a cited decision brief — legal read (NL/EU consumer law), is the part user-serviceable, live part and new-unit prices, repair-vs-DIY-vs-new economics, before-you-send-it checklist, deadlines. Use when the user pastes or screenshots a repair quote, warranty rejection, "not covered" email, onderzoekskosten fee, or asks "should I repair or replace this".