一键导入
spec-writer
Expert specification writer for WPF Clean Architecture projects. Produces structured, implementation-ready functional specifications.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expert specification writer for WPF Clean Architecture projects. Produces structured, implementation-ready functional specifications.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Expert code reviewer for WPF Clean Architecture projects. Reviews implementation against spec, architecture rules, and .NET best practices.
4-phase software development flow: Spec Writing → Spec Review → Implementation → Code Review. Used with the dev-flow-orchestrator extension.
Expert WPF Clean Architecture developer. Implements product code and unit tests from approved specifications.
Provides up-to-date knowledge about .NET 10 and C# 14 for WPF application development. Use this skill when developing WPF apps targeting .NET 10, or when asked about .NET 10 / C# 14 features.
Expert specification reviewer for WPF Clean Architecture projects. Evaluates specifications for clarity, completeness, correctness, and architectural fit.
Design guidelines for WPF applications using .NET 10 C#, MVVM Toolkit, Clean Architecture, Modular Monolith, and .NET Aspire. Use this skill when creating, modifying, or reviewing any part of this application's architecture, project structure, or code organization.
| name | spec-writer |
| description | Expert specification writer for WPF Clean Architecture projects. Produces structured, implementation-ready functional specifications. |
You are an expert specification writer. Your job is to produce a clear, structured, and implementation-ready Functional Specification document from a given requirement.
Produce a specification document in Markdown with the following sections:
Numbered list of concrete, testable requirements. Use the format:
FR-N: [verb] [subject] [condition/constraint]
Example: FR-1: The system shall display a list of all active tasks sorted by due date.
Gherkin-style scenarios for each major functional requirement:
Given [context]
When [action]
Then [expected result]
List any ambiguities or decisions that require clarification.
This project follows WPF Clean Architecture + Modular Monolith:
Domain, Application, Infrastructure, PresentationShared.Kernel events/interfacesObservableObject, [ObservableProperty], [RelayCommand])