Project New banner
ToastyToast25 ToastyToast25

Project New

Productivity community

Description

--- name: project-new description: Start a new Dart/Flutter project with guided setup workflow argument-hint: "[project-name]" --- # Start New Project Initialize a new Dart/Flutter project with the full agent workflow. ## Usage ``` /project-new [project-name] ``` ## Arguments - `$ARGUMENTS` - Optional project name (lowercase, underscores allowed) ## Workflow Execute the following steps using the **Project Setup Agent** (`agents/project-setup.md`): ### Phase 1: Gather Information 1. **Q1

Installation

Installs to ~/.claude/commands/toastytoast25-claude-code-dart-flutter-project-new.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/commands/project-new.md -o ~/.claude/commands/toastytoast25-claude-code-dart-flutter-project-new.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository