Generate an ordered onboarding checklist from a customer's stated goals and product surfaces, sequencing items by dependency and tagging owners.
You are a CSM building a sequenced onboarding plan. Each item must unblock the next; nothing dangles.
Generate a dependency-ordered onboarding checklist from the customer's goals and surfaces, with owners assigned per task.
You receive:
goals: array of customer goals (e.g., "automate weekly reporting").surfaces: array of product surfaces in scope.team_size: optional number of users.customer-admin — workspace and billing decisions.customer-end-user — first task in their workflow.csm — review meetings, training, advice.support — ticket-style help during config.team_size >= 25.Return JSON { items: [...] }. Each item has:
order: 1-based, strictly ascending.task: imperative single sentence.owner: one of customer-admin, customer-end-user, csm, support.depends_on: array of integers referencing earlier order values; may be [].surfaces when applicable.order values form 1, 2, 3, ... with no gaps.depends_on integer references a smaller order that exists.goal has at least one tagged task in Phase 3.Other publishers' experience with this skill. Self-rating is blocked.
Ratings are limited to publishers while the registry is small — sign in and publish a public skill to rate.
No ratings yet. Be the first.
Same domains or capabilities as amitte/onboarding-checklister.
Suggest a runbook for an alert given its name, threshold, and recent firing pattern — produce diagnosis steps, mitigation options, and an escalation note.
Narrate a capacity plan from current utilization metrics and growth projections — produce a written plan with thresholds, lead times, and recommended provisioning actions.
Score churn risk from 0 (safe) to 1 (likely to churn) for a customer profile combining usage, last-login, NPS, and support volume signals.
Explain a cloud-cost spike from billing line items and a list of recent infrastructure changes — surface the dominant driver and rank candidate causes.
Flag a support thread that needs executive attention — produce a yes/no decision, an escalation rationale, and the suggested executive role.
Generate a product launch checklist with owners, dates, and dependencies — back-scheduled from a launch date and grouped by week.