new-project

Create a git branch from develop and enter plan mode for codebase analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wolfbela/claude-skill --skill new-project-wolfbela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-project
Source: https://github.com/wolfbela/claude-skill/tree/main/weshake/skills/new-project
Command: npx skills add https://github.com/wolfbela/claude-skill --skill new-project-wolfbela

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, curl, awk, grep, sed, and includes scripts (resource) components.

What problem does it solve?

Create a branch from develop to start work on a feature or fix and enter a planning workflow to analyze the codebase.

Core Features & Use Cases

  • Create a new git branch from develop and switch to it.
  • Automatically seed a plan-mode session to brainstorm and outline tasks.
  • Ensure plan validation, mandatory tests, and PR readiness steps.

Quick Start

Create a new branch from develop and immediately enter plan mode to analyze the codebase.

Frequently Asked Questions about new-project

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

FAQPage Schema
How do I create a feature branch from develop and plan codebase changes?

To create a feature branch from develop and plan codebase changes, this Skill automates deterministic branching steps and immediately initiates plan mode for codebase analysis. It ensures you switch to the new branch and seed a planning session to outline tasks.

What is the best way to automate git workflow branching for new development tasks?

The best way to automate git workflow branching for new tasks is using a deterministic script that creates a feature or fix branch from develop and enters plan mode. This enforces mandatory testing and PR readiness before development proceeds.

Does this branching workflow require specific shell dependencies to run?

Yes, this branching workflow requires bash, curl, awk, grep, and sed to run its scripts. These shell dependencies are necessary for the deterministic branching steps, plan-mode initiation, and codebase analysis automation.

Can I use this to enter plan mode for codebase analysis after branching?

Yes, you can use this to enter plan mode for codebase analysis after branching. It automatically seeds a plan-mode session immediately after switching to your new feature branch, allowing you to brainstorm and outline tasks.

When should I not use an automated feature-branch workflow?

You should not use an automated feature-branch workflow if your development process deviates from branching off develop, or if your project does not require mandatory testing and PR creation guidance enforced by deterministic scripts.