원클릭으로
skill
TODO: Brief description of what the Skill does and when to use it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
TODO: Brief description of what the Skill does and when to use it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze feature requirements, dependencies, and security considerations. Use when starting feature implementation from GitHub issues to understand scope, technical feasibility, and risks.
Design system architecture, API contracts, and data flows. Use when translating analyzed requirements into technical design for feature implementation.
Implement features with code, tests, and documentation. Use when building features from approved designs following TDD and project coding standards.
Validate code quality, test coverage, performance, and security. Use when verifying implemented features meet all standards and requirements before marking complete.
Validate WCAG 2.1 Level AA compliance and accessibility best practices. Use when performing accessibility audits and WCAG certification.
Analyze feature requirements, dependencies, and security considerations. Use when starting feature implementation from GitHub issues to understand scope, technical feasibility, and risks.
| name | skill |
| description | TODO: Brief description of what the Skill does and when to use it |
Purpose: Incrementally collect and validate product assessment responses in structured JSON format.
Questions are organized in 4 sections (questions.md):
Each question is numbered 1-17.
Start with a template and add answers one at a time:
{
"metadata": {
"product_name": "Your Product Name",
"created_at": "2025-11-03T00:00:00Z",
"status": "in_progress"
},
"answers": {
"why_section": {
"q1_problem_evidence": "Answer here..."
}
}
}
Build incrementally:
last_updated timestampcompletion_percentage in metadataAuto-calculate:
answered_questions: Count non-empty answerscompletion_percentage: (answered_questions / 17) × 100go_no_go_result: "go" if all 4 checklist items true, else "no_go" or "pending"Validation rules:
| Section | Questions | Type |
|---|---|---|
| WHY | 1-4 | Text |
| WHO | 5-8 | Text |
| WHAT | 9-13 | Text |
| GO/NO-GO | 14-17 | Boolean |
~/.claude/skills/answer-collector/
├── SKILL.md # This file
├── questions.md # The 17 assessment questions
├── schema.json # JSON validation schema
└── assessments/ # (optional) Stored assessment JSONs
└── product-name.json