docker/skills-cache/tf-provider-implement/SKILL.md
SDD Phases 3-4 for provider development. TDD implementation and validation from an existing provider-design-{resource}.md.
npx skillsauth add agentdevsl/agentpane tf-provider-implementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Builds and validates a Terraform provider resource from specs/{FEATURE}/provider-design-{resource}.md using TDD.
Post progress: bash .foundations/scripts/bash/post-issue-progress.sh $ISSUE_NUMBER "<step>" "<status>" "<summary>"
Checkpoint: bash .foundations/scripts/bash/checkpoint-commit.sh --dir . --prefix feat "<step_name>"
$FEATURE and $RESOURCE from $ARGUMENTS or current git branch name.specs/{FEATURE}/provider-design-{resource}.md exists via Glob. Stop if missing — tell user to run /tf-provider-plan first. Capture $DESIGN_FILE.$ISSUE_NUMBER from $ARGUMENTS or gh issue list --search "$FEATURE".tf-provider-test-writer agents with $DESIGN_FILE. Verify _test.go exists. Checkpoint.- [ ] lines).tf-provider-developer agent → go build + go test -c → checkpoint.go vet ./.... Fix until clean. Verify all §6 items marked [x].tf-provider-validator agents with $DESIGN_FILE and service directory. If auto-fixes applied, run go build to confirm.tf-provider-developer targeted at specific issues. Repeat until resolved.specs/{FEATURE}/reports/ using the tf-report-template skill provider template.$ISSUE_NUMBER.Report: build pass/fail, test compilation, acceptance test results (if run), validation status, PR link.
development
AWS security assessment domains, risk rating framework, CIS/NIST reference baselines, and evidence-based finding format. Use when reviewing AWS security posture, assessing risk, or applying CIS/NIST baselines to Terraform configurations.
testing
--- name: "tf-runtask" description: "Retrieve and display Terraform Cloud/Enterprise run task results for a given run. Use this skill whenever the user asks about run task results, run task checks, task stage statuses, or wants to inspect what run tasks reported for a Terraform Cloud/Enterprise run. Triggers on phrases like "check the run tasks", "what did the run tasks say", "show run task results", "get task results for run-xxx", or any reference to run task outcomes on a specific run." source
devops
Research strategies for AWS documentation, provider docs, and public registry patterns. Use when researching AWS services, investigating provider resources, or studying public registry modules for design patterns.
development
Validation results summary template for Phase 4 output. Provides the format for reporting terraform test, validate, fmt, tflint, pre-commit, trivy, and security checklist results.