Agent skill
cfn-task-intelligence
Classify tasks (type/domain), estimate complexity/iterations, recommend specialists from feedback themes
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cfn-task-intelligence
SKILL.md
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
- New task → Determine CFN Loop config and agents
- Estimate iterations → How many loops before gates pass
- Recurring issues → After 3 security feedback, recommend security-specialist
- Multi-agent coordination → Identify domains and dependencies
When NOT to use
- Task already classified → Proceed with execution
- Simple type check → Use /write-plan instead
- Agent failure debugging → Use /cfn-check-errors
- 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
Expected output
Classify: {task_type, domains[], complexity, keyword_counts} Complexity: {complexity, estimated_iterations, confidence, factors, reasoning} Specialist: {add_specialist, reasoning, new_loop3_agents[]}
Real-world
"Microservice with K8s and streaming" → infrastructure, [backend,devops,database], high, 6 iterations → spawn DevOps + backend, enterprise mode
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?