task-intelligence-integration

Classifies task descriptions into types and domains within CFN v3 Loop orchestration workflows.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill task-intelligence-integration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-intelligence-integration
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/skills/cfn-task-intelligence/lib/integration
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill task-intelligence-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sqlite3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides integration scripts to connect task intelligence predictions with task execution.

Core Features & Use Cases

  • Learning loop
  • Task difficulty forecasting

Quick Start

integration/learning-loop.sh --task-id 123

Frequently Asked Questions about task-intelligence-integration

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

FAQPage Schema
How do I classify tasks by type and domain for forecasting?▼

Task classification organizes task descriptions into types and domains to enable accurate forecasting. This Skill applies keyword-based classification and complexity scoring within orchestration loops, allowing you to automatically categorize new tasks and allocate appropriate agents based on predicted difficulty and requirements.

Can I integrate task intelligence with multi-agent coordination systems?▼

Yes. This Skill integrates task intelligence predictions directly into CFN v3 Loop orchestration for multi-agent coordination. It classifies incoming tasks, scores complexity, and triggers specialist agent recommendations based on task type and domain classification.

How do I set up task difficulty forecasting in my workflow?▼

Task difficulty forecasting uses the learning loop integration script to connect task intelligence predictions with execution. Run `integration/learning-loop.sh --task-id [id]` to classify task descriptions, score complexity, and forecast iteration requirements for workload planning.

What data format do I need to provide for task classification?▼

Task classification requires task descriptions as input. The Skill processes these descriptions through keyword-based analysis and complexity scoring to extract type and domain information, which outputs classification results compatible with CFN v3 Loop orchestration systems.

Does this Skill work with SQLite databases?▼

Yes. This Skill depends on sqlite3 for storing and retrieving task classification results, learned patterns, and forecasting data. SQLite integration enables persistent learning loops and historical task intelligence tracking.