spec

Installation
SKILL.md

/spec

Manage protocol-level specifications - the contract defining what a system must do.

What is a Spec?

A spec (specification) defines requirements at the protocol/standard level:

  • External specs: Standards you implement (LEAF spec, OAuth, OpenAPI)
  • Self-authored specs: Your own protocol defining what your system does

Specs are NOT feature breakdowns or epics. They are the source of truth for requirements.

Usage

/spec                           # Show current project's spec status
/spec --import <url>            # Import external spec (GitHub, raw URL)
/spec --init                    # Create new protocol spec for project
/spec --sync                    # Sync imported spec with upstream
Related skills

More from taylorhuston/local-life-manager

Installs
10
GitHub Stars
42
First Seen
Jan 26, 2026