cfn-task-intelligence
Classify tasks (type/domain), estimate complexity/iterations, recommend specialists from feedback themes
npx skills add majiayu000/claude-skill-registry --skill cfn-task-intelligence-masharratt-claude-flow-novice-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# What it does Analyzes task descriptions → classifies type (software, content, research, design, infrastructure, data), detects domains (frontend, backend, security, devops, testing, database, docs), estimates complexity + iterations, recommends specialists from recurring feedback. # When to use 1. New task → Determine CFN Loop config and agents 2. Estimate iterations → How many loops before gates pass 3. Recurring issues → After 3 security feedback, recommend security-specialist 4. Multi-agent coordination → Identify domains and dependencies # When NOT to use 1. Task already classified → Proceed with execution 2. Simple type check → Use /write-plan instead 3. Agent failure debugging → Use /cfn-check-errors 4. Adjust teams mid-execution → Use /cfn-agent-lifecycle # How to use Classify: ./cfn-task-intelligence.sh --task-description "..." --mode classify Complexity: --mode complexity (returns iterations 2-7, confidence 0.70-0.80) Specialist: --mode specialist --current-loop3 "..." --feedback-themes "security,auth" --recurring-count 3 Full: --mode all # Parameters --task-description, --mode (classify/complexity/specialist/all), --current-loop3, --feedback-themes, --recurring-count #
What does the cfn-task-intelligence skill do?
Classify tasks (type/domain), estimate complexity/iterations, recommend specialists from feedback themes
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill cfn-task-intelligence-masharratt-claude-flow-novice-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
