Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

spec-scaffold

A GitHub Copilot skill for generating numbered spec folders with requirements, plan, and task files.

Source of Truth

Use instructions.md as the editable source of truth for this skill.

What It Does

This skill turns a rough repo idea into:

  1. requirements.md
  2. plan.md
  3. tasks.md

It follows existing repo spec conventions when they exist.

How To Implement In Copilot

Copilot skills are instruction files. Paste the contents of instructions.md into the Copilot instruction surface you use.

First Test

Use spec-scaffold to create a numbered spec folder for this repo feature.

File Structure

copilot/skills/spec-scaffold/
|-- README.md
`-- instructions.md