From ab044405d89af13006bec749399b93329c773bb3 Mon Sep 17 00:00:00 2001 From: Christopher Tso Date: Thu, 26 Mar 2026 10:20:23 +1100 Subject: [PATCH] refactor: rename agentic-architect to agentic-engineering Broader name reflecting that the plugin covers general agent engineering practices (architecture design, plugin review, skill quality) not just architecture selection. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 6 +++--- .github/plugin/marketplace.json | 6 +++--- .../agent-plugin-review.eval.yaml | 0 .../evals/deploy-auto/deploy-execute.eval.yaml | 0 .../workspace-template/evals/deploy-auto/deploy-plan.yaml | 0 .../workspace-template/plugins/deploy-auto/AGENTS.md | 0 .../plugins/deploy-auto/commands/deploy-pipeline.md | 0 .../plugins/deploy-auto/skills/deploy-execute/SKILL.md | 0 .../deploy-execute/references/health-check-patterns.md | 0 .../plugins/deploy-auto/skills/deploy-plan/SKILL.md | 0 .../skills/deploy-plan/references/deployment-patterns.md | 0 .../plugins/deploy-auto/skills/deploy-rollback/SKILL.md | 0 .../skills/agent-architecture-design/SKILL.md | 0 .../references/agentic-design-patterns.md | 0 .../references/workflow-patterns.md | 0 .../skills/agent-plugin-review/SKILL.md | 0 .../references/skill-quality-checklist.md | 0 .../agent-plugin-review/references/workflow-checklist.md | 0 .../skills/agent-plugin-review/scripts/lint_plugin.py | 0 19 files changed, 6 insertions(+), 6 deletions(-) rename evals/{agentic-architect => agentic-engineering}/agent-plugin-review.eval.yaml (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/evals/deploy-auto/deploy-execute.eval.yaml (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/evals/deploy-auto/deploy-plan.yaml (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/plugins/deploy-auto/AGENTS.md (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/plugins/deploy-auto/commands/deploy-pipeline.md (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/plugins/deploy-auto/skills/deploy-execute/SKILL.md (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/plugins/deploy-auto/skills/deploy-execute/references/health-check-patterns.md (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/plugins/deploy-auto/skills/deploy-plan/SKILL.md (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/plugins/deploy-auto/skills/deploy-plan/references/deployment-patterns.md (100%) rename evals/{agentic-architect => agentic-engineering}/workspace-template/plugins/deploy-auto/skills/deploy-rollback/SKILL.md (100%) rename plugins/{agentic-architect => agentic-engineering}/skills/agent-architecture-design/SKILL.md (100%) rename plugins/{agentic-architect => agentic-engineering}/skills/agent-architecture-design/references/agentic-design-patterns.md (100%) rename plugins/{agentic-architect => agentic-engineering}/skills/agent-architecture-design/references/workflow-patterns.md (100%) rename plugins/{agentic-architect => agentic-engineering}/skills/agent-plugin-review/SKILL.md (100%) rename plugins/{agentic-architect => agentic-engineering}/skills/agent-plugin-review/references/skill-quality-checklist.md (100%) rename plugins/{agentic-architect => agentic-engineering}/skills/agent-plugin-review/references/workflow-checklist.md (100%) rename plugins/{agentic-architect => agentic-engineering}/skills/agent-plugin-review/scripts/lint_plugin.py (100%) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ce5e1f5c4..1d2e158cb 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -18,9 +18,9 @@ "source": "./plugins/agentv-claude-trace" }, { - "name": "agentic-architect", - "description": "Design and review AI agent architectures — species selection, workflow patterns, and plugin quality review", - "source": "./plugins/agentic-architect" + "name": "agentic-engineering", + "description": "Design and review AI agent systems — architecture patterns, workflow design, and plugin quality review", + "source": "./plugins/agentic-engineering" } ] } diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index ce5e1f5c4..1d2e158cb 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -18,9 +18,9 @@ "source": "./plugins/agentv-claude-trace" }, { - "name": "agentic-architect", - "description": "Design and review AI agent architectures — species selection, workflow patterns, and plugin quality review", - "source": "./plugins/agentic-architect" + "name": "agentic-engineering", + "description": "Design and review AI agent systems — architecture patterns, workflow design, and plugin quality review", + "source": "./plugins/agentic-engineering" } ] } diff --git a/evals/agentic-architect/agent-plugin-review.eval.yaml b/evals/agentic-engineering/agent-plugin-review.eval.yaml similarity index 100% rename from evals/agentic-architect/agent-plugin-review.eval.yaml rename to evals/agentic-engineering/agent-plugin-review.eval.yaml diff --git a/evals/agentic-architect/workspace-template/evals/deploy-auto/deploy-execute.eval.yaml b/evals/agentic-engineering/workspace-template/evals/deploy-auto/deploy-execute.eval.yaml similarity index 100% rename from evals/agentic-architect/workspace-template/evals/deploy-auto/deploy-execute.eval.yaml rename to evals/agentic-engineering/workspace-template/evals/deploy-auto/deploy-execute.eval.yaml diff --git a/evals/agentic-architect/workspace-template/evals/deploy-auto/deploy-plan.yaml b/evals/agentic-engineering/workspace-template/evals/deploy-auto/deploy-plan.yaml similarity index 100% rename from evals/agentic-architect/workspace-template/evals/deploy-auto/deploy-plan.yaml rename to evals/agentic-engineering/workspace-template/evals/deploy-auto/deploy-plan.yaml diff --git a/evals/agentic-architect/workspace-template/plugins/deploy-auto/AGENTS.md b/evals/agentic-engineering/workspace-template/plugins/deploy-auto/AGENTS.md similarity index 100% rename from evals/agentic-architect/workspace-template/plugins/deploy-auto/AGENTS.md rename to evals/agentic-engineering/workspace-template/plugins/deploy-auto/AGENTS.md diff --git a/evals/agentic-architect/workspace-template/plugins/deploy-auto/commands/deploy-pipeline.md b/evals/agentic-engineering/workspace-template/plugins/deploy-auto/commands/deploy-pipeline.md similarity index 100% rename from evals/agentic-architect/workspace-template/plugins/deploy-auto/commands/deploy-pipeline.md rename to evals/agentic-engineering/workspace-template/plugins/deploy-auto/commands/deploy-pipeline.md diff --git a/evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-execute/SKILL.md b/evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-execute/SKILL.md similarity index 100% rename from evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-execute/SKILL.md rename to evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-execute/SKILL.md diff --git a/evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-execute/references/health-check-patterns.md b/evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-execute/references/health-check-patterns.md similarity index 100% rename from evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-execute/references/health-check-patterns.md rename to evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-execute/references/health-check-patterns.md diff --git a/evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-plan/SKILL.md b/evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-plan/SKILL.md similarity index 100% rename from evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-plan/SKILL.md rename to evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-plan/SKILL.md diff --git a/evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-plan/references/deployment-patterns.md b/evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-plan/references/deployment-patterns.md similarity index 100% rename from evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-plan/references/deployment-patterns.md rename to evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-plan/references/deployment-patterns.md diff --git a/evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-rollback/SKILL.md b/evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-rollback/SKILL.md similarity index 100% rename from evals/agentic-architect/workspace-template/plugins/deploy-auto/skills/deploy-rollback/SKILL.md rename to evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-rollback/SKILL.md diff --git a/plugins/agentic-architect/skills/agent-architecture-design/SKILL.md b/plugins/agentic-engineering/skills/agent-architecture-design/SKILL.md similarity index 100% rename from plugins/agentic-architect/skills/agent-architecture-design/SKILL.md rename to plugins/agentic-engineering/skills/agent-architecture-design/SKILL.md diff --git a/plugins/agentic-architect/skills/agent-architecture-design/references/agentic-design-patterns.md b/plugins/agentic-engineering/skills/agent-architecture-design/references/agentic-design-patterns.md similarity index 100% rename from plugins/agentic-architect/skills/agent-architecture-design/references/agentic-design-patterns.md rename to plugins/agentic-engineering/skills/agent-architecture-design/references/agentic-design-patterns.md diff --git a/plugins/agentic-architect/skills/agent-architecture-design/references/workflow-patterns.md b/plugins/agentic-engineering/skills/agent-architecture-design/references/workflow-patterns.md similarity index 100% rename from plugins/agentic-architect/skills/agent-architecture-design/references/workflow-patterns.md rename to plugins/agentic-engineering/skills/agent-architecture-design/references/workflow-patterns.md diff --git a/plugins/agentic-architect/skills/agent-plugin-review/SKILL.md b/plugins/agentic-engineering/skills/agent-plugin-review/SKILL.md similarity index 100% rename from plugins/agentic-architect/skills/agent-plugin-review/SKILL.md rename to plugins/agentic-engineering/skills/agent-plugin-review/SKILL.md diff --git a/plugins/agentic-architect/skills/agent-plugin-review/references/skill-quality-checklist.md b/plugins/agentic-engineering/skills/agent-plugin-review/references/skill-quality-checklist.md similarity index 100% rename from plugins/agentic-architect/skills/agent-plugin-review/references/skill-quality-checklist.md rename to plugins/agentic-engineering/skills/agent-plugin-review/references/skill-quality-checklist.md diff --git a/plugins/agentic-architect/skills/agent-plugin-review/references/workflow-checklist.md b/plugins/agentic-engineering/skills/agent-plugin-review/references/workflow-checklist.md similarity index 100% rename from plugins/agentic-architect/skills/agent-plugin-review/references/workflow-checklist.md rename to plugins/agentic-engineering/skills/agent-plugin-review/references/workflow-checklist.md diff --git a/plugins/agentic-architect/skills/agent-plugin-review/scripts/lint_plugin.py b/plugins/agentic-engineering/skills/agent-plugin-review/scripts/lint_plugin.py similarity index 100% rename from plugins/agentic-architect/skills/agent-plugin-review/scripts/lint_plugin.py rename to plugins/agentic-engineering/skills/agent-plugin-review/scripts/lint_plugin.py