← スキル一覧に戻る

documentation-refactoring-protocol
by AVRA-CADAVRA
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: documentation-refactoring-protocol description: Enforces documentation refactoring protocol: phase folders, status tracker updates, proper file placement, naming conventions. Use when creating documentation, organizing docs, or updating documentation structure.
Documentation Refactoring Protocol
Mandatory Protocol
ALL agents MUST follow the Documentation Refactoring Protocol when creating or organizing documentation.
Folder Structure
Phase-Specific Docs
docs/agents/
├── prompts/[phase]/ # Phase-specific prompts
├── tasks/[phase]/ # Phase-specific tasks
└── reports/agent_X/[phase]/ # Agent reports by phase
Shared Docs
docs/agents/
├── status/
│ └── status_tracker.md # SINGLE file for all phases
├── protocols/ # Shared protocols
└── reference/ # Shared references
Critical Rules
✅ DO
- Create phase folders in
prompts/andtasks/ - Update SINGLE status tracker (
status/status_tracker.md) with new phase sections - Organize reports by agent first, then phase
- Place shared docs in
status/,protocols/,reference/
❌ DO NOT
- Create files in
docs/root (e.g.,docs/PHASE_3_TASKS.md) - Create phase-specific status trackers (use single file)
- Create phase-specific protocols (use shared protocols)
- Mix phase-specific and shared docs
File Placement Rules
Phase-Specific
docs/agents/prompts/[phase]/- Prompts for specific phasedocs/agents/tasks/[phase]/- Tasks for specific phasedocs/agents/reports/agent_X/[phase]/- Reports by agent and phase
Shared
docs/agents/status/status_tracker.md- Status for all phasesdocs/agents/protocols/- Protocols shared across phasesdocs/agents/reference/- Reference docs shared across phases
Status Tracker Updates
Use SINGLE status tracker file:
# Status Tracker
## Phase 1: MVP Core Functionality
- [ ] Task 1
- [x] Task 2
## Phase 2: Post-MVP Enhancements
- [ ] Task 1
❌ DON'T create: status/phase_1_status.md, status/phase_2_status.md
Reference
docs/agents/REFACTORING_PROTOCOL.md- Complete protocol documentation
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です