FAI Instructions
Scoped behavioral directives with glob patterns.
a11y-waf
Accessibility standards — WCAG 2.2 AA compliance, semantic HTML, ARIA roles/properties, keyboard navigation, focus management, color contrast, screen reader compatibility, and inclusive design patterns.
agent-coding-patterns
Agent coding standards — ReAct loop, tool selection, memory management, circuit breaker on tools.
agent-safety
AI agent safety standards — fail-closed defaults, least-privilege tool access, human-in-the-loop for destructive actions, prompt injection defense, budget controls, OWASP LLM Top 10 alignment, and governance audit trails for all agent workflows.
agentic-os-customization
Agentic OS standards — .github folder structure, 7 primitives, 4 layers, plugin packaging.
agentic-rag-patterns
Play 21 patterns — Agentic RAG patterns — retrieval decision loop, multi-source routing, query refinement, self-evaluation.
ai-glossary
AI glossary consistency — use standard FAI terminology, avoid ambiguous AI terms in code comments.
ai-landing-zone-advanced-patterns
Play 11 patterns — Advanced landing zone — multi-region, ExpressRoute, Azure Firewall, Policy as Code, Defender for Cloud.
ai-landing-zone-patterns
Play 02 patterns — Landing zone patterns — hub-spoke VNet, private endpoints on ALL PaaS, Managed Identity, tag enforcement, GPU quota.
ai-observability-patterns
Play 17 patterns — AI observability patterns — OpenTelemetry spans, token metrics, quality dashboards, alert thresholds.
ai-prompt-safety-waf
AI prompt safety in application code — input sanitization, output validation, structured output enforcement, content filtering, token budget management, system message protection, and secure logging for LLM-integrated applications.
ai-search-portal-patterns
Play 09 patterns — Search portal patterns — faceted search, semantic ranker, result rendering, analytics, personalization.
anomaly-detection-patterns
Play 20 patterns — Anomaly detection patterns — streaming analytics, statistical thresholds, ML models, alert routing.
ansible-waf
Ansible automation standards — idempotent playbooks, secure vault usage, role structure, handler patterns, variable naming, error handling, molecule testing, and CI linting for reliable infrastructure-as-code.
arch-linux-waf
Arch Linux packaging standards — PKGBUILD structure, makepkg rules, dependency management, package signing, AUR submission, namcap validation, split packages, systemd integration, and pacman hook authoring.
aspnet-waf
ASP.NET Core 9 standards — Minimal APIs, DI, middleware pipeline, Entra ID auth, EF Core, health checks, rate limiting, output caching, and Azure-native integration.
astro-waf
Astro framework standards — Islands Architecture, content collections, view transitions, SSG/SSR modes, image optimization, MDX, and deployment patterns.
azure-ai-document-intelligence-waf
Azure AI Document Intelligence standards — model selection, layout analysis, table/form extraction, custom models, batch processing, confidence thresholds, SDK usage, and Bicep deployment.
azure-ai-foundry
Azure AI Foundry config — Hub/Project RBAC, deployment types, evaluation pipeline, content filter config.
azure-ai-language-waf
Azure AI Language standards — text analytics, NER, sentiment analysis, PII detection, summarization, CLU, custom text classification, healthcare NLP, SDK patterns, and batch processing.
azure-ai-speech-waf
Azure AI Speech standards — STT (real-time + batch), TTS (neural voices, SSML, custom voice), speech translation, pronunciation assessment, speaker recognition, WebSocket streaming, SDK patterns, and latency optimization.
azure-ai-vision-waf
Azure AI Vision standards — image analysis, OCR, custom classification, spatial analysis, and content safety patterns.
azure-app-service-waf
Azure App Service standards — deployment slots, scaling, authentication, monitoring, and security patterns.
azure-bicep-avm
Azure Bicep AVM (Azure Verified Modules) standards — module usage, parameter patterns, WAF-aligned infrastructure.
azure-cosmos-waf
Azure Cosmos DB standards — global distribution, partitioning, consistency, RU optimization, vector search.
azure-devops-waf
Azure DevOps standards — YAML pipelines, environments, service connections, test management, boards.
azure-front-door-waf
Azure Front Door & WAF standards — global load balancing, WAF rules, caching, SSL offloading, origin protection.
azure-functions-waf
Azure Functions standards — serverless compute, triggers, bindings, durable functions, cold start optimization.
azure-logic-apps-waf
Azure Logic Apps standards — workflow automation, connectors, error handling, B2B integration.
azure-redis-waf
Azure Cache for Redis standards — caching patterns, data structures, pub/sub, clustering, security.
azure-static-web-apps-waf
Azure Static Web Apps standards — static hosting, serverless API, authentication, CI/CD, custom domains.
bicep-code-best-practices
Bicep Code Best Practices standards — module design, naming, parameters, outputs, testing
bicep-waf
Bicep infrastructure-as-code standards aligned with Azure WAF pillars — Azure Verified Modules, secure parameter handling, tagging conventions, production deployment patterns, and cost-aware resource configuration.
blazor-waf
Blazor standards — Server/WebAssembly/United components, state, performance, security
browser-automation-agent-patterns
Play 23 patterns — Browser automation patterns — domain allowlist, no credential entry, screenshot analysis, action limits.
call-center-voice-ai-patterns
Play 04 patterns — Voice AI patterns — Azure Speech SDK, real-time transcription, sentiment detection, turn-taking, noise handling.
clojure-waf
Clojure Waf standards — Clojure coding standards — REPL-driven, immutable data, pure functions, and spec for validation.
code-review-waf
Code Review Waf standards — Code review standards — what to check, severity levels, constructive feedback, and merge blocking criteria.
containerization-waf
Containerization Waf standards — Containerization standards — immutability, reproducible builds, health probes, 12-factor.
content-moderation-patterns
Play 10 patterns — Content moderation patterns — Azure Content Safety, 4 harm categories, threshold tuning, human review pipeline.
context-engineering-waf
Context Engineering Waf standards — Context engineering standards — maximize Copilot effectiveness through structured instructions, examples, and constraints.
copilot-extensibility
Copilot extensibility — Graph connectors, plugin manifest, action design, M365 integration patterns.
copilot-studio-bot-patterns
Play 08 patterns — Copilot Studio patterns — topics, generative answers, knowledge sources, channel deployment, Dataverse integration.
copilot-studio-waf
Copilot Studio Waf standards — Copilot Studio standards — topic design, generative answers, knowledge sources, channel config.
copilot-teams-extension-patterns
Play 16 patterns — Teams extension patterns — adaptive cards, message extensions, bot framework, Teams toolkit.
copilot-thought-logging-waf
Copilot Thought Logging Waf standards — Copilot thought logging — track reasoning process, tool selection rationale, confidence levels.
cost-bicep
Cost Bicep standards — Bicep cost optimization — consumption SKUs, auto-shutdown, tags for cost centers, budget resources.
cost-optimized-ai-gateway-patterns
Play 14 patterns — AI gateway patterns — APIM policies, semantic cache, token metering, multi-backend retry, budget enforcement.
cost-python
Python cost optimization — token budgets, model routing, caching, batch embedding, async for throughput.
cost-typescript
TypeScript cost optimization — streaming responses, semantic cache, token metering, efficient serialization.
cpp-waf
C++ coding standards — modern C++20/23, RAII, smart pointers, and safe concurrency patterns.