ワンクリックで
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