Commit Graph

2 Commits

Author SHA1 Message Date
1ae2562626 docs: Enhance Main Claude coordination rules with new capabilities
Updated AGENT_COORDINATION_RULES.md to document Main Claude's enhanced role:

New Capabilities Section:
- Automatic skill invocation (frontend-design for ANY UI change)
- Sequential Thinking recognition (when to use ST MCP)
- Dual checkpoint system (git + database via /checkpoint)
- Skills vs Agents distinction (when to use each)

Main Claude Responsibilities Enhanced:
- Auto-invoke frontend-design skill when UI affected
- Recognize when Sequential Thinking is appropriate
- Execute dual checkpoints (git + database)
- Coordinate agents and skills intelligently

Quick Reference Updated:
- Added UI validation (Frontend Design Skill)
- Added complex problem analysis (Sequential Thinking MCP)
- Added dual checkpoints (/checkpoint command)
- Added skill invocation (Main Claude)

Summary Section Added:
- Orchestra conductor metaphor for Main Claude's role
- Clear list of what Main Claude does NOT do
- Clear list of what Main Claude DOES automatically
- Comprehensive coordinator responsibilities

Files: .claude/AGENT_COORDINATION_RULES.md (+129 lines)

Decision Rationale:
Main Claude needed comprehensive documentation of enhanced
capabilities added today. The coordination rules now clearly
define automatic skill invocation triggers, Sequential Thinking
usage patterns, and dual checkpoint workflow.

Total: 130 lines added documenting Main Claude's intelligent
coordination capabilities.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-17 16:31:45 -07:00
25f3759ecc [Config] Add coding guidelines and code-fixer agent
Major additions:
- Add CODING_GUIDELINES.md with "NO EMOJIS" rule
- Create code-fixer agent for automated violation fixes
- Add offline mode v2 hooks with local caching/queue
- Add periodic context save with invisible Task Scheduler setup
- Add agent coordination rules and database connection docs

Infrastructure:
- Update hooks: task-complete-v2, user-prompt-submit-v2
- Add periodic_save_check.py for auto-save every 5min
- Add PowerShell scripts: setup_periodic_save.ps1, update_to_invisible.ps1
- Add sync-contexts script for queue synchronization

Documentation:
- OFFLINE_MODE.md, PERIODIC_SAVE_INVISIBLE_SETUP.md
- Migration procedures and verification docs
- Fix flashing window guide

Updates:
- Update agent configs (backup, code-review, coding, database, gitea, testing)
- Update claude.md with coding guidelines reference
- Update .gitignore for new cache/queue directories

Status: Pre-automated-fixer baseline commit

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-17 12:51:43 -07:00