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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.