speckit-git-feature

Create Git feature branches with sequential or timestamp numbering.

3|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/opencue/colony --skill speckit-git-feature-opencue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-git-feature
Source: https://github.com/opencue/colony/tree/main/.claude/skills/speckit-git-feature
Command: npx skills add https://github.com/opencue/colony --skill speckit-git-feature-opencue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of feature branches in a Git repository, providing a structured and efficient way to manage branches, especially when using a spec-kit project structure.

Core Features & Use Cases

  • Feature Branch Creation: Automatically creates and switches to a new feature branch based on a specification.
  • Branch Numbering: Offers sequential or timestamp numbering for branches.
  • Compatibility: Designed for use with spec-kit project structures that include a .specify/ directory.
  • Use Case: Ideal for teams that want to streamline the process of creating feature branches for new features or bug fixes.

Quick Start

Run the command 'colony create-branch --spec <specification-file>' to create a new feature branch based on the provided specification file.

Frequently Asked Questions about speckit-git-feature

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

FAQPage Schema
How do I automate Git feature branch creation for a new specification?

Automating Git feature branch creation involves using a script that reads a specification file and generates a corresponding branch name. The tool then creates and switches to this branch within your repository automatically.

Can I use sequential or timestamp numbering for Git feature branches?

Yes, you can use either sequential or timestamp numbering for Git feature branches. The tool allows you to choose between these two numbering schemes to organize and track your feature management branches effectively.

Does this feature branch automation work with spec-kit project structures?

Yes, this feature branch automation is specifically designed for spec-kit project structures. It expects a `.specify/` directory within your Git repository to properly map specifications to new branches.

What is the best way to manage feature branches for spec-kit projects?

The best way to manage feature branches for spec-kit projects is to automate their creation using a dedicated script. This ensures consistent branch naming through sequential or timestamp numbering based on your specification files.

Do I need a .specify directory to create feature branches from specifications?

Yes, you need a `.specify/` directory within your Git repository. The automation tool relies on this spec-kit project structure to read the specification files and properly generate the corresponding feature branches.