start

Initialize AI development sessions by loading .trellis context and classifying tasks into workflows.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/alleneee/topsport-agent --skill start-alleneee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/alleneee/topsport-agent/tree/main/.agents/skills/start
Command: npx skills add https://github.com/alleneee/topsport-agent --skill start-alleneee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or re-establishing project context.

Core Features & Use Cases

  • Initialize session by loading context from .trellis and classifying tasks to route to brainstorming, direct edit, or task workflow.
  • Retrieve developer identity and git status to align work items with the current project state.
  • Maintain and reuse session context across activations for consistent project navigation and onboarding.

Quick Start

Launch the start skill to initialize a new AI development session and load the current project context.

Frequently Asked Questions about start

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

FAQPage Schema
How do I initialize an AI development session with project context?

To initialize an AI development session, launch the start skill to load workflow guides, developer identity, git status, and project guidelines from the .trellis directory, ensuring your coding environment has full context.

How does task routing work when starting a new coding task?

Task routing works by classifying incoming tasks based on loaded project context, then directing execution to brainstorming, direct edit, or a structured task workflow to match the specific requirements.

Can I resume work on an existing project using session management?

Yes, you can resume work using session management because the skill maintains and reuses session context across activations, supporting consistent project navigation and seamless onboarding when re-entering a development environment.

Do I need a .trellis directory to load workflow guides and git status?

Yes, the .trellis directory is required because the skill reads developer identity, active tasks, and project guidelines from it to classify incoming tasks and route execution correctly during session initialization.

What is the best way to align active tasks with current git status?

The best way to align active tasks with git status is to initialize the session using this skill, which automatically retrieves both developer identity and repository state to synchronize your work items with the current project state.