create-feature

Scaffold new feature with boilerplate code

Content Preview
# Create Feature Command

Scaffold new feature with boilerplate code

## Instructions

Follow this systematic approach to create a new feature: **$ARGUMENTS**

1. **Feature Planning**
   - Define the feature requirements and acceptance criteria
   - Break down the feature into smaller, manageable tasks
   - Identify affected components and potential impact areas
   - Plan the API/interface design before implementation

2. **Research and Analysis**
   - Study existing codebase patterns and conven
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/create-feature.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/project/create-feature.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/project/create-feature.md

Related Skills