run-spec-workflow

Run a five-phase feature workflow producing spec, requirements, validation, tests, and a red slice test.

2|Updated Aug 13, 2023
One-click install
npx skills add https://github.com/NNPopov/movie-theater-tickets --skill run-spec-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-spec-workflow
Source: https://github.com/NNPopov/movie-theater-tickets/tree/main/src/clients/.claude/skills/run-spec-workflow
Command: npx skills add https://github.com/NNPopov/movie-theater-tickets --skill run-spec-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you move a feature from an initial idea into a fully structured execution workflow so the work stays consistent, reviewable, and ready for implementation.

Core Features & Use Cases

  • Feature specification: Converts a feature folder into a clear spec-oriented starting point.
  • Requirements and validation flow: Guides the handoff from requirements through validation so gaps are caught early.
  • Test planning and red-slice execution: Aligns feature tests and an initial failing slice test to verify the workflow before implementation.
  • Use case: A product team can use it to standardize the process for new backend or frontend slices that need documented scope, acceptance checks, and test-first execution.

Quick Start

Ask the assistant to run the run-spec-workflow pipeline for the target feature folder and carry it through spec, requirements, validation, tests, and slice-test-red.

Frequently Asked Questions about run-spec-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a structured feature specification workflow from a feature folder?

A feature specification workflow converts a feature folder into documented specs, requirements, validation checks, and tests. It guides the handoff from initial idea through scope validation to ensure gaps are caught early before implementation.

What is a red slice test pass and when do I need it for feature validation?

A red slice test pass executes an initial failing slice test to verify the feature workflow before implementation. You need it when standardizing test-first execution for new backend or frontend feature slices to ensure documented acceptance checks.

How do I run the spec, requirements, and validation phases step by step?

Running these phases requires step-by-step execution of five linked workflow phases in the correct order. Ask the assistant to run the pipeline for your target feature folder to carry it through spec, requirements, validation, tests, and slice-test-red.

Can I use this feature workflow for both backend and frontend feature directories?

Yes, the feature workflow applies to both backend and frontend feature directories. It standardizes the process for new slices requiring documented scope, acceptance checks, and structured specification pipelines with consistent review checkpoints.

What are the limitations of running a specification pipeline with linked workflow phases?

A key limitation is that the specification pipeline requires strict step-by-step execution of five linked workflow phases in the correct order. Skipping phases breaks the structured review checkpoints and test-first validation required for consistent feature implementation.