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…
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.
Review code against project rules. Use when reviewing code quality or ensuring compliance with conventions.
Conducts in-depth technical interviews about implementation plans. Use when the user wants to be interviewed about a plan, spec, or feature before implementation, or when they say "interview me" or "let's discuss the plan".