askill
ZempTime

ZempTime

Publisher on askill

39 total stars
Skills17
Updated 2/14/2026
GitHub
vanilla-rails-models
vanilla-rails-models
ZempTime2/14/2026

Use when writing Rails models - enforces state-as-records not booleans, concerns as adjectives namespaced under model, invocation ordering, and private indentation

3
AI 95
gap-analysis
gap-analysis
ZempTime2/14/2026

Use when identifying where user mental models diverge from system reality, where moments of truth occur, and where information scent misleads — finds the structural causes of confusion

3
AI 82
writing-affordances
writing-affordances
ZempTime2/14/2026

Use when refactoring fat Rails models with repetitive prefixes like entropy_*, notification_*, or multi-association coordination. Extracts PORO wrappers that group operations around nouns/concepts.

3
AI 82
vanilla-rails-style
vanilla-rails-style
ZempTime2/14/2026

Use when writing Ruby/Rails code - enforces expanded conditionals over guard clauses, private indentation, invocation-order methods, and bang method restrictions that contradict standard Ruby guides

3
AI 72
vanilla-rails-delegated-types
vanilla-rails-delegated-types
ZempTime2/14/2026

Use when designing content systems where 5+ distinct types need to comingle in feeds, timelines, or searches with shared metadata and operations - NOT for simple polymorphic associations or 1-3 simila...

3
AI 70
actor-profile
actor-profile
ZempTime2/14/2026

Use when defining who the actors in a service are — segments, JTBD forces, context, constraints, and relationships between actors

2
AI 92
vanilla-rails-data-modeling
vanilla-rails-data-modeling
ZempTime2/14/2026

Use when designing database schema, writing migrations, or making data storage decisions - enforces UUIDs, account_id multi-tenancy, no foreign keys, and proper index patterns

2
AI 91
vanilla-rails-routing
vanilla-rails-routing
ZempTime2/14/2026

Use when defining Rails routes, organizing controller directories, or adding resources - enforces resource extraction, shallow nesting, resolve helpers, and module scoping

2
AI 88
journey-map
journey-map
ZempTime2/14/2026

Use when mapping what a user experiences over time — actions, thoughts, emotions, touchpoints across pre-service, during-service, and post-service stages

2
AI 83
vanilla-rails-jobs
vanilla-rails-jobs
ZempTime2/14/2026

Use when writing background jobs or async operations - enforces thin job wrappers (3-5 lines) that delegate to models using _later/_now naming pattern

2
AI 82
service-design-ingest
service-design-ingest
ZempTime2/14/2026

Use when you have new source material (transcripts, interviews, support logs, docs, code changes) and want to reason about what existing service design artifacts need updating

2
AI 82
service-diagnosis
service-diagnosis
ZempTime2/14/2026

Use when identifying bottlenecks, waste, and failure modes in a service — designs PDSA improvement experiments with lane-anchored measures

2
AI 82
vanilla-rails-controllers
vanilla-rails-controllers
ZempTime2/14/2026

Use when writing Rails controllers or implementing state changes - enforces resource extraction, thin controllers delegating to models, params.expect, and controller concerns for scoping

2
AI 78
vanilla-rails-naming
vanilla-rails-naming
ZempTime2/14/2026

Use when naming classes, methods, routes in vanilla Rails codebases - enforces concern adjectives (-able/-ible only), no bangs for state, resource naming cascade, and commit message format

2
AI 78
service-design-coordinator
service-design-coordinator
ZempTime2/14/2026

Use when starting or continuing service design analysis for a project — checks what artifacts exist, identifies gaps, recommends which analytical skill to run next

2
AI 78
empathy-analysis
empathy-analysis
ZempTime2/14/2026

Use when you need to understand what users believe, feel, and predict — builds empathy maps with emotional/informational layers from research, transcripts, and code

2
AI 74
vanilla-rails-views
vanilla-rails-views
ZempTime2/14/2026

Use when writing ERB templates, partials, view helpers, or Turbo Stream responses - covers partial organization, optional locals, CSS class patterns, collection rendering

2
Showing all 17 skills.