🚀 New Features
CLAUDE-template Simplicity First Rules
- Added Simplicity First section for Phase 2 implementation — write
minimum code to meet Spec-Lite AC, no speculative features, no
abstractions unless reused ≥2 places
- Added Surgical Changes section — touch only what the request
requires, follow existing code style, never silently delete unrelated dead
code
Explicit Skill Activation Rules
- CLAUDE-template now enforces explicit Skill loading (not relying on
auto-match):
- Frontend components/pages →
frontend-design
- API definition/field mapping →
api-contract-first
- Business workflow testing →
e2e-test
Test Command Categories
- Test section split into 3 categories: Unit tests / Business workflow
tests / Single file targeted
- Strategy documents reference
.claude/reference/test-strategies/{type}.md
Web Test Strategy Enhancement
- Added Environment Variable Isolation section with Vitest
vi.stubEnv pattern to prevent state leakage between tests
🗑️ Removals
ui-ux-pro-max Skill Removed
- Core functionality non-operational (missing
scripts/search.py and CSV
data files)
- Trigger conditions merged into
frontend-design
- Reduces workspace skills from 5 → 4
🌐 Documentation
Full English CLAUDE-template
- All remaining Chinese content translated to English
Simplicity First header, Skill 激活规则 block fully English
reference/index.md also fully English (local, project-specific)
WORKFLOW.md & READMEs Synced
- CLAUDE-template key features added to WORKFLOW.md
README.zh.md and README.en.md fully synchronized
📊 Commit History (since v1.1.0)
| Commit |
Message |
6a46bc8 |
docs: translate CLAUDE-template.md remaining Chinese to |
| English |
|
c0ac8c0 |
docs: sync CLAUDE-template features into WORKFLOW.md and |
| READMEs |
|
06de5f4 |
enhance: CLAUDE-template Simplicity First rules, web test |
| strategy, e2e-test fix |
|
2e1c4ba |
remove: ui-ux-pro-max skill (non-functional — missing |
| scripts/search.py + CSV data) |
|
Quick Start
git clone https://github.com/cham-space/AICAM.git
cp -r AICAM/.claude/ /path/to/your/project/
Then in Claude Code, run /discover to begin.
---