← Back to list

project-specifications-management
by Zuytan
Algorithmic trading bot in Rust with multi-agent architecture, 10 strategies, risk management, and native egui UI. Supports Alpaca & Binance. 🚧 Work in progress
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: Project Specifications Management description: Manage and enforce project specifications for consistency
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
Before writing code, answer these questions using specs/features.md:
- What am I modifying? (e.g., Risk Manager)
- Who depends on this? (e.g., Executor, UI)
- What constraints apply? (e.g., Decimal precision, Async)
Workflow: Updating Specs
If your code change modifies the system behavior (new flow, new module, new dependency), you MUST update the specs.
Checklist for Spec Update
- Does the architectural diagram in
specs/modules.mdneed update? - Did I add a new cross-cutting concern? Update
specs/features.md. - Did I change a communication pattern? Update
specs/architecture.md.
Integration with Implementation
The /implement workflow includes a check step. When in doubt:
- Read
specs/features.mdto see what you might break. - Implement your change.
- Verify that you respected
specs/modules.mdboundaries. - Update specs if you introduced something new.
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
