Project Specifications Management
Installation
SKILL.md
Skill: Spec Management
When to use this skill
- Before implementation: To analyze impact (
specs/features.md). - During architecture changes: To verify boundaries (
specs/modules.md). - When adding dependencies: To check constraints (
specs/architecture.md). - After major changes: To update the specs to reflect reality.
Available Specifications
| 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 |
Workflow: Impact Analysis
Related skills
More from zuytan/rustrade
trading best practices
Critical analysis of trading techniques and financial innovation
19rust trading development
Specific rules for trading feature development
11documentation
Keep project documentation up to date
9benchmarking & performance
Trading performance evaluation via backtesting and metrics
9testing & validation
Test and validation workflow before commit
8implementation workflow
TDD workflow for implementing features
8