project-specifications-management
Manage and enforce project specifications for consistency
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Manage and enforce project specifications for consistency
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.