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
SOC 職業分類に基づく
| 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.