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.
npx claudepluginhub hsuneh/dev_sys_template --plugin cwmThis skill is limited to using the following tools:
> **전체를 읽지 말고, 현재 작업에 해당하는 챕터만 선택적으로 읽어 토큰을 절약하세요.**
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 developer mindset and workflow for programming projects: creating new projects, tech stack review, codebase changes, features, bugs, docs, architecture, tests, debugging, performance, deployment.
Guide documentation structure, content requirements, and project documentation best practices. Use when: creating README, documentation, docs folder, project setup, technical docs. Keywords: README, docs, documentation, CONTRIBUTING, CHANGELOG, ARCHITECTURE, API docs, 文件, 說明文件, 技術文件.
Share bugs, ideas, or general feedback.
전체를 읽지 말고, 현재 작업에 해당하는 챕터만 선택적으로 읽어 토큰을 절약하세요.
| 챕터 | 파일 | 내용 |
|---|---|---|
| 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/