spec

Installation
SKILL.md

Spec

Approval-Gated Flow: Spec → Approve → Implement

The point of this skill is the pause. Generating a spec and waiting for approval before implementing ensures you and the user are aligned on scope before writing code. Do not skip to implementation.

Step 1 — Detect Source and Fetch Context

Linear URL (https://*.linear.app/*/issue/*):

mcp__plugin_linear_linear__get_issue

GitHub issue URL (https://github.com/*/issues/*):

gh issue view <number> --json title,body,labels,assignees
Installs
22
Repository
kriscard/skills
GitHub Stars
14
First Seen
May 27, 2026
spec — kriscard/skills