Spec Template
Description
Template for a project's own spec skill — definition, domains, states and transitions, cross-domain rules, flows and glossary. Materialized once per project as <project>-spec. Installed into .claude/skills and/or .codex/skills via the turystack CLI.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
@turystack/spec-template
Template for a project's own **spec skill** — what the system does: definition, actors and capabilities, domains with states and transitions, cross-domain rules, flows and glossary. Materialized once per project as `-spec` and owned by that project from then on.
Installation
pnpm add -D @turystack/spec-template
turystack skills --claude --skills spec --project acme
That materializes `.claude/skills/acme-spec/`, substituting the project's name. It is **never overwritten** by a later install: the shape came from here, the content belongs to the project.
Contents
- Overview
- Definition — what the project is
- Domains — what exists and how it changes
- Rules — the ones that cross domains
- Flows — end to end, across domains
- Glossary — one term, one meaning
- Filling — how this skill grows
- Board — the work this spec turns into
- Skill manifest
How a section works
Each one has a **Shape** half (from this template, kept) and a **project** half (starts with ``). The marker is machine-readable: `turystack-proof` reports an unfilled section that a task depends on as a missing input, so "the spec is silent" is a gate result rather than an opinion.
Documentation
**https://tury.dev/libs/spec-template**
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing