feature-new

Create a feature clone and run a guided planning loop.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/YoniChechik/claude-code-config --skill feature-new-yonichechik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-new
Source: https://github.com/YoniChechik/claude-code-config/tree/main/skills/feature-new
Command: npx skills add https://github.com/YoniChechik/claude-code-config --skill feature-new-yonichechik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to kick off a feature with a structured, isolated development workflow by creating a dedicated branch-like clone and a guided sequence for planning and execution.

Core Features & Use Cases

  • Create a dedicated feature clone from a high-level description to avoid disrupting main branches.
  • Enforce a guided development loop with built-in steps to plan, implement, and validate the feature.
  • Use cases include rapidly starting new features, conducting planning sessions, and ensuring traceable workflows from idea to prototype.

Quick Start

Run /create-clone $ARGUMENTS to initialize a new feature and then run /feature-loop-scheme to execute the development workflow.

Frequently Asked Questions about feature-new

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

FAQPage Schema
How do I plan a new git feature branch from a high-level description?

To plan a new git feature branch, you provide a high-level description to initialize a dedicated clone and run a guided development loop to scope, implement, and validate the feature.

What is an isolated feature clone and when do I need one for software development?

An isolated feature clone is a dedicated branch-like environment created from a description to avoid disrupting main branches. You need one when starting new features to ensure traceable workflows from idea to prototype.

How do I start a feature development workflow without disrupting the main branch?

You start by running the create-clone command with your feature arguments to establish an isolated environment, then execute the feature-loop-scheme command to drive the structured planning and execution workflow.

Can I use this feature planning workflow for initial ideation and scoping?

Yes, this feature planning workflow is applicable for initial feature ideation, scoping, and iteration, providing a structured loop to guide planning sessions from a high-level idea to a traceable prototype.

Do I need a git-enabled environment to run this feature planning workflow?

Yes, a git-enabled environment is required because the feature planning workflow relies on built-in commands to initialize a branch-like clone and execute the development loop within that version control context.