- Remove commands/ and agents/ directories
- Create skills/ directory with SKILL.md
- Update marketplace.json to reference skills instead of commands/agents
- Maintain all functionality in proper Claude Skills format
Generated by swe-agent
- Restructured from .claude/plugins/ to requirements-clarity/.claude-plugin/
- Plugin metadata in marketplace.json (not claude.json)
- Commands in requirements-clarity/commands/clarif.md
- Agent in requirements-clarity/agents/clarif-agent.md
- All prompts in English
- Updated root .claude-plugin/marketplace.json to register plugin
- Removed duplicate files from development-essentials
- Removed old .claude/plugins/requirements-clarity directory
Plugin now follows correct Claude Code plugin directory structure.
Generated by swe-agent
- Translate SKILL.md: All prompts, instructions, and examples to English
- Translate README.md: Documentation and test cases to English
- Translate clarif.md command: Question categories and output templates
- Translate clarif-agent.md: Agent instructions and rubrics to English
- Remove Chinese-only content, keep English throughout
- Maintain skill structure and 100-point scoring system
- Update examples to use English conversation flow
Addresses #17: Plugin support requirement for English-only prompts
Generated by swe-agent
- Replace non-existent root-level commands/agents dirs with workflow-specific paths
- Add BMAD_DIR, REQUIREMENTS_DIR, ESSENTIALS_DIR, ADVANCED_DIR variables
- Update all deployment targets to copy from actual locations
- Add new targets: deploy-essentials and deploy-advanced
- Add shortcuts: make essentials, make advanced
- All 30 files now correctly referenced and verified
Generated by swe-agent
- Rename plugin.json to marketplace.json in all plugin directories
- Update repository URLs from yourusername to cexll
- Fix author URL, homepage, and repository fields
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Create separate directories for each plugin (requirements-driven-workflow/, bmad-agile-workflow/, development-essentials/, advanced-ai-agents/)
- Update marketplace.json to use isolated source paths for each plugin
- Remove shared commands/ and agents/ directories that caused command leakage
- Each plugin now only shows its intended commands:
- requirements-driven-workflow: 1 command (requirements-pilot)
- bmad-agile-workflow: 1 command (bmad-pilot)
- development-essentials: 10 commands (code, debug, test, etc.)
- advanced-ai-agents: 0 commands (agents only)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Update version badge to v3.2 and add Plugin Ready badge
- Add plugin system as recommended installation method (方法1)
- Document comprehensive v3.2 plugin system section
- Update support section with plugin documentation references
- Sync with English README plugin features
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Update version badge to v3.2 and add Plugin Ready badge
- Add plugin system as recommended installation method
- Document /plugin command usage and available plugins
- Add comprehensive plugin system section with feature details
- Update support section with plugin documentation references
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Updated Chinese README to match English version terminology
- Changed from spec-workflow to requirements-pilot throughout documentation
- Updated quality thresholds from 95% to 90% for consistency
- Replaced Sub-Agent terminology with Requirements-Driven workflow
- Updated agent names from spec-* to requirements-* pattern
- Improved requirements-pilot command structure with clearer phase separation
- Added mandatory user approval gate before implementation phase
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>