mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
refactor: Optimize document passing strategy in workflow
- **concept-enhanced**: Add explicit priority for source documents - PRIMARY: role analysis.md files (complete technical details, ADRs) - SECONDARY: synthesis-specification.md (integrated requirements) - Framework: topic-framework.md (discussion context) - **task-generate**: Enhanced artifacts array with usage guidance - Add 'usage' field for each artifact type - Support dynamic role discovery - Reorder priority: synthesis (highest) → role_analysis (high) → framework (low) - **pre_analysis**: Add explicit artifact loading instructions - Note when to consult role analysis (API schemas, caching configs, design tokens) - Load system-architect, ui-designer, product-manager analyses - **implementation_approach**: Add clear priority instructions - Primary: Use synthesis-specification.md for requirements - Secondary: Refer to artifacts[] for technical details - Update logic_flow to include "Consult artifacts when needed" - **gitignore**: Add .workflow directory to ignore list 🎯 Result: Balanced strategy - 100% fidelity in analysis phase, 78% token efficiency in planning phase, hybrid approach in execution phase 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -17,4 +17,5 @@ yarn-error.log*
|
||||
Thumbs.db
|
||||
|
||||
.env
|
||||
settings.local.json
|
||||
settings.local.json
|
||||
.workflow
|
||||
Reference in New Issue
Block a user