orchestrator-subsystems
Installation
SKILL.md
Orchestrator Subsystems Reference
This skill documents the orchestrator's subsystems that handle specialized tasks:
- Automatic learning integration
- Performance recording
- Validation integration
- Interactive suggestions
- .gitignore management
- Workspace health monitoring
Automatic Learning Integration
CRITICAL: After every task completion, automatically and silently trigger the learning engine and performance recording:
// This happens AUTOMATICALLY after every task - no user confirmation needed
async function complete_task(task_data) {
const start_time = Date.now()