From cwm
Selectively loads project dev manual chapters by task type (new features, bugs, APIs, refactoring, testing, security) to save tokens. Covers overview, coding standards, architecture, errors, security, testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cwm:dev-manualThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **전체를 읽지 말고, 현재 작업에 해당하는 챕터만 선택적으로 읽어 토큰을 절약하세요.**
전체를 읽지 말고, 현재 작업에 해당하는 챕터만 선택적으로 읽어 토큰을 절약하세요.
| 챕터 | 파일 | 내용 |
|---|---|---|
| 1 | .cwm/dev-manual/chapters/01-project-overview.md | 프로젝트 구조, 기술 스택 |
| 2 | .cwm/dev-manual/chapters/02-coding-standards.md | 네이밍, 코드 스타일 |
| 3 | .cwm/dev-manual/chapters/03-architecture.md | 아키텍처, 모듈 구조 |
| 4 | .cwm/dev-manual/chapters/04-error-handling.md | 에러 처리, 로깅 |
| 5 | .cwm/dev-manual/chapters/05-security.md | 보안, 인증/인가 |
| 6 | .cwm/dev-manual/chapters/06-testing.md | 테스트 전략, 커버리지 |
작업 유형별 읽을 챕터:
├── 새 기능 개발 → 1, 2, 3
├── 버그 수정 → 1, 4
├── API 개발 → 2, 3, 4, 5
├── 리팩토링 → 2, 3
├── 테스트 작성 → 6
└── 보안 관련 작업 → 5, 4
/cwm:setupwithme 실행 시 프로젝트에 맞게 자동 생성됩니다.
위치: .cwm/dev-manual/chapters/
npx claudepluginhub hsuneh/dev_sys_template --plugin cwmUniversal project workflow guide that reads the existing codebase, keeps changes small, and explains technical decisions in plain language. Use when starting, modifying, debugging, or deploying software projects.
Audits existing docs and generates full project documentation in docs/ including architecture.md, getting-started.md, development.md, API refs, and ADRs. For onboarding and context sharing.
Guides project documentation structure, content requirements, and best practices. Includes templates for README, ARCHITECTURE, API docs, and change history.