Commit Graph

5 Commits

Author SHA1 Message Date
sascha.koenig
251c3bc895 feat: add writing-agent subagent for long-form content creation
- 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
2026-02-03 09:04:50 +01:00
sascha.koenig
80e16f14ad feat: add strategy-agent subagent for high-level strategic planning
- 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
2026-02-03 09:04:14 +01:00
m3tm3re
cb383f9c7f Athena permissions refined 2026-02-02 19:21:04 +01:00
m3tm3re
c58c28aef5 chore(agents): refine permissions for Chiron and Chriton-Forge with security hardening 2026-02-02 19:06:49 +01:00
m3tm3re
63cd7fe102 Rename directories to plural form: skill/ → skills/, agent/ → agents/, command/ → commands/
- 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.
2026-01-26 20:42:05 +01:00