generate-feature-spec

Generate structured features_spec.txt files from an existing codebase.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/AhamSammich/auto-code --skill generate-feature-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-feature-spec
Source: https://github.com/AhamSammich/auto-code/tree/main/skill/generate-feature-spec
Command: npx skills add https://github.com/AhamSammich/auto-code --skill generate-feature-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates structured features_spec.txt files for use with the auto-code extension mode. It analyzes an existing codebase and outputs a clearly organized feature blueprint with sections, requirements, and acceptance criteria.

Core Features & Use Cases

  • Structured Feature Sheets: One feature per section with title, description, and acceptance criteria.
  • Baseline Reference: Uses the existing codebase to infer patterns and constraints for future features.
  • Guided Extensions: Enables precise extension work by listing only the features you want implemented.

Quick Start

In your repository, run this Skill against your project to generate features_spec.txt. Then, you can pass this file to auto-code in extension mode to implement the listed features.