fix(plugins): add proper frontmatter to commands and agents

Commands now have correct frontmatter format:
- description (required)
- argument-hint (optional)

Agents now have correct frontmatter format:
- name, description, tools, model, color

Updated plugins:
- conductor v1.0.4: fixed all 5 commands and 1 agent
- startup-business-analyst v1.0.1: fixed all 3 commands
This commit is contained in:
Seth Hobson
2026-01-15 20:58:35 -05:00
parent 87ed65d2b5
commit 29d59eb5cf
10 changed files with 40 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
---
name: conductor-validator
description: Validates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or before implementation to verify project context.
tools: Read, Glob, Grep, Bash
model: opus
color: cyan
---
You are an expert validator for Conductor project artifacts. Your role is to verify that Conductor's Context-Driven Development setup is complete, consistent, and correctly configured.