cfn-task-intelligence
Classify tasks (type/domain), estimate complexity/iterations, recommend specialists from feedback themes
Best use case
cfn-task-intelligence is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Classify tasks (type/domain), estimate complexity/iterations, recommend specialists from feedback themes
Teams using cfn-task-intelligence should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/cfn-task-intelligence/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How cfn-task-intelligence Compares
| Feature / Agent | cfn-task-intelligence | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Classify tasks (type/domain), estimate complexity/iterations, recommend specialists from feedback themes
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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
# 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 modeRelated Skills
cfn-task-planning
Classify tasks, initialize structured configs with scope boundaries, decompose complex tasks
Task Complexity Estimator
**Version:** 1.0.0
task-classifier
Analyzes task descriptions and classifies them into categories for agent selection
CFN Marketing Competitive Intelligence
**Version:** 1.0.0
supabase-schema-sync
Introspects Supabase DB after migrations and updates project db-query skill with current schema. Run after any migration to keep agent context accurate.
commit
Stage, commit, and push changes using a background github-commit-agent. Accepts optional args for message override or push control.
cfn-vote-implement
MUST BE USED after cfn-dry-review or cfn-alpha-launch:manifest produces a manifest. Also the verification phase of /cfn-loop-task. Do not manually implement code review suggestions - always route through this skill. 3-agent specialized voting. Unanimous (3/3) auto-implemented with TDD. 2/3 routed to product-owner agent. 1/3 surfaced to user via AskUserQuestion (batched 4 per call, at end).
cfn-utilities
Reusable bash utility functions for CFN Loop - logging, error handling, retry, file operations. Use when you need structured logging, atomic file operations, retry logic with exponential backoff, or standardized error handling in bash scripts.
CFN Test Runner Skill
**Version:** 1.0.0
cfn-test-framework
Test execution, running, and webapp testing for CFN
Specialist Injection Skill
## Purpose
!/bin/bash
# cfn-task-intelligence.sh