specialist-injection

Classify CFN Loop task descriptions into task types, domains, and recommended agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Dynamically add specialists to an existing Loop 3 team based on recurring feedback themes.

Core Features & Use Cases

  • Specialist mapping
  • Non-destructive team modifications

Quick Start

recommend-specialist.sh --current-loop3 "backend-developer,coder" --feedback-themes "security,authentication" --recurring-count 3

Frequently Asked Questions about specialist-injection

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

FAQPage Schema
How do I automatically add specialists to a Loop 3 team based on feedback patterns?

Specialist injection dynamically recommends and adds team members when recurring feedback themes emerge. Use recommend-specialist.sh with your current team, feedback themes, and a recurring-count threshold to inject specialists matching identified patterns without removing existing members.

What does it mean to classify task descriptions across domains and complexity?

Classification extracts task_type, domains, and recommended agents from CFN Loop task descriptions. This determines loop configuration, iteration count, and specialist roles needed—useful for multi-agent coordination, infrastructure scenarios, and standardizing outputs for CLI tooling and audit trails.

Can I use specialist injection with existing Loop 3 teams without disrupting current members?

Yes. Specialist injection applies non-destructive team modifications, adding new specialists based on feedback themes while preserving your current team structure and roles.

When should I use specialist injection versus keeping a static team?

Use specialist injection when you encounter recurring feedback themes, need multi-agent coordination across different problem domains, or want to scale team composition based on actual task complexity and emerging skill gaps rather than pre-defining the entire team upfront.

What preparation do I need before running specialist injection?

Install jq for script execution. Prepare your current Loop 3 team roster, identify recurring feedback themes from prior task iterations, and decide the recurring-count threshold that triggers specialist injection into your team.

What happens after specialist injection recommends agents—how do I act on those recommendations?

Recommendations output standardized specialist profiles and team configurations ready for CLI tooling. Use these outputs to update your Loop 3 loop setup, persist recommendations to audit logs, and cache configurations for repeated task patterns.