feature-manifest

Create and validate feature manifests mapping code to features.

181|30|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/curiositech/some_claude_skills --skill feature-manifest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-manifest
Source: https://github.com/curiositech/some_claude_skills/tree/main/.claude/skills/feature-manifest
Command: npx skills add https://github.com/curiositech/some_claude_skills --skill feature-manifest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust system for managing feature manifests, ensuring clear traceability between code implementations and defined features, thereby improving code maintainability and understanding.

Core Features & Use Cases

  • Feature Creation & Validation: Create new feature manifests and validate their health against code.
  • Code-to-Feature Mapping: Identify which feature owns specific files within the codebase.
  • Changelog Updates: Automate the process of updating changelogs based on feature modifications.
  • Use Case: When developing a new feature, use this skill to create its manifest, track all associated files and tests, and ensure that all code changes are properly linked back to a defined feature.

Quick Start

Use the feature-manifest skill to create a new feature manifest with the ID 'my-new-feature' and name 'My New Feature'.

Frequently Asked Questions about feature-manifest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track code features for traceability in my project?

You can track code features for traceability by creating feature manifests that map defined features directly to their associated code files and tests. This ensures clear linkage between implementations and feature definitions.

How do I automate changelog updates based on feature modifications?

Automate changelog updates by running feature manifest operations through npm scripts. The system validates feature health and maps code changes to defined features, automatically reflecting modifications in your changelog documentation.

What is code-to-feature mapping and how does it improve code maintainability?

Code-to-feature mapping identifies which feature owns specific files within your codebase. By establishing clear traceability between implementations and defined features, it improves overall code maintainability and developer understanding.

Do I need npm scripts to manage feature manifests for code traceability?

Yes, npm scripts are required to execute feature manifest operations. You use these scripts to create new feature manifests, validate their health against your code, and update associated documentation.

How do I validate feature health against existing source code?

Validate feature health by running the feature manifest health check operations. This process verifies that your defined features correctly map to their corresponding code implementations and associated tests within the codebase.