project-specifications-management
星标15
分支5
更新时间2026年1月17日 14:53
Manage and enforce project specifications for consistency
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Manage and enforce project specifications for consistency
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
TDD workflow for implementing features
Test and validation workflow before commit
Keep project documentation up to date
Designing premium user interfaces with egui
Critical analysis of trading techniques and financial innovation
Trading performance evaluation via backtesting and metrics
| name | Project Specifications Management |
| description | Manage and enforce project specifications for consistency |
specs/features.md).specs/modules.md).specs/architecture.md).| File | Specs Content |
|---|---|
specs/architecture.md | Technical stack, communication patterns, data flow rules |
specs/features.md | Feature list, dependencies, impact analysis matrix |
specs/modules.md | Module boundaries, allowed/forbidden dependencies |
specs/README.md | Index and general usage |
Before writing code, answer these questions using specs/features.md:
If your code change modifies the system behavior (new flow, new module, new dependency), you MUST update the specs.
specs/modules.md need update?specs/features.md.specs/architecture.md.The /implement workflow includes a check step. When in doubt:
specs/features.md to see what you might break.specs/modules.md boundaries.