원클릭으로
spec-write-str
Write an authoritative Stakeholder Requirement (StR).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write an authoritative Stakeholder Requirement (StR).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Define a normative Functional Requirement (FR) with complete specification.
Generate required integration test cases to cover integrations with all external services. These tests will be run in a real env with real services.
Define a normative Non-Functional Requirement (NFR) or quality constraint.
Write or format an ISO-compatible User Story (US) artifact.
Review requirements for quality, consistency, and completeness.
Convert ISO spec requirements (StR, FR, NFR) into a TDD-based project plan with dependency analysis, parallel execution tracks, quality gates, and task decomposition. Creates /plan/plan.md and /plan/tasks/.
| name | spec-write-str |
| description | Write an authoritative Stakeholder Requirement (StR). |
Use this skill to capture normative, outcome-focused stakeholder needs.
SHALL to express stakeholder obligation.assets/stakeholder-requirement-template.mdspec/stakeholder/StR-XXX-description.mdspecs/<category>/<component>/spec/stakeholder/StR-XXX-description.mdrelationships array?Every StR file MUST contain the following YAML frontmatter:
---
id: StR-XXX
title: "<Title>"
artifact_type: StR
relationships: # Structured array of impacted features
- target: "ix://org/repo/FR-XXX"
type: "satisfied_by"
cardinality: "1:N"
---