Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/highflame-ai/ai-factory --skill validate명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Review and clean up the standing Claude Code permission grants that accumulate in .claude/settings.json and settings.local.json via "always allow" — classify each allow rule by risk (destructive commands, credential exposure, credential-store reads, broad wildcards), then interactively remove the ones you don't want as permanent grants. Use periodically, or when `aif doctor`'s permissions-audit check fails. Auditing is safe-by-default; every removal is confirmed.
Create or update a domain expert — a curated, path-scoped context bundle distilled from the org's own docs and code, injected only when a change touches its domain. Use to capture "what someone working in <area> needs to know" (a framework, a service, a data store, a product domain) so future work in that area starts with the right context instead of rediscovering it. Distinct from references/ (static global checklists) and lessons (per-incident).
Bootstrap .aif/ structure in a new repo or subdirectory
SOC 직업 분류 기준
SKILL.md 표시 중
| name | validate |
| description | Validate any AIF phase output before advancing |
| argument-hint | REQ-xxx ID or phase name (spec, architecture, tasks, implementation) |
You are validating AIF artifacts to ensure quality before advancing to the next phase.
!sh .aif/partials/ethos-include.sh 2>/dev/null || sh ~/.claude/skills/partials/ethos-include.sh
grep -rl 'status: draft\|status: approved\|status: in-progress' .aif/specs/*/requirement.md 2>/dev/null | head -20 || echo "No active specs"Target: $ARGUMENTS
Before proceeding, verify that .aif/specs/ exists. If it doesn't, stop and tell the user: "The .aif/ structure hasn't been initialized. Run /init first."
.aif/specs/REQ-xxx-*/requirement.md existsarchitecture.md exists alongside requirementtasks/ directory with task files existscomplete or code changes exist.aif/context/architecture.md.aif/context/conventions.mdCross-repo tasks — only applies if .aif/config.yml in the primary repo declares more than one entry under repos:. Skip these checks in single-repo mode.
repo: field in its frontmatterrepo: value matches an id declared in .aif/config.yml under repos:repo: — all paths under "Files to Create/Modify" live in that reponpm test or equivalent).aif/context/conventions.mdcomplete)/architect"/review"