start

Initialize AI development sessions by loading workflow guides and project context.

3.9k|339|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zhukunpenglinyutong/desktop-cc-gui --skill start-zhukunpenglinyutong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/zhukunpenglinyutong/desktop-cc-gui/tree/main/.agents/skills/start
Command: npx skills add https://github.com/zhukunpenglinyutong/desktop-cc-gui --skill start-zhukunpenglinyutong

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

  • Automates the initialization of AI sessions with contextual awareness and routing to the appropriate workflow branches.
  • Reads workflow guides, identity, git status, active tasks, and project guidelines to set the session context.
  • Use Case: Start a new coding task and automatically load relevant guidelines and task routing.

Quick Start

Initialize a new AI development session by loading guidelines and context, and begin task routing.

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 coding session, the skill reads workflow guides, developer identity, git status, and project guidelines from the .trellis/ directory to instantly establish full contextual awareness for the session.

How do I route coding tasks to different workflows automatically?

Routing coding tasks automatically is handled by classifying incoming requests against loaded guidelines, directing work to brainstorm, direct edit, or task workflow branches based on the evaluated session context and task type.

What is the best way to resume a coding task and restore project context?

Resuming a coding task requires re-establishing project context, which is achieved by loading active tasks, git status, and workflow guides from the .trellis/ directory to instantly restore the previous development environment state.

Do I need a specific directory structure to set up AI session context?

Setting up AI session context requires a .trellis/ directory containing project guidelines, workflow guides, developer identity, and active task files for the skill to read and load during initialization.

When should I use automated task routing for AI development sessions?

Automated task routing is used when beginning a new coding session, resuming work, starting a new task, or re-establishing project context to ensure incoming work is correctly classified into brainstorm, direct edit, or task workflows.