- Add meeting-facilitator-agent entry to agents/agents.json with proper JSON structure
- Create prompts/meeting-facilitator-agent.txt with agent-specific system prompt
- Configure read-only permissions (edit: deny, bash: deny)
- Set temperature to 0.7 for balanced facilitation guidance
- Define triggers: facilitate meeting, run meeting, meeting guidance, how to facilitate, agenda planning
- Add agent to Chiron's task.permission.delegate_task allowlist
- Use zai-coding-plan/glm-4.7 model consistent with existing agents
- Reference meeting-notes skill for integration
- Add brainstorming-agent entry to agents.json with temperature 1.0 for maximum creativity
- Configure triggers: brainstorm, ideate, creative, explore options, what if
- Set read-only permissions (edit: deny, bash: deny) for consultation-only access
- Create comprehensive system prompt with divergent thinking methodology
- Add brainstorming-agent to Chiron's task.permission allowlist for delegation
- Follows Athena pattern: subagent mode, zai-coding-plan/glm-4.7 model, structured workflows
- Add productivity-coach-agent entry to agents/agents.json with subagent mode
- Set temperature to 0.7 for balanced coaching conversations
- Define triggers: coach, mentor, productivity advice, how should I, prioritize, focus
- Configure read-only permissions (no edit, bash, or doom_loop access)
- Create prompts/productivity-coach-agent.txt with mentor-style system prompt
- Add productivity-coach-agent to Chiron's task.permission allowlist
- Agent provides PARA methodology coaching and prioritization guidance
- Add strategy-agent entry to agents.json with subagent mode
- Configure temperature 0.6 for precision in strategic thinking
- Set triggers: strategy, strategic planning, high-level plan, long-term vision, how should we approach
- Apply read-only permissions (edit: deny, bash: deny)
- Create strategy-agent.txt prompt with strategic planning framework
- Add strategy-agent to Chiron's task.permission allowlist
- Rename skill/ to skills/ for consistency with naming conventions
- Rename agent/ to agents/ and command/ to commands/
- Update AGENTS.md with all directory references
- Update scripts/test-skill.sh paths
- Update prompts/athena.txt documentation
This aligns with best practices of using plural directory names and updates
all documentation to reflect the new structure.
- Add explicit 'mode': 'subagent' field to athena agent
- Add 'temperature': 0.1 to athena agent for deterministic results
- Rename 'Core Capabilities' to 'Your Core Responsibilities:'
- Convert responsibilities from subsections to numbered list format
- Rename 'Ethical Guidelines' to 'Quality Standards'
- Remove references to non-existent validate-agent.sh script
All 6 related beads issues closed.