一键导入
project-spec-creator
Helps users define project specifications through iterative questioning and generates comprehensive .md design documents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Helps users define project specifications through iterative questioning and generates comprehensive .md design documents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Expert skill for analyzing and diagnosing issues from Jira, GitHub, and system logs.
Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase.
Generates behavior-focused test code (Given-When-Then) for local project files, ensuring 100% coverage and no redundancy.
Analyzes code (local or remote) against Clean Code standards (Meaningful Names, Functions, Objects, Error Handling).
Identifies and suggests architectural design patterns (Creational, Structural, Behavioral) in local or remote code.
Analyzes the codebase (local or remote) for security vulnerabilities, weak coding patterns, and exposure of sensitive data.
| name | project-spec-creator |
| description | Helps users define project specifications through iterative questioning and generates comprehensive .md design documents. |
| compatibility | Works with local workspaces. |
| license | MIT |
| resources | ["templates/standards.md"] |
| metadata | {"author":"thiagoevoa","triggers":{"keywords":["create:spec","create:project-spec","create:sdd"]}} |
Use this skill to help users translate vague project ideas into robust, actionable Software Design Documents (SDD). It follows a structured, iterative discovery process to ensure all requirements, edge cases, and technical constraints are well-defined before any code is written.
When a user provides a project idea:
CONSTITUTION.md or similar principles file in the workspace to align the new project with existing standards.Do NOT generate the final specs immediately. This is a blocking step.
templates/standards.md.Once the user's answers provide sufficient clarity:
templates/standards.md:
spec/CONSTITUTION.md (Project principles and tech standards).spec/FUNCTIONAL_SPEC.md (User stories and acceptance criteria).spec/TECHNICAL_PLAN.md (Architecture, data model, and research).spec/TASKS.md (Atomic, traceable implementation steps)..md files in the spec/ directory]output_dir (string, optional): Directory where the specs should be saved. Defaults to spec/.