project-specifications-management
Manage and enforce project specifications for consistency
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage and enforce project specifications for consistency
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.