Appendix C

Stack-Specific Notes

Per-preset differences at a glance.

All presets share 4 universal instruction files, 8 cross-stack agents, and 6 pipeline agents. This appendix shows what's different per preset.

.NET (dotnet)

PropertyValue
Builddotnet build
Testdotnet test
FrameworkASP.NET Core, Blazor, Dapper/EF Core
TestingxUnit, NSubstitute, FluentAssertions
Unique filesgraphql.instructions.md, dapr.instructions.md
Example planPhase-DOTNET-EXAMPLE.md
Detection*.csproj or *.sln in root

TypeScript (typescript)

PropertyValue
Buildnpm run build / tsc
Testnpm test / vitest
FrameworkExpress, Fastify, Next.js
TestingVitest, Jest, Supertest
Unique filesfrontend.instructions.md (React/Vue patterns)
Example planPhase-TYPESCRIPT-EXAMPLE.md
Detectiontsconfig.json or package.json in root

Python (python)

PropertyValue
Buildpython -m py_compile
Testpytest
FrameworkFastAPI, Django, Flask
TestingPytest, pytest-asyncio, httpx
Unique files
Example planPhase-PYTHON-EXAMPLE.md
Detectionrequirements.txt, pyproject.toml, or setup.py

Java (java)

PropertyValue
Buildmvn compile / gradle build
Testmvn test / gradle test
FrameworkSpring Boot, JPA, Hibernate
TestingJUnit 5, Mockito, AssertJ
Unique files
Example planPhase-JAVA-EXAMPLE.md
Detectionpom.xml or build.gradle

Go (go)

PropertyValue
Buildgo build ./...
Testgo test ./...
FrameworkStandard library, Chi router, Cobra CLI
Testingtesting package, testify
Unique files
Example planPhase-GO-EXAMPLE.md
Detectiongo.mod in root

Swift (swift)

PropertyValue
Buildswift build / xcodebuild
Testswift test
FrameworkSwiftUI, Vapor, Fluent
TestingXCTest
Unique files
Example planPhase-SWIFT-EXAMPLE.md
DetectionPackage.swift or *.xcodeproj

Rust (rust)

PropertyValue
Buildcargo build
Testcargo test
FrameworkTokio, Axum, sqlx
TestingCargo test, proptest
Unique files
Example planPhase-RUST-EXAMPLE.md
DetectionCargo.toml in root

PHP (php)

PropertyValue
Buildcomposer install
Testphp artisan test / phpunit
FrameworkLaravel, Eloquent
TestingPHPUnit, Pest
Unique files
Example planPhase-PHP-EXAMPLE.md
Detectioncomposer.json in root

Azure IaC (azure-iac)

PropertyValue
Buildaz bicep build / terraform validate
Testaz deployment group what-if / terraform plan
FrameworkBicep, Terraform, Azure CLI, azd
Testingwhat-if / plan validation, Pester for PowerShell
Unique filesReplaces app-specific agents with: bicep-reviewer, terraform-reviewer, deploy-helper, azure-sweeper
Example plan
Detection*.bicep, *.tf, or azure.yaml in root