Starts a new feature in a new branch. Use when the user asks to create a new feature, build something new, or says "new feature", "start feature", or "let's build". Creates a feature branch, enters plan mode, interviews the user, validates with experts, and saves the spec.
Initializes project with necessary files and structure. Use it when user asks to setup the project.
Copies rules from skill to the project. Use it when user asks you to copy the rules into the project.
Creates a new Laravel project from scratch. Use when the user ask to create a new project.