learning-systems

Convert task outcomes into implicit learning signals for swarm decomposition.

729|67|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/joelhooks/swarm-tools --skill learning-systems-joelhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learning-systems
Source: https://github.com/joelhooks/swarm-tools/tree/main/packages/opencode-swarm-plugin/global-skills/learning-systems
Command: npx skills add https://github.com/joelhooks/swarm-tools --skill learning-systems-joelhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Learning Systems Skill enables the swarm plugin to learn from task outcomes by combining implicit feedback scoring, confidence decay, and pattern maturity progression to continually improve task decomposition and decision making.

Core Features & Use Cases

  • Implicit Feedback Scoring: Convert outcomes into learning signals without requiring explicit user feedback.
  • Confidence Decay: Downweight older signals to keep learning focused on recent results.
  • Pattern Maturity Progression: Track and adjust patterns from candidate to proven, enabling deprecation of ineffective strategies.
  • Use Case: After completing a multi-subtask task, review which decomposition patterns were promoted or deprecated and adjust future planning accordingly.

Quick Start

Run a completed swarm task through the learning cycle to update pattern scores and maturity. For example, after a task finishes, record outcomes and trigger scoring to refine decomposition strategies.

Frequently Asked Questions about learning-systems

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve swarm task decomposition using implicit feedback from past outcomes?

Improve swarm task decomposition by running completed task outcomes through an implicit scoring cycle that evaluates execution results without requiring explicit user feedback. This refines future decomposition strategies by translating outcomes directly into actionable learning signals.

What is confidence decay and how does it keep swarm learning focused on recent results?

Confidence decay is a mechanism that progressively downweights older learning signals to keep swarm pattern evaluation focused on recent task outcomes. This prevents outdated execution results from skewing the active decomposition strategy assessments.

How does pattern maturity progression handle deprecation of ineffective swarm strategies?

Pattern maturity progression tracks decomposition patterns from candidate to proven stages based on accumulated outcome scores. Ineffective strategies that consistently fail are automatically deprecated, ensuring only proven decomposition patterns are promoted for future planning.

Do I need external dependencies to run learning cycles within the swarm plugin environment?

No external dependencies are required beyond the swarm plugin environment itself. The learning system relies on internal components for implicit scoring, confidence decay, and pattern maturity, but does require persistent storage to retain task outcomes, errors, and pattern records.

When should I trigger the learning cycle after completing a multi-subtask swarm task?

Trigger the learning cycle immediately after a multi-subtask swarm task completes to record execution outcomes and update pattern scores. Reviewing which decomposition patterns were promoted or deprecated at this point allows you to adjust future planning accordingly.