Skip to content

daltlc/feature-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

feature-planner

A Claude Code plugin that creates feature branches and auto-enters plan mode with Opus.

Usage

/feature <title> <description>
  • title — becomes the branch name (feature/<title>)
  • description — used as the planning prompt

Example

/feature auth-revamp Rebuild the auth middleware to use JWT with refresh tokens

This will:

  1. Create branch feature/auth-revamp
  2. Enter plan mode (Opus)
  3. Explore the codebase and produce an implementation plan for the description

Installation

As a global skill (personal use)

Copy skills/feature/SKILL.md to ~/.claude/skills/feature/SKILL.md. The command is then available as /feature.

As a plugin (team use)

Push this directory to a Git repo, then coworkers can install it:

/plugin marketplace add <your-org>/feature-planner
/plugin install feature-planner

The command becomes /feature-planner:feature <title> <description>.

Branching Strategy

Prefix Purpose
feature/ New features
chore/ Maintenance, refactoring, dependency updates
fix/ Bug fixes

Pull Request Titles

PR titles must follow this format:

Branch Type PR Title Format
feature/ [Feature] - Description
fix/ [Fix] - Description
chore/ [Chore] - Description

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors