بنقرة واحدة
spec-write-us
Write or format an ISO-compatible User Story (US) artifact.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write or format an ISO-compatible User Story (US) artifact.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | spec-write-us |
| description | Write or format an ISO-compatible User Story (US) artifact. |
Use this skill to capture informative, non-normative user intent.
SHALL).assets/user-story-template.mdassets/US-001-example.mdspec/usecase/US-XXX-description.mdspecs/<category>/<component>/spec/usecase/US-XXX-description.md[US-XXX] TitleUS-XXX-AC-NEvery US file MUST contain the following YAML frontmatter:
---
id: US-XXX
title: "<Title>"
artifact_type: US
relationships: # Structured array of related FRs or StRs
- target: "ix://org/repo/FR-XXX"
type: "derives_into"
cardinality: "1:N"
---
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 an authoritative Stakeholder Requirement (StR).
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/.