devflow-file-standards
파일 명명 규칙 표준화
일관되지 않은 파일 명명은 혼란을 야기하고 개발 팀의 속도를 저하시킵니다. 이 스킬은 AI 기반 개발 워크플로 전반에 걸쳐 파일 명명, 디렉터리 구성 및 YAML 메타데이터 형식 지정을 위한 표준화된 규칙을 제공합니다.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "devflow-file-standards". 새 요구사항 문서에 어떤 형식을 사용해야 하나요?
النتيجة المتوقعة:
- Primary document name: PRD.md (all uppercase with underscores)
- Location: devflow/requirements/REQ-XXX/PRD.md
- Required frontmatter: reqId, title, version, createdAt, updatedAt, status, author
استخدام "devflow-file-standards". API 계약 파일은 어떻게 명명해야 하나요?
النتيجة المتوقعة:
- OpenAPI format: api-{resource}.yaml (e.g., api-users.yaml)
- GraphQL format: graphql-{schema}.graphql
- Location: devflow/requirements/REQ-XXX/contracts/
التدقيق الأمني
آمنThis skill contains ONLY documentation about file naming conventions and directory structures. No executable code, network access, or file system operations exist. All 91 static findings are false positives: the scanner misinterprets documentation examples as code, YAML patterns as cryptographic algorithms, and markdown backticks as shell execution.
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
📁 الوصول إلى نظام الملفات (2)
⚙️ الأوامر الخارجية (59)
درجة الجودة
ماذا يمكنك بناءه
팀 표준 적용
모든 팀 멤버가 요구사항, 작업 및 문서 전반에 걸쳐 일관된 파일 명명 및 디렉터리 구조를 따르도록 보장합니다.
파일 구성 자동화
자동 파일 생성 및 구성을 위해 AI 기반 개발 워크플로에 표준화된 명명을 통합합니다.
멀티 에이전트 프로젝트 구조화
여러 AI 에이전트와 인간 기여자가 참여하는 프로젝트를 위한 명확한 파일 구성 패턴을 정의합니다.
جرّب هذه الموجهات
Is 'user-authentication.md' correctly named for a supporting document in CC-DevFlow?
Generate a valid REQ-ID for a user authentication feature following the REQ-\\d{3} pattern.Show me the complete directory structure for REQ-123 including all required subdirectories.
What are the required YAML frontmatter fields for a PRD.md file in CC-DevFlow?
أفضل الممارسات
- 요구사항 디렉터리 생성 전에 항상 REQ-ID 형식 검증
- 모든 프로젝트 문서에서 일관된 명명 패턴 사용
- 메타데이터 추적을 위해 모든 주요 문서에 YAML frontmatter 포함
تجنب
- 동일 프로젝트 내에서 명명 스타일(kebab-case, snake_case, CamelCase) 혼용
- PRD.md 및 EPIC.md와 같은 주요 문서에서 YAML frontmatter 생략
- 정의된 표준 외부의 커스텀 명명 패턴 생성