Skills

Skills are reusable instruction sets that teach AI coding agents how to work with Supaspec. Install a skill once and every coding session automatically follows the spec-driven workflow.

Supaspec Builder

The Supaspec Builder skill teaches your coding agent to:

  • Read the full spec from Supaspec before starting any work
  • Track implementation status (approvedimplementingimplemented)
  • Auto-document bug fixes in a dedicated bugreports section
  • Auto-document new features in timestamped features-YYYY-MM-DD sections
  • Generate a living changelog accessible to any future agent

Prerequisites

Before installing the skill, you need the Supaspec MCP server connected to your agent. See MCP Setup for instructions.

Installation

Run this command in your project directory:

Terminal
npx skills add super-full-stack/supaspec-builder

This works with Claude Code, Cursor, Codex, GitHub Copilot, and any agent that supports the Agent Skills standard.

Verification

After installing, start a new coding session and give it a task. The agent should automatically read your spec before making changes. You'll see section statuses update in Supaspec as the agent works.