mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
Restructure agent documentation to avoid confusion and clarify responsibilities. All 6 task types now organized into 3 clear patterns with shared standards. ## New Structure **Task Patterns** (replaces Core Capabilities): - Pattern 1: Option Generation (2 tasks) * DESIGN_DIRECTION_GENERATION_TASK * LAYOUT_CONCEPT_GENERATION_TASK - Pattern 2: System Generation (3 tasks) * DESIGN_SYSTEM_GENERATION_TASK * LAYOUT_TEMPLATE_GENERATION_TASK * ANIMATION_TOKEN_GENERATION_TASK - Pattern 3: Assembly (1 task) * LAYOUT_STYLE_ASSEMBLY Each pattern documents: - Purpose and autonomy level - Task types covered - Common process flow - Task-specific inputs/outputs - Key principles ## Benefits 1. **Complete Coverage**: All 6 task types explicitly documented 2. **Clear Organization**: Tasks grouped by similar characteristics 3. **Reduced Duplication**: Shared design standards and execution principles 4. **Pattern Recognition**: Agent knows which rules apply per task type 5. **Maintainability**: Single agent easier to maintain than multiple agents ## Updated Sections - **Task Patterns**: New section replacing fragmented Core Capabilities - **Execution Flow**: Generic pattern-based flow (was task-specific) - **Core Execution Principles**: Simplified with pattern-specific autonomy levels - **Key Reminders**: Updated to reference patterns, removed external invocation terms ## Verification ✅ Pattern 1 covers: DESIGN_DIRECTION_GENERATION, LAYOUT_CONCEPT_GENERATION ✅ Pattern 2 covers: DESIGN_SYSTEM_GENERATION, LAYOUT_TEMPLATE_GENERATION, ANIMATION_TOKEN_GENERATION ✅ Pattern 3 covers: LAYOUT_STYLE_ASSEMBLY All commands (style-extract, layout-extract, animation-extract, generate) now properly supported. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>