- Add writing-agent to agents.json with subagent mode
- Configure temperature 0.8 for creative but structured writing
- Set triggers: write, draft, compose, document, report
- Grant write access to ~/CODEX for document creation
- Add to Chiron's task.permission allowlist for delegation
- Create comprehensive system prompt with document patterns and workflows
- 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.