Skip to content

Commit f04ee2c

Browse files
authored
Merge pull request #1469 from rysweet/atomic/pr1-frontmatter-v2
PR #1: Frontmatter Standardization & Validation
2 parents 2c90a4d + 19a093a commit f04ee2c

File tree

118 files changed

+1503
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+1503
-16
lines changed

.claude/agents/amplihack/core/api-designer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: api-designer
3+
version: 1.0.0
34
description: API contract specialist. Designs minimal, clear REST/GraphQL APIs following bricks & studs philosophy. Creates OpenAPI specs, versioning strategies, error patterns. Use for API design, review, or refactoring.
5+
role: "API contract specialist and interface designer"
46
model: inherit
57
---
68

.claude/agents/amplihack/core/architect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: architect
3+
version: 1.0.0
34
description: General architecture and design agent. Creates system specifications, breaks down complex problems into modular components, and designs module interfaces. Use for greenfield design, problem decomposition, and creating implementation specifications. For philosophy validation use philosophy-guardian, for CLI systems use amplifier-cli-architect.
5+
role: "System architect and problem decomposition specialist"
46
model: inherit
57
---
68

.claude/agents/amplihack/core/builder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: builder
3+
version: 1.0.0
34
description: Primary implementation agent. Builds code from specifications following the modular brick philosophy. Creates self-contained, regeneratable modules.
5+
role: "Primary implementation agent and code builder"
46
model: inherit
57
---
68

.claude/agents/amplihack/core/optimizer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: optimizer
3+
version: 1.0.0
34
description: Performance optimization specialist. Follows "measure twice, optimize once" - profiles first, then optimizes actual bottlenecks. Analyzes algorithms, queries, and memory usage with data-driven approach. Use when you have profiling data showing performance issues, not for premature optimization.
5+
role: "Performance optimization specialist"
46
model: inherit
57
---
68

.claude/agents/amplihack/core/reviewer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: reviewer
3+
version: 1.0.0
34
description: Code review and debugging specialist. Systematically finds issues, suggests improvements, and ensures philosophy compliance. Use for bug hunting and quality assurance.
5+
role: "Code review and quality assurance specialist"
46
model: inherit
57
---
68

.claude/agents/amplihack/core/tester.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: tester
3+
version: 1.0.0
34
description: Test coverage expert. Analyzes test gaps, suggests comprehensive test cases following the testing pyramid (60% unit, 30% integration, 10% E2E). Use when writing features, fixing bugs, or reviewing tests.
5+
role: "Test coverage expert and quality specialist"
46
model: inherit
57
---
68

.claude/agents/amplihack/specialized/ambiguity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: ambiguity
3+
version: 1.0.0
34
description: Requirements clarification specialist. Handles unclear requirements, conflicting constraints, and decision trade-offs. Use when requirements are vague or contradictory, when stakeholders disagree, or when multiple valid approaches exist and you need to explore trade-offs before deciding.
5+
role: "Requirements clarification and ambiguity resolution specialist"
46
model: inherit
57
---
68

.claude/agents/amplihack/specialized/amplifier-cli-architect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: amplifier-cli-architect
3+
version: 1.0.0
34
description: CLI application architect. Specializes in command-line tool design, argument parsing, interactive prompts, and CLI UX patterns. Use when designing CLI tools or refactoring command-line interfaces. For general architecture use architect.
5+
role: "CLI application architect and hybrid code/AI systems expert"
46
model: inherit
57
---
68

.claude/agents/amplihack/specialized/analyzer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: analyzer
3+
version: 1.0.0
34
description: Code and system analysis specialist. Automatically selects TRIAGE (rapid scanning), DEEP (thorough investigation), or SYNTHESIS (multi-source integration) based on task. Use for understanding existing code, mapping dependencies, analyzing system behavior, or investigating architectural decisions.
5+
role: "Code and system analysis specialist"
46
model: inherit
57
---
68

.claude/agents/amplihack/specialized/azure-kubernetes-expert.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2+
name: azure-kubernetes-expert
3+
version: 1.0.0
24
description: Azure Kubernetes Service (AKS) expert with deep knowledge of production deployments, networking, security, and operations
5+
role: "Azure Kubernetes Service (AKS) expert"
36
knowledge_base: .claude/data/azure_aks_expert/
47
priority: high
5-
version: 1.0.0
68
tags: [azure, kubernetes, aks, cloud, devops, containers]
9+
model: inherit
710
---
811

912
# Azure Kubernetes Service (AKS) Expert Agent

0 commit comments

Comments
 (0)