docs(skills): add skills infrastructure plan
- Three-phase plan for skills system improvements - Phase 1: Command Dispatch (flynn skills CLI commands) - Phase 2: Skills Watcher (auto-reload with chokidar) - Phase 3: Installer Specs (auto-install brew/node/go/download) - Model strategy: glm-4.7-flash for mechanical, glm-4.7 for complex - Estimated 8-11 hours total
This commit is contained in:
+45
-19
@@ -1040,27 +1040,53 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"earlier_plans": {
|
||||
"plans": [
|
||||
{ "file": "2026-02-02-flynn-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-02-flynn-phase1-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-02-flynn-phase2-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-flynn-phase3-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-tui-redesign.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-tui-redesign-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-llamacpp-integration-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-llamacpp-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-backend-switch-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-backend-switch-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-openclaw-parity-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase1-tool-framework.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase2-websocket-gateway.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase3-channel-adapters.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase5-cli-cron-doctor-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase5a-implementation.md", "status": "completed" }
|
||||
]
|
||||
"skills_infrastructure": {
|
||||
"file": "2026-02-11-skills-infrastructure-plan.md",
|
||||
"status": "planned",
|
||||
"date": "2026-02-11",
|
||||
"summary": "Three-phase plan to improve skills system: Command Dispatch (P0), Skills Watcher (P1), Installer Specs (P1). Infrastructure-first approach before integrating ClawHub skills. Estimated 8-11 hours total. Model strategy: glm-4.7-flash for mechanical tasks, glm-4.7 for complex/orchestration tasks.",
|
||||
"phases": {
|
||||
"phase_1_command_dispatch": {
|
||||
"priority": "P0",
|
||||
"status": "not_started",
|
||||
"description": "flynn skills CLI commands (list/info/install/uninstall/refresh) with doctor enhancement",
|
||||
"effort": "2-3 hours"
|
||||
},
|
||||
"phase_2_skills_watcher": {
|
||||
"priority": "P1",
|
||||
"status": "not_started",
|
||||
"description": "Auto-reload skills with chokidar file watcher, configurable debounce",
|
||||
"effort": "3-4 hours"
|
||||
},
|
||||
"phase_3_installer_specs": {
|
||||
"priority": "P1",
|
||||
"status": "not_started",
|
||||
"description": "Auto-install dependencies (brew/node/go/download) with package manager detection",
|
||||
"effort": "3-4 hours"
|
||||
}
|
||||
}
|
||||
},
|
||||
"earlier_plans": {
|
||||
"plans": [
|
||||
{ "file": "2026-02-02-flynn-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-02-flynn-phase1-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-02-flynn-phase2-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-flynn-phase3-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-tui-redesign.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-tui-redesign-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-llamacpp-integration-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-llamacpp-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-backend-switch-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-backend-switch-implementation.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-openclaw-parity-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase1-tool-framework.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase2-websocket-gateway.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase3-channel-adapters.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase5-cli-cron-doctor-design.md", "status": "completed" },
|
||||
{ "file": "2026-02-05-phase5a-implementation.md", "status": "completed" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"overall_progress": {
|
||||
"total_test_count": 1331,
|
||||
|
||||
Reference in New Issue
Block a user