terraform-infrastructurelisted
Install: claude install-skill aiskillstore/marketplace
# Terraform Infrastructure Workflow
## Overview
Specialized workflow for infrastructure as code using Terraform including resource provisioning, module creation, state management, and multi-environment deployments.
## When to Use This Workflow
Use this workflow when:
- Provisioning cloud infrastructure
- Creating Terraform modules
- Managing multi-environment infra
- Implementing IaC best practices
- Setting up Terraform workflows
## Workflow Phases
### Phase 1: Terraform Setup
#### Skills to Invoke
- `terraform-skill` - Terraform basics
- `terraform-specialist` - Advanced Terraform
#### Actions
1. Initialize Terraform
2. Configure backend
3. Set up providers
4. Configure variables
5. Create outputs
#### Copy-Paste Prompts
```
Use @terraform-skill to set up Terraform project
```
### Phase 2: Resource Provisioning
#### Skills to Invoke
- `terraform-module-library` - Terraform modules
- `cloud-architect` - Cloud architecture
#### Actions
1. Design infrastructure
2. Create resource definitions
3. Configure networking
4. Set up compute
5. Add storage
#### Copy-Paste Prompts
```
Use @terraform-module-library to provision cloud resources
```
### Phase 3: Module Creation
#### Skills to Invoke
- `terraform-module-library` - Module creation
#### Actions
1. Design module interface
2. Create module structure
3. Define variables/outputs
4. Add documentation
5. Test module
#### Copy-Paste Prompts
```
Use @terraform-module-library to create reusable Terraform module
```
#