Feature Manifest Management This skill helps you work with the feature manifest system that tracks the relationship between features and their implementations. When to Use This Skill - Creating a new feature - Modifying existing feature code - Checking which feature owns a file - Validating manifest accuracy - Updating changelogs - Running feature health checks Quick Commands Workflow: Creating a New Feature 1. Create the manifest first: 2. Implement the feature , adding files as you go 3. Update the manifest with: - All implementation files in - Tests in - Dependencies in - Environment varia…