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
- Remove YAML frontmatter from command files (commands don't use frontmatter) - Remove non-standard fields (color, tools) from conductor-validator agent - Simplify agent description to single line format
Conductor plugin was at root level instead of plugins/ directory, causing slash commands to not be recognized by Claude Code.