
Description
Manage and run Spec Kit automation workflows via `specify workflow`. USE FOR: running a workflow by ID or local YAML, resuming a paused/failed run, checking run status, listing/installing/removing workflows, searching the workflow catalog, showing a workflow step graph. DO NOT USE FOR: extensions (use speckit-extension), presets (use speckit-preset), or bundles (use speckit-bundle).
SKILL.md
Spec Kit — workflows
Run and manage spec-kit automation workflows with the Specify CLIspecify workflow command group.
Prerequisite: needs the
specifyCLI. Ifspecify --versionfails, install it with the speckit-cli-setup skill first.
When to use
- Execute a multi-step spec-kit automation workflow.
- Resume a run that paused at a gate or failed, or check its status.
- Discover, install, or remove workflows.
How to invoke
# Discover
specify workflow list
specify workflow search <query>
specify workflow info <id> # details and step graph
# Run
specify workflow run <id-or-path>
specify workflow run <id> -i key=value -i other=value # pass inputs
specify workflow run <id> --json # machine-readable outcome
# Resume / status
specify workflow status <run>
specify workflow resume <run>
# Install / remove
specify workflow add <id-or-url-or-path>
specify workflow remove <id>
# Catalogs (sources workflows are resolved from)
specify workflow catalog list
specify workflow catalog add <url> [--name <name>]
specify workflow catalog remove <index> # by index
# Step types — see the speckit-workflow-step skill
specify workflow step --help
Notes
runaccepts either an installed workflow ID or a path to a local YAML file.- Pass inputs with repeated
-i key=value(a.k.a.--input) flags. - Use
--jsonwhen you need to parse the run outcome programmatically; surface a human summary to the user afterward. - If a run stops at a gate, use
specify workflow resumerather than re-running from the start. - To manage the step types workflows are built from, use the speckit-workflow-step skill.
More skills from the spec-kit-copilot repository
View all 9 skillsspeckit-bundle
manage Spec Kit bundles
Jul 24AutomationGitHubPlugin Developmentspeckit-check
diagnose Spec Kit environment configuration
Jul 24CLIDebuggingEngineeringGitHubspeckit-cli-setup
install and configure Spec Kit CLI
Jul 24CLIEngineeringGitHubspeckit-extension
manage Spec Kit extensions
Jul 24CLIEngineeringGitHubspeckit-init
scaffold Spec Kit projects for Copilot
Jul 24CLICopilotEngineeringGitHubspeckit-preset
manage Spec Kit presets
Jul 24AutomationGitHubPlugin Development
More from GitHub
View publisherqdrant-horizontal-scaling
guide Qdrant horizontal scaling decisions
awesome-copilot
Apr 18AI InfrastructureArchitectureCapacity PlanningDatabase +1qdrant-indexing-performance-optimization
optimize Qdrant indexing performance
awesome-copilot
Apr 18Data EngineeringDatabaseETLPerformance +1qdrant-memory-usage-optimization
optimize Qdrant memory usage
awesome-copilot
Apr 18Cost OptimizationDatabaseObservabilityPerformance +1qdrant-minimize-latency
minimize Qdrant query latency
awesome-copilot
Apr 18ArchitectureDatabasePerformanceQdrant +1qdrant-monitoring-debugging
debug Qdrant production issues with metrics
awesome-copilot
Apr 18DebuggingMonitoringObservabilityPerformance +1qdrant-monitoring-setup
set up Qdrant monitoring and alerting
awesome-copilot
Apr 18AI InfrastructureMonitoringObservabilityQdrant +1