terraform-consumer-design
SKILL.md
User Input
$ARGUMENTS
- Read Issue Template: Read
.github/ISSUE_TEMPLATE/terraform-agent-provisioning.ymlto understand required fields - Gather User Inputs: Use user's natural language request to populate issue fields wherever possible
- Create GitHub Issue:
- Use
gh issue createwith the user provided input and template values - Title format:
[AGENT PROVISION] <descriptive-name> - Labels:
agent-driven,terraform,infrastructure,provisioning - Populate all fields from the template
- Use
- Validate Issue: Confirm the GitHub issue is valid and contains all required information
- Mark as In Progress: Add
in-progresslabel when starting work usinggh issue edit <issue-number> --add-label "in-progress" - Update Issue with Progress: Comment on the issue at the start and completion of each Github spec-kit stage with a short summary and link to the generated artifacts:
- Format:
🤖 **[Stage Name]** - [Started/Completed]: Brief summary - Example:
🤖 **speckit.specify** - Started: Creating feature specification from requirements - Example:
🤖 **speckit.specify** - Completed: Generated spec.md with 5 core requirements
- Format:
Environment
All files and folders exist in /workspace/ directory.
All speckit scripts are located in /workspace/.specify/scripts/bash directory.
You should not require to change to any other directory.
Execution Workflow
For each task use concurrent subagents to speed up the process. At each stage, commit changes and update the GitHub issue with progress comments. Allocate subtask efficiently, some tasks like writing a file should only be created once, I will breakdown tasks to you.
- Create and configure tracking GitHub issue from template. Github issue should be created and labeled appropriately. Confirm the gh issue is valid, when you start mark the issue to in-progress using the label in-progress, update the github issue with comments when you start and finish each speckit stage with a short summary
- Validate environment and credentials by running
.specify/scripts/bash/validate-env.sh - Use concurrent subagent
speckit.specify- Create feature specification from the issue details and continue to next stage. Output Github issue number and branch togh-issue.jsonfor use by implementation agent - commit and update Git issue and continue to next stage
- Use concurrent subagent
speckit.clarifyand continue to next stage - commit and update Git issue and continue to next stage
- Use concurrent subagent
speckit.planand continue to next stage - commit and update Git issue and continue to next stage
- Use concurrent subagent
speckit.tasksand continue to next stage - commit and update Git issue and continue to next stage
- Request user to review and approve design (human-in-the-loop) before implementation phase
- Update Git issue with user details and approval status.
- Ensure that
gh-issue.jsoncontains all necessary details for implementation agent to proceed.
GitHub Issue Template Mapping
When creating the issue, map user inputs to these key template fields:
Required Fields:
hcp_org: HCP Terraform organization namehcp_project: HCP Terraform project nameworkspace_name: Workspace name (use pattern:sandbox_<REPO_NAME>for testing)terraform_version: Terraform version (default: "Latest (recommended)")project_name: Project/application namecloud_provider: AWS, Azure, GCP, Multi-cloud, or Othercloud_region: Primary cloud regionenvironment: development, staging, production, sandbox, test, or drinfrastructure_components: Detailed list of components to provision
Optional but Important:
additional_regions: Multi-region deploymentsexisting_infrastructure: Existing resources to referencemodule_preference: "Private Registry Only (recommended)" is defaultsecurity_requirements: Security controls checklistconfiguration_values: Key configuration parametersnetwork_requirements: Network features neededagent_autonomy: Level of autonomy (default: "Fully Autonomous")
Agent Instructions
When user provides infrastructure request:
- Extract all available information from natural language input
- Read the issue template to understand all required and optional fields
- Map user's request to template fields (infer reasonable defaults where needed)
- Create GitHub issue with
gh issue createusing extracted values - Validate the created issue has all critical information
- Add
in-progresslabel before starting work - Post progress comments at start/completion of each Speckit phase
- Request user to review and approve design (human-in-the-loop) before implementation phase
Weekly Installs
2
Repository
panchal-ravi/ai…templateGitHub Stars
2
First Seen
12 days ago
Security Audits
Installed on
opencode2
gemini-cli2
claude-code2
github-copilot2
codex2
kimi-cli2