smithery/masharratt

cfn-task-intelligence

DEPRECATED. Consolidated into cfn-task-planning. Task classification, complexity/iteration estimation, and specialist recommendation now live there.

Installation

$ npx skills add smithery/masharratt --skill cfn-task-intelligence

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/masharratt · top by installs.

npx skills add smithery/masharratt

Browse all from smithery/masharratt

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.1.0
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,542 B
  • docs SUMMARY.md 133 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Deprecated: consolidated into cfn-task-planning

This skill is deprecated. Task classification (type/domain), complexity + iteration estimation, and specialist recommendation are now documented in one home:

.claude/skills/cfn-task-planning/SKILL.md

Why

Classification, complexity estimation, and specialist recommendation overlapped three ways across cfn-task-planning, cfn-task-intelligence, and cfn-agent-lifecycle. cfn-task-planning is the single documented home. cfn-agent-lifecycle keeps agent selection and spawning; it consumes cfn-task-planning's classification instead of duplicating it.

Scripts still live here (runnable, referenced by cfn-task-planning)

The directory is retained so nothing 404s and its scripts stay callable. They are the canonical implementations referenced from cfn-task-planning:

  • lib/complexity/estimate-complexity.sh: complexity + iteration estimation
  • lib/specialist/recommend-specialist.sh: specialist from recurring feedback themes
  • lib/integration/: pre-execution and post-feedback hooks (learning loop)
  • lib/classifier/classify-task.sh: classification (cfn-task-planning's own

cli/classify-task.sh is the preferred entry point)

Do not add new task-planning documentation here. Update cfn-task-planning instead.