# 2534 Issue Child 04 Subagents 634cb553

> [tf-dev] Phase 3 — Agents: Subagents

- Skill: `tools-only/2534-issue-child-04-subagents-634cb553` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2534-issue-child-04-subagents-634cb553`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2534-issue-child-04-subagents-634cb553/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2534-issue-child-04-subagents-634cb553

---

# [tf-dev] Phase 3 — Agents: Subagents

labels: enhancement, terraform, infrastructure

---

## Summary

Create Terraform-specific subagents and update existing shared subagents
to handle both Bicep and Terraform contexts.

## Prerequisites

Phase 2 complete. Core agents validated.

## Items

- [ ] **3.20** Create `terraform-lint-subagent.agent.md` (`terraform fmt` + `terraform validate`)
- [ ] **3.21** Create `terraform-whatif-subagent.agent.md` (`terraform plan` preview)
- [ ] **3.22** Update `governance-discovery-subagent` to output both `bicepPropertyPath` and `terraformPropertyPath`
- [ ] **3.23** Update `cost-estimate-subagent` to handle Terraform resource type naming
- [ ] **3.24** Update `bicep-review-subagent` → rename or create `iac-review-subagent` that handles both
- [ ] **3.25** Update `copilot-instructions.md` agents table with new subagents

## Acceptance Criteria

- [ ] All subagent files pass `validate-agent-frontmatter`
- [ ] `governance-discovery-subagent` output JSON schema includes `terraformPropertyPath`
- [ ] `terraform-lint-subagent` runs `terraform fmt -check` and returns PASS/FAIL
- [ ] Regression check: governance discovery still produces `bicepPropertyPath`

## References

- Plan items: 3.20–3.25
- Prompt: `docs/tf-support/prompts/phase-3-subagents.prompt.md`
- Progress: `docs/tf-support/PROGRESS.md`

