speckit-git-feature

Create numbered or timestamped Git feature branches in spec-kit projects.

25|4|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Rubiss-Projects/spec-kit-ralph --skill speckit-git-feature-rubiss-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-git-feature
Source: https://github.com/Rubiss-Projects/spec-kit-ralph/tree/main/.agents/skills/speckit-git-feature
Command: npx skills add https://github.com/Rubiss-Projects/spec-kit-ralph --skill speckit-git-feature-rubiss-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually creating feature branches can be time-consuming and error-prone. This Skill automates the process, creating branches with sequential or timestamp numbering for efficient management.

Core Features & Use Cases

  • Automated Branch Creation: Create and switch to new feature branches for specifications.
  • Sequential and Timestamp Numbering: Use sequential or timestamp-based naming for branches.
  • Compatibility: Requires a spec-kit project structure with a .specify/ directory.
  • Use Case: Quickly create a new feature branch for a specification by simply executing the skill, eliminating the need for manual branch naming and creation.

Quick Start

Run the skill with the feature name you want to create a branch for, e.g., /speckit.ralph.run --feature-name "001-my-feature" --model gpt-5.1.

Frequently Asked Questions about speckit-git-feature

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

FAQPage Schema
How do I create a Git feature branch with sequential or timestamp naming?

This skill automates Git feature branch creation by generating branches with sequential or timestamped names, ensuring proper organization within a spec-kit project.

What is the best way to automate feature branch creation in a spec-kit project?

The best way to automate feature branch creation in a spec-kit project is to execute the skill with a feature name argument, which eliminates manual branch naming and ensures consistent organization.

Do I need a specific directory structure to create feature branches automatically?

Yes, creating feature branches automatically requires a spec-kit project structure containing a .specify/ directory and Git availability.

Can I use timestamped branch names instead of sequential numbers for Git feature branches?

Yes, you can use timestamp-based naming instead of sequential numbers for Git feature branches, allowing you to choose your preferred branch organization method.

Why does automated feature branch creation fail outside a spec-kit project?

Automated feature branch creation fails outside a spec-kit project because the skill requires the .specify/ directory structure to ensure proper branch naming and organization.