feat(agents): add model selection and standardize frontmatter #397

Merged
lmiranda merged 1 commits from fix/plugin-install-mcp-mapping into development 2026-02-03 01:39:33 +00:00
Owner

Summary

  • Add per-agent model selection using Claude Code's model frontmatter field
  • Standardize all 25 agent frontmatter across the marketplace
  • Fix undocumented commands in README.md

Changes

Agent Model Selection

All agents now have a model field in their frontmatter:

  • sonnet (18 agents): Planner, Orchestrator, Executor, Code Reviewer, Coordinator, Security Reviewers, Data Advisor, Design Reviewer, etc.
  • haiku (7 agents): Maintainability Auditor, Test Validator, Component Check, Git Assistant, Data Ingestion, etc.

Frontmatter Standardization

  • Fixed agent:name: in viz-platform and data-platform agents
  • Removed non-standard triggers: field from domain agents
  • Added missing frontmatter to 13 agents

Documentation

  • Added "Agent Model Selection" section to CLAUDE.md with full assignment table
  • Added model configuration guide to docs/CONFIGURATION.md
  • Updated CHANGELOG.md with changes

README.md Fixes

  • Fixed claude-config-maintainer commands (/config-analyze/analyze, etc.)
  • Added missing commands: /config-audit-settings, /config-optimize-settings, /config-permissions-map
  • Added missing data-platform commands: /data-review, /data-gate

Test plan

  • ./scripts/validate-marketplace.sh passes
  • All 25 agents have name, description, and model fields
  • No agents use agent: or triggers: fields
  • Version consistency verified (v5.8.0)

🤖 Generated with Claude Code

## Summary - Add per-agent model selection using Claude Code's `model` frontmatter field - Standardize all 25 agent frontmatter across the marketplace - Fix undocumented commands in README.md ## Changes ### Agent Model Selection All agents now have a `model` field in their frontmatter: - **sonnet** (18 agents): Planner, Orchestrator, Executor, Code Reviewer, Coordinator, Security Reviewers, Data Advisor, Design Reviewer, etc. - **haiku** (7 agents): Maintainability Auditor, Test Validator, Component Check, Git Assistant, Data Ingestion, etc. ### Frontmatter Standardization - Fixed `agent:` → `name:` in viz-platform and data-platform agents - Removed non-standard `triggers:` field from domain agents - Added missing frontmatter to 13 agents ### Documentation - Added "Agent Model Selection" section to CLAUDE.md with full assignment table - Added model configuration guide to docs/CONFIGURATION.md - Updated CHANGELOG.md with changes ### README.md Fixes - Fixed claude-config-maintainer commands (`/config-analyze` → `/analyze`, etc.) - Added missing commands: `/config-audit-settings`, `/config-optimize-settings`, `/config-permissions-map` - Added missing data-platform commands: `/data-review`, `/data-gate` ## Test plan - [x] `./scripts/validate-marketplace.sh` passes - [x] All 25 agents have `name`, `description`, and `model` fields - [x] No agents use `agent:` or `triggers:` fields - [x] Version consistency verified (v5.8.0) 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 1 commit 2026-02-03 01:34:24 +00:00
Add per-agent model selection using Claude Code's now-supported `model`
frontmatter field, and standardize all agent frontmatter across the
marketplace.

Changes:
- Add `model` field to all 25 agents (18 sonnet, 7 haiku)
- Fix viz-platform/data-platform agents using `agent:` instead of `name:`
- Remove non-standard `triggers:` field from domain agents
- Add missing frontmatter to 13 agents
- Document model selection in CLAUDE.md and CONFIGURATION.md
- Fix undocumented commands in README.md

Model assignments based on reasoning depth, tool complexity, and latency:
- sonnet: Planner, Orchestrator, Executor, Coordinator, Security Reviewers
- haiku: Maintainability Auditor, Test Validator, Git Assistant, etc.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda force-pushed fix/plugin-install-mcp-mapping from f6931a0e0f to c0d62f4957 2026-02-03 01:38:08 +00:00 Compare
lmiranda merged commit 01e184b68f into development 2026-02-03 01:39:33 +00:00
lmiranda deleted branch fix/plugin-install-mcp-mapping 2026-02-03 01:39:33 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#397