catlog22
132eec900c
refactor: Replace CLI execution flags with semantic-driven tool selection
...
- Remove --cli-execute flag from plan.md, tdd-plan.md, task-generate-agent.md, task-generate-tdd.md
- Remove --use-codex flag from test-gen.md, test-fix-gen.md, test-task-generate.md
- Remove meta.use_codex from task JSON schema in action-planning-agent.md and cli-planning-agent.md
- Add "Semantic CLI Tool Selection" section to action-planning-agent.md
- Document explicit source: metadata.task_description from context-package.json
- Update test-fix-agent.md execution mode documentation
- Update action-plan-verify.md to remove use_codex validation
- Sync SKILL reference copies via analyze_commands.py
CLI tool usage now determined semantically from user's task description
(e.g., "use Codex for implementation") instead of explicit flags.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-29 15:59:01 +08:00
catlog22
d66064024c
refactor: Optimize context-gather workflow with Synthesis role clarification
...
- Rename Track 0 from 'Exploration Aggregation' to 'Exploration Synthesis'
- Add explicit synthesis logic for critical_files prioritization and deduplication
- Enhance explore-json-schema to support relevance scores in relevant_files
- Update explore agent prompts across context-gather and lite-plan commands
- Add synthesizeCriticalFiles and synthesizeConflictIndicators helper functions
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-29 10:38:04 +08:00
catlog22
57a86ab36f
feat: Add parallel explore agents to context-gather workflow
...
- context-gather.md: Add Step 2 with complexity assessment (Low/Medium/High)
and parallel cli-explore-agent execution (1-4 agents based on complexity)
- context-search-agent.md: Add Track 0 for exploration aggregation with
exploration_results schema including all_patterns and all_integration_points
- conflict-resolution.md: Consume exploration_results for enhanced conflict
detection with pre-identified conflict indicators
- task-generate-agent.md: Use exploration critical_files for focus_paths
and all_patterns/all_integration_points for implementation guidance
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-28 23:08:20 +08:00
catlog22
edda988790
feat: Add guideline to avoid complex bash pipe chains in test-fix-agent
...
Prefer dedicated tools (Read, Grep, Glob) over multi-pipe bash commands for file operations.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-27 13:59:45 +08:00
catlog22
a8961761ec
feat: Add run_in_background=false guideline for test-fix-agent
...
Ensure Bash() commands run tests in foreground for proper output capture.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-27 13:28:47 +08:00
catlog22
34a9a23d5b
fix: Add explicit JSON schema requirements to review cycle agent prompts
...
Move specific JSON structure requirements from cli-explore-agent (keep generic)
to review-*-cycle.md prompts. Key requirements now inline in prompts:
- Root must be array [{}] not object {}
- analysis_timestamp field (not timestamp/analyzed_at)
- Flat summary structure (not nested by_severity)
- Lowercase severity/id values
- Correct field names (snippet not code_snippet, impact not exploit_scenario)
2025-11-26 15:15:30 +08:00
catlog22
cf6a0f1bc0
refactor: Simplify cli-explore-agent with prompt-driven architecture
...
- Restructure cli-explore-agent.md from 620 to 165 lines
- Replace hardcoded task types with prompt-based extraction
- Add 4-phase workflow: Task Understanding → Analysis → Schema Validation → Output
- Emphasize mandatory schema reading before JSON output
- Remove inline output templates, reference external schema files
- Update code-map-memory.md to use codemap-json-schema.json
2025-11-26 15:07:22 +08:00
catlog22
247db0d041
Refactor lite-execute and lite-plan workflows to support plan.json format, enhance task structure, and improve exploration angle assignment. Update review cycle dashboard with dimension summary table and associated styles. Modify plan JSON schema to include new properties and adjust validation rules.
2025-11-26 11:31:15 +08:00
catlog22
3acf6fcba8
docs: enhance test task generation documentation with existing test infrastructure and framework usage
2025-11-24 21:14:32 +08:00
catlog22
f798dd4172
refactor: consolidate workflow commands and add UI design templates
...
1. Remove deprecated task-generate.md
- Replaced by task-generate-agent.md in previous commits
- Clean up duplicate command documentation
2. Update ui-design-agent.md
- Refine agent specifications and workflow integration
3. Add UI design template files
- Create ~/.claude/workflows/cli-templates/ui-design/systems/
- Add animation-tokens.json for animation and transition patterns
- Add design-tokens.json for color, typography, spacing tokens
- Add layout-templates.json for structural layout patterns
- Modular design system management
4. Update analyze_commands.py
- Enhance command analysis capabilities
- Improve metadata extraction
Key improvements:
- Remove duplicate/deprecated documentation
- Modular UI design template management
- Better workflow command organization
2025-11-24 19:36:33 +08:00
catlog22
adbb2070bb
docs: update action-planning-agent and task-generate-agent documentation to clarify loading strategies and steps
2025-11-24 10:47:37 +08:00
catlog22
3c9cf3a677
docs: enhance action-planning-agent and task-generate-agent documentation with progressive loading strategy and smart artifact selection
2025-11-24 10:36:06 +08:00
catlog22
ff808ed539
docs: update task-generate-agent documentation for clarity on planning document generation and execution phases
2025-11-23 22:57:43 +08:00
catlog22
99a5c75b13
docs: enhance task generation agent documentation with progressive loading strategy and smart artifact selection
2025-11-23 22:44:11 +08:00
catlog22
7453987cfe
Add documentation for new CLI commands: docs-related-cli and lite-fix
...
- Implemented the `docs-related-cli` command for context-aware documentation generation and update for changed modules using CLI execution with tool fallback.
- Introduced the `lite-fix` command for lightweight bug diagnosis and fix workflow, featuring intelligent severity assessment and optional hotfix mode for production incidents.
2025-11-23 22:18:39 +08:00
catlog22
4bb4bdc124
refactor: migrate agents to path-based context loading
...
- Update action-planning-agent and task-generate-agent to load context
via file paths instead of embedded context packages
- Streamline test-cycle-execute workflow execution
- Remove redundant content from conflict-resolution and context-gather
- Update SKILL.md and tdd-plan documentation
2025-11-23 22:06:13 +08:00
catlog22
b649360cd6
docs: update agent documentation for context package and execution responsibilities
2025-11-23 21:04:25 +08:00
catlog22
72f27fb2f8
feat: add implementation_approach command field execution mode
...
- Add CLI mode example to implementation_approach showing optional command field
- Document two execution modes:
1. Default Mode (agent execution): No command field, agent interprets steps
2. CLI Mode (command execution): With command field, uses CLI tools (codex/gemini/qwen)
- Add Implementation Approach Execution Modes section with:
- Mode descriptions and use cases
- Required fields for each mode
- Command patterns for CLI mode (codex, gemini)
- Mode selection strategy
- Simplify implementation_approach examples to use generic placeholders
- Emphasize command field is optional, agent decides based on task complexity
Benefits:
- Clear documentation of both execution patterns
- Agents understand when to use CLI tools vs direct execution
- Pattern examples show structure without over-specifying content
- Supports both autonomous agent work and CLI tool delegation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-23 19:42:08 +08:00
catlog22
be129f5821
refactor: simplify pre_analysis JSON examples to show patterns only
...
- Simplify pre_analysis JSON examples to focus on structure patterns
- Replace specific commands with generic placeholders ([pattern], [lang], [N])
- Reduce OPTIONAL section to 5 key pattern examples (vs 12 detailed examples)
- Condense dynamic adaptation guide to essential principles
- Remove overly detailed command examples that could mislead
Benefits:
- Clearer focus on structure patterns rather than specific implementations
- Reduced cognitive load - easier to understand the schema
- Less risk of agents copying specific examples blindly
- More flexibility for agents to create task-appropriate steps
Pattern examples now show:
- Project structure analysis pattern
- Local search pattern (bash/rg/find)
- Gemini CLI pattern
- Qwen CLI pattern
- MCP tools pattern
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-23 19:39:34 +08:00
catlog22
b1bb74af0d
feat: enhance pre_analysis with comprehensive CLI examples and dynamic guidance
...
- Add extensive pre_analysis examples organized by category:
- Required context loading steps
- Project structure analysis
- Local codebase exploration (bash/rg/find)
- Gemini CLI analysis (architecture, execution flow)
- Qwen CLI analysis (code quality, fallback)
- MCP tools integration
- Tech-specific searches (React, database, etc.)
- Add "举一反三" (draw inferences) principle with detailed guidance:
- Dynamic step selection based on task type
- Tool selection strategy (Gemini/Qwen/Bash/MCP)
- Task-specific adaptation examples (security, performance, API)
- Command composition patterns
- Emphasize that examples are reference templates, not fixed requirements
- Agent must dynamically select and adapt steps based on actual task needs
- Provide clear guidelines for when to use each type of analysis tool
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-23 19:36:47 +08:00
catlog22
a7a654805c
refactor: remove context_signature field from task JSON schema
...
- Remove context_signature field from meta object
- Simplify meta object to focus on essential fields
- Keep execution_group for parallelization support
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-23 19:33:29 +08:00
catlog22
c0c894ced1
feat: enhance action-planning-agent task JSON schema definition
...
- Add missing top-level field: context_package_path
- Add missing context fields: parent, inherited, shared_context
- Add meta fields for parallelization: execution_group, context_signature
- Fix status enumeration: pending|active|completed|blocked|container
- Fix meta.type enumeration: distinguish test-gen from test-fix
- Expand meta.agent options: add action-planning-agent, test-fix-agent, universal-executor
- Enhance artifacts structure: add source, usage, contains fields
- Restructure schema presentation into 4 clear sections
- Add practical pre_analysis examples with CLI bash search commands
- Emphasize quantification requirements for requirements/acceptance fields
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-23 19:24:46 +08:00
catlog22
0b45ff7345
docs: clarify optional historical archive analysis in context-search-agent
...
Add note in Phase 2 to clarify that historical archive analysis
(querying .workflow/archives/manifest.json) is optional, addressing
discrepancy between context-gather.md (4 tracks) and agent implementation
(3 tracks).
This prevents confusion about manifest.json location and makes the
optional nature of archive querying explicit.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-23 13:39:36 +08:00
catlog22
c3818fdb79
Refactor workflow file paths from .workflow/sessions/ to .workflow/active/ for improved session management and consistency across commands. Updated documentation and command references to reflect the new directory structure, ensuring all relevant commands and outputs are correctly aligned with the active session model.
2025-11-20 09:40:58 +08:00
catlog22
89a61acb71
Refactor workflow output paths to use a standardized sessions directory structure
...
- Updated output paths in various command files to reflect the new structure: `.workflow/sessions/{session_id}/` instead of `.workflow/{session_id}/`.
- Adjusted documentation and code comments to ensure consistency across all agents and commands.
- Ensured that all references to session-related files are correctly pointing to the new directory format.
2025-11-19 23:04:10 +08:00
catlog22
487b359266
refactor(workflow): remove all .active marker file references and sync documentation
...
Core Changes (10 files):
- commands: cli/execute.md, memory/docs.md, workflow/review.md, workflow/brainstorm/*.md
- agents: cli-execution-agent.md
- workflows: task-core.md, workflow-architecture.md
Transformations:
- Removed all .active-* marker file operations (touch/rm/find)
- Updated session discovery to directory-based (.workflow/sessions/)
- Updated directory structure examples to show sessions/ subdirectory
- Replaced marker-based state with location-based state
Reference Documentation (57 files):
- Auto-synced via analyze_commands.py script
- Includes all core file changes
- Updated command indexes (all-commands.json, by-category.json, etc.)
Migration complete: 100% .active marker references removed
Session state now determined by directory location only
2025-11-19 20:24:14 +08:00
catlog22
bc5ddb3670
refactor(agents): remove Performance Limits section from context-search-agent
...
- Removed Performance Limits section (18 lines)
- Deleted file counts, size filtering, depth control, and tool priority sections
- Performance constraints should not appear in agent responsibilities
- Agent documentation now focuses on core capabilities and execution flow
2025-11-19 15:35:50 +08:00
catlog22
45a082d963
refactor(agents): remove Performance Optimization section from cli-explore-agent
...
- Removed Performance Optimization section (49 lines)
- Performance considerations should not appear in agent responsibilities
- Deleted caching strategy, parallel execution, and resource limits sections
- Agent documentation now focuses solely on core capabilities and execution flow
2025-11-18 13:07:47 +08:00
catlog22
4a0eef03a2
refactor(agents): reorganize cli-planning agent docs for improved clarity and consistency
...
Restructure cli-lite-planning-agent.md and cli-planning-agent.md following action-planning-agent.md's clear hierarchical pattern. Merge duplicate content, consolidate sections, and improve readability while preserving all original information.
2025-11-17 21:51:01 +08:00
catlog22
0e21c0dba7
feat(lite-plan): upgrade task structure to detailed objects with implementation guidance
...
Major changes:
- Add cli-lite-planning-agent.md for generating structured task objects
- Upgrade planObject.tasks from string[] to structured objects with 7 fields:
- title, file, action, description (what to do)
- implementation (3-7 steps on how to do it)
- reference (pattern, files, examples to follow)
- acceptance (verification criteria)
- Update lite-execute.md to format structured tasks for Agent/Codex execution
- Clean up agent files: remove "how to call me" sections (cli-planning-agent, cli-explore-agent)
- Update lite-plan.md to use cli-lite-planning-agent for Medium/High complexity tasks
Benefits:
- Execution agents receive complete "how to do" guidance instead of vague descriptions
- Each task includes specific file paths, implementation steps, and verification criteria
- Clear separation of concerns: agents only describe what they do, not how they are called
- Architecture validated by Gemini: 100% consistency, no responsibility leakage
Breaking changes: None (backward compatible via task.title || task fallback in lite-execute)
2025-11-17 20:52:49 +08:00
catlog22
ccb4490ed4
refactor(cli-tools): remove redundant model parameters for improved command clarity
2025-11-16 21:11:16 +08:00
catlog22
4a5c8490b1
refactor(cli-explore-agent): update color scheme from blue to yellow for improved visibility
2025-11-15 18:17:08 +08:00
catlog22
a8e8412477
feat(agents): add cli-explore-agent and enhance workflow documentation
...
Add new cli-explore-agent for code structure analysis and dependency mapping:
- Dual-source strategy (Bash + Gemini CLI) for comprehensive code exploration
- Three analysis modes: quick-scan, deep-scan, dependency-map
- Language-agnostic support (TypeScript, Python, Go, Java, Rust)
Enhance lite-plan workflow documentation:
- Clarify agent call prompts with structured return formats
- Add expected return structures for cli-explore-agent and cli-planning-agent
- Simplify AskUserQuestion usage with clearer examples
- Document data flow between workflow phases
Add code-map-memory command:
- Generate Mermaid code flow diagrams from feature keywords
- Create SKILL packages for code understanding
- Auto-continue workflow with phase skipping
Improve UI design system:
- Add theme colors guide to ui-design-agent
- Enhance code import workflow documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-12 21:13:42 +08:00
catlog22
9ccf348827
refactor(ui-design): enhance agent operation documentation and optimize layout structure
2025-11-12 10:23:25 +08:00
catlog22
fdcdf73d60
Implement feature X to enhance user experience and fix bug Y in module Z
2025-11-12 09:50:36 +08:00
catlog22
8f8467e016
Implement feature X to enhance user experience and fix bug Y in module Z
2025-11-12 09:40:48 +08:00
catlog22
d602ca052b
refactor(ui-design): enhance usage recommendations and extraction processes in design workflows
2025-11-11 21:52:47 +08:00
catlog22
8786b8c34d
refactor(ui-design): enhance conflict detection methods and improve semantic search for primary color definitions
2025-11-11 21:38:44 +08:00
catlog22
e209799756
refactor(ui-design): enhance conflict detection and validation processes in import-from-code workflow
2025-11-11 21:36:18 +08:00
catlog22
7184a3be66
Implement feature X to enhance user experience and fix bug Y in module Z
2025-11-11 20:31:28 +08:00
catlog22
30071f48e8
refactor(ui-design): streamline output files for animation, layout, and style extraction commands by removing unnecessary guide files
2025-11-11 20:23:46 +08:00
catlog22
19351cd938
refactor(ui-design): enhance design token and layout template handling in reference page generation
2025-11-11 20:12:15 +08:00
catlog22
a795538182
refactor(test-workflow): implement multi-layered testing strategy with quality gates
...
Introduce comprehensive test quality assurance framework to prevent "hollow tests"
from masking real issues. Optimize JSON data structures following minimal-but-sufficient principle.
Major Changes:
- Multi-layered test strategy (L0: Static, L1: Unit, L2: Integration, L3: E2E)
- New quality gate task (IMPL-001.5-review) validates tests before fix cycle
- Layer-aware failure diagnosis with test_type field support
- JSON simplification: removed redundant failure_context (~44% size reduction)
File Changes:
- new: cli-planning-agent.md - CLI analysis executor with layer-specific guidance
- mod: test-fix-gen.md - multi-layered test planning and quality gate generation
- mod: test-fix-agent.md - layer-aware test execution and failure classification
- mod: test-cycle-execute.md - 95% pass rate threshold with criticality assessment
Technical Details:
- test_type field tracks test layer (static/unit/integration/e2e)
- IMPL-fix-N.json simplified: removed 350 lines of redundant data
- Single source of truth: iteration-N-analysis.md contains full context
- Quality config: ~/.claude/workflows/test-quality-config.json (not in repo)
Benefits:
- Prevents symptom-level fixes through layer-specific diagnosis
- Ensures test quality with static analysis and coverage validation
- Reduces JSON file size by 44% while maintaining information completeness
- Enforces comprehensive test coverage (happy path + negative + edge cases)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-10 15:34:17 +08:00
catlog22
fb65e8f90f
docs(ui-design-agent): add remote assets reference guidelines
...
Add comprehensive remote assets reference section:
- Image CDN services (Unsplash, Picsum, Placeholder.com)
- Icon libraries (Lucide, Font Awesome, Material Icons)
- Usage patterns with HTML examples
- Best practices for external resource loading
Guidelines include:
- HTTPS URLs mandatory
- Width/height attributes for layout stability
- Lazy loading for below-fold images
- Accessibility requirements (alt attributes)
- Prohibit local file paths and base64 embedding
Position: Between Typography System and Visual Effects System
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-09 15:05:47 +08:00
catlog22
7269f20f57
refactor: reorganize ui-design-agent with 3 task patterns covering 6 task types
...
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 >
2025-11-08 21:20:23 +08:00
catlog22
3199b91255
refactor: remove external invocation references from ui-design-agent
...
Agent should focus on task execution, not who invokes it. Remove all
references to orchestrator commands and external callers.
Changes:
1. **Agent description** (line 19):
- Before: "invoked by orchestrator commands (e.g., generate.md)"
- After: Focus on autonomous execution
2. **Core Capabilities** (line 25):
- Removed: "Invoked by: generate.md Phase 2"
- Agent doesn't need to know its caller
3. **Execution Process** (line 250):
- Before: "When invoked by orchestrator command"
- After: "Standard execution flow for design generation tasks"
4. **Task prompt terminology** (line 259):
- Changed: "orchestrator prompt" → "task prompt"
5. **Invocation Model → Task Responsibilities** (lines 295-305):
- Before: "You are invoked by orchestrator commands..."
- After: Focus on task responsibilities and expected output
6. **Execution Principles** (lines 310, 315):
- Changed: "orchestrator command" → "task prompt"
- Changed: "Each invocation" → "Each task"
7. **Performance Optimization → Generation Approach** (lines 342-348):
- Removed: Two-layer architecture with orchestrator responsibility
- Added: Single-pass assembly focus (matches current implementation)
8. **Scope & Boundaries** (line 359):
- Simplified "NOT Your Responsibilities" to "Out of Scope"
- Removed: workflow orchestration, task scheduling references
- Focus on what agent does, not external workflow
9. **Path Handling** (lines 423-426):
- Changed: "Orchestrator provides" → "Task prompts provide"
- Changed: "Agent uses" → "Use" (more direct)
Result: Agent documentation now focuses on task execution without
references to external callers or orchestration.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-08 21:12:06 +08:00
catlog22
e20604bb21
refactor: align ui-design-agent.md with current generate.md implementation
...
Remove obsolete content and update documentation to match actual workflow:
1. **Remove consolidate.md references**:
- Updated agent invocation description (line 19)
- Replaced "Invocation Model" section (lines 296-308)
- consolidate.md doesn't exist in current workflow
2. **Replace obsolete Core Capabilities section** (lines 21-101):
- Removed outdated task definitions:
* Design Token Synthesis (referenced consolidate.md)
* Layout Strategy Generation (referenced consolidate.md)
* Obsolete UI Prototype Generation with CSS placeholders
* Consistency Validation (no longer used)
- Added correct "Layout & Style Assembly" documentation matching generate.md:
* Task type: [LAYOUT_STYLE_ASSEMBLY]
* Direct CSS reference: <link href="{target}-style-{style_id}-layout-{layout_id}.css">
* Self-contained CSS architecture (no placeholders)
* Assembly process matching generate.md lines 130-174
3. **Remove CSS placeholder instructions**:
- Removed {{STRUCTURAL_CSS}} and {{TOKEN_CSS}} placeholder pattern
- These placeholders are NOT used in current implementation
- Current system uses direct CSS file references with resolved var() values
Key improvements:
- Accurate documentation of current [LAYOUT_STYLE_ASSEMBLY] task
- Correct CSS reference pattern matching generate.md:134
- Removed all references to non-existent consolidate.md
- Self-contained CSS architecture properly documented
Verified consistency with generate.md implementation (lines 130-174).
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-08 21:07:21 +08:00
catlog22
915eb396e7
feat: enhance quantification requirements across workflow tools
...
Enhanced task generation with mandatory quantification standards to eliminate ambiguity:
- Add Quantification Requirements section to all task generation commands
- Enforce explicit counts and enumerations in requirements, acceptance criteria, and modification points
- Standardize formats: "Implement N items: [list]" vs vague "implement features"
- Include verification commands for measurable acceptance criteria
- Simplify documentation by removing verbose examples while preserving all key information
Changes:
- task-generate.md: Add quantification section, streamline Task JSON schema, remove CLI examples
- task-generate-agent.md: Add quantification rules, improve template selection clarity
- task-generate-tdd.md: Add TDD-specific quantification formats for Red-Green-Refactor phases
- action-planning-agent.md: Add quantification requirements with validation checklist and updated examples
Impact:
- Reduces task documentation from ~900 lines to ~600 lines (33% reduction)
- All requirements now require explicit counts: "5 files", "15 test cases", ">=85% coverage"
- Acceptance criteria must include verification commands
- Modification points must specify exact targets with line numbers
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-08 15:02:07 +08:00
catlog22
5aa9931dd7
feat: optimize documentation generation process with batch processing and unified analysis
2025-11-03 15:59:30 +08:00
catlog22
e53a1bf397
feat: add CLI execution mode support to documentation commands and update argument hints
2025-11-03 15:47:18 +08:00