What problem does it solve?
This Skill provides a non-interactive test harness for the Speckit workflow system, automating the validation of specification-to-implementation pipelines. It eliminates manual testing across multiple phases, ensuring consistency and artifact generation without requiring user intervention.
Core Features & Use Cases
- Full Pipeline Testing: Orchestrates the execution of all Speckit commands (Phase 0 to Phase 3) sequentially, from specification to implementation.
- Non-Interactive Execution: Automates decision-making, validation, and error handling throughout the workflow, removing the need for user input.
- Artifact Validation: Verifies the correct generation of artifacts (e.g.,
spec.md, plan.md, Terraform code) and ensures cross-phase consistency.
- Use Case: Automatically test a new infrastructure specification from initial concept to Terraform deployment, ensuring all intermediate artifacts (spec, plan, tasks, code) are correctly generated and consistent.
Quick Start
Run a full non-interactive Speckit test for an AWS EC2 instance with ALB and Nginx. Use the example_ec2.md prompt to define the infrastructure requirements and HCP Terraform configuration.