speckit-git-feature

Create numbered or timestamped Git feature branches in .specify/ projects.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/TKlerx/webapp-template --skill speckit-git-feature-tklerx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-git-feature
Source: https://github.com/TKlerx/webapp-template/tree/main/.agents/skills/speckit-git-feature
Command: npx skills add https://github.com/TKlerx/webapp-template --skill speckit-git-feature-tklerx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the creation of feature branches in a Git-based project with numbered or timestamped naming conventions, simplifying branch organization and tracking.

Core Features & Use Cases

  • Branch Creation: Automatically generates feature branches with sequential or timestamp numbering.
  • Compatibility: Designed for use with projects structured with a .specify/ directory.
  • Use Case: Streamline the process of creating feature branches for new features or bug fixes in a Git repository.

Quick Start

To create a new feature branch with the default numbering scheme, run: create-branch "feature/new-feature".

Frequently Asked Questions about speckit-git-feature

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

FAQPage Schema
How do I automatically create numbered feature branches in Git?▼

You can automate Git feature branch creation by running a script that applies sequential or timestamp-based numbering. This streamlines branch organization and tracking for features or bug fixes in your repository.

What is the .specify directory used for in version control?▼

The .specify directory is a project structure requirement for certain Git branch automation scripts. It must be present in your project directory to support and enable the automated feature branch creation process.

How do I generate a new feature branch with a timestamp?▼

To generate a feature branch with a timestamp, run a branch creation command like `create-branch "feature/new-feature"`. The script automatically applies a timestamped naming convention to the new Git branch.

Do I need Git installed to automate feature branch creation?▼

Yes, you need Git installed to automate feature branch creation. The automation relies on Git version control functionality and additionally requires a `.specify/` directory to be present in your project structure.

What's the best way to organize feature branches for project management?▼

The best way to organize feature branches for project management is using a consistent numbering or timestamp convention. Automating this process ensures sequential branch tracking and simplifies repository organization.