speckit-workflows.enhance

Create a new branch and Markdown document for minor speckit enhancements.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-workflows-enhance
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-workflows.enhance
Source: https://github.com/refactory-lang/refactory-template/tree/main/.claude/skills/speckit-workflows.enhance
Command: npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-workflows-enhance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating minor enhancements within a project by providing a structured workflow and template for documentation.

Core Features & Use Cases

  • Automated Workflow Initialization: Kicks off a new enhancement branch and creates a corresponding Markdown document.
  • Structured Documentation: Ensures enhancements follow a defined template with clear sections for problem, proposed changes, implementation plan, and acceptance criteria.
  • Use Case: A developer needs to quickly add a small feature or fix a minor bug. They can use this Skill to generate the necessary branch and documentation structure, allowing them to focus on the implementation.

Quick Start

Use the speckit-workflows.enhance skill to create a new enhancement for the user authentication module.

Frequently Asked Questions about speckit-workflows.enhance

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

FAQPage Schema
How do I create a minor enhancement workflow with structured documentation?▼

To create a minor enhancement workflow, you initialize a new branch and generate a structured Markdown document. This provides a standardized template outlining the problem, proposed changes, implementation plan, and acceptance criteria for your project.

How do I generate a single-phase implementation plan for a small feature?▼

You can generate a single-phase implementation plan by initializing the enhancement workflow. It automatically structures the plan with 3-7 specific tasks and defines clear acceptance criteria to guide your minor improvements.

What's the best way to document a minor bug fix in a speckit project?▼

The best way to document a minor bug fix is using a structured Markdown template. It ensures your enhancement follows defined sections for the problem, proposed changes, and acceptance criteria, keeping documentation consistent.

Do I need a specific project structure to use the speckit enhancement workflow?▼

Yes, you need a spec-kit project structure with a `.specify` directory to use the enhancement workflow. This directory is required to properly initialize the new branch and generate the corresponding Markdown documentation.

Can I create multi-phase implementation plans for complex features using this workflow?▼

No, this workflow does not support multi-phase implementation plans for complex features. It is specifically designed for single-phase plans containing 3-7 tasks to handle minor improvements and small enhancements efficiently.

What is included in the Markdown document when initializing an enhancement branch?▼

The Markdown document includes structured sections for the problem, proposed changes, implementation plan, and acceptance criteria. It is automatically created alongside a new branch to kick off your minor enhancement workflow.