What problem does it solve?
This Skill helps you understand the current state of your codebase, pinpoint discrepancies between requirements and implementation, and evaluate different approaches for building new features or refactoring existing ones.
Core Features & Use Cases
- Codebase Survey: Scans your project to identify existing files, modules, and conventions.
- Requirements Feasibility: Assesses how well your current code meets defined requirements, flagging gaps.
- Implementation Options: Generates 3 distinct, scored approaches (Extend Existing, New Module, Hybrid) for implementing a feature, detailing effort, risk, and maintainability.
- Escalation Checklist: Flags critical architectural changes, external dependencies, or security/performance impacts for user review.
- Duplication Check: Evaluates new components against existing code to identify potential reuse opportunities.
Quick Start
Use the factory-analysis skill to analyze the current codebase and identify implementation options for a new user authentication feature.