skills/smithery.ai/ac-feature-analyzer

ac-feature-analyzer

Installation
SKILL.md

AC Feature Analyzer

Analyze features, dependencies, and critical paths for optimal implementation order.

Purpose

Analyzes feature relationships to determine optimal build order, identify blockers, and calculate critical paths for efficient autonomous implementation.

Quick Start

from scripts.feature_analyzer import FeatureAnalyzer

analyzer = FeatureAnalyzer(project_dir)
analysis = await analyzer.analyze()
print(analysis.critical_path)
print(analysis.next_feature)
Installs
1
First Seen
Apr 9, 2026
ac-feature-analyzer from smithery.ai