SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/AttuneLearning/ai_team_config --skill refine명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | refine |
| description | Review and refine patterns, promote to ADRs |
| argument-hint | [patterns|promote|{pattern-name}] |
Periodic review and refinement of patterns and ADRs.
/refine # Full refinement cycle
/refine patterns # Review patterns only
/refine promote # Review promotion candidates
/refine {pattern-name} # Refine specific pattern
/refine)Pattern Health Check
memory/patterns/ by usage_count (desc)Promotion Review
Gap Analysis
Output
## Refinement Report
### Promotion Candidates
| Pattern | Uses | Recommendation |
|---------|------|----------------|
| {name} | {n} | Promote / Keep / Review |
### Stale Patterns
- {name}: Last used {date}, consider archiving
### Coverage Gaps
- {work-type}: Only {n} patterns, consider adding {suggestions}
### Actions Available
1. Promote {pattern} to ADR
2. Archive {pattern}
3. Create pattern for {gap}
/refine promote {pattern})Extract ADR Content
Create ADR Draft
dev_communication/shared/architecture/templates/adr-template.mddev_communication/shared/architecture/decisions/Update Pattern
promoted_to: ADR-XXX-NNN/refine archive {pattern})memory/patterns/ to memory/patterns/archived/Recommended triggers: