task-analyzer

Community

Spot config opportunities in tasks.

AuthorBrownbull
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill analyzes a set of implementation tasks (from ai-state/active/tasks.yaml) to identify cohesive clusters and opportunities to create master configuration files using the core:generate-config command. It bridges planning and documentation, helping teams understand what to configure before coding, saving time and avoiding missed dependencies.

Core Features & Use Cases

  • Task clustering by context, feature, file relationships, and dependency chains
  • Config opportunity identification to surface master configurations for multi-file features
  • Config extraction to produce ready-to-use YAML for /core:generate-config
  • Output and summaries via console and generated docs
  • Phase-aware guidance for prototype, MVP, growth, and scale

Quick Start

Run the skill against ai-state/active/tasks.yaml to generate ai-state/config/config-opportunities.md. Review the recommendations and then generate corresponding configs with /core:generate-config.

Dependency Matrix

Required Modules

None required

Components

assets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: task-analyzer
Download link: https://github.com/Brownbull/taskflow/archive/main.zip#task-analyzer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository