start

Routes users to onboarding workflows based on their stated starting point and context.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill start-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/start
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill start-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

First-time onboarding — asks where you are, then guides you to the right workflow. No assumptions.

Core Features & Use Cases

  • Onboarding orchestration: asks the user for their starting point and routes them to the appropriate workflow.
  • Context-aware evaluation: silently gathers project state (engine, concepts, code, docs) to tailor recommendations.
  • Option-based navigation: presents follow-up steps and paths based on user status and available artifacts.
  • Use Case: A brand-new user with no concept is guided to brainstorm, engine setup is suggested if needed, and a plan is laid out toward map-systems and prototyping.

Quick Start

Guide me through onboarding by asking where I stand and routing me to the appropriate workflow.

Frequently Asked Questions about start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does onboarding workflow routing work for new game studio users?

Onboarding workflow routing evaluates a new user's starting point through context checks, then directs them to the appropriate workflow such as brainstorming, engine setup, systems mapping, or sprint planning based on their current project state and available artifacts.

What is the best way to guide someone with no game concept through project onboarding?

The best way to guide someone with no concept is to route them directly to the brainstorming workflow, followed by suggesting engine setup and laying out a plan toward systems mapping and prototyping to establish a foundational project structure.

Can onboarding routing detect existing project artifacts and code?

Yes, onboarding routing performs context-aware evaluation to silently gather project state including existing engine, concepts, code, and documentation, tailoring recommended paths and follow-up steps based on those available artifacts.

Does this user guidance system support routing for users with a clear concept versus vague ideas?

Yes, the user guidance system supports routing for users with no idea, vague ideas, a clear concept, or existing work, directing them to brainstorm, engine setup, systems mapping, or sprint planning workflows as needed.

How do I start onboarding when I have existing code but need sprint planning?

You start onboarding by stating your status, and the decision logic will perform context checks on your existing code and artifacts, routing you directly to the sprint planning workflow to organize your next development steps.