feature-list-json

Create and manage feature lists in JSON format with status tracking.

746|130|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Archive228/loopkit --skill feature-list-json
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-list-json
Source: https://github.com/Archive228/loopkit/tree/main/skills/feature-list-json
Command: npx skills add https://github.com/Archive228/loopkit --skill feature-list-json

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation and management of a feature list for product development, ensuring clear documentation and easy tracking of feature progress.

Core Features & Use Cases

  • Feature Enumeration: Generate a comprehensive list of features in JSON format, with priority order and status tracking.
  • Initialization: Build the master feature list during the project's setup phase.
  • Verification: Update feature status after end-to-end verification, marking features as complete.
  • Auditing: Maintain a detailed log of feature changes and progress.

Quick Start

Initialize the feature list by running the initializer agent script and populate the feature_list.json file.

Frequently Asked Questions about feature-list-json

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

FAQPage Schema
How do I automate feature list creation and tracking for product development?

You can automate feature list creation by initializing a JSON file to enumerate features, track priority order, and update statuses. This process streamlines project setup and maintains clear documentation for ongoing product development tracking.

What is the best way to manage feature status updates after end-to-end verification?

Managing feature status updates involves modifying your JSON feature list to mark items as complete following end-to-end verification. This maintains an accurate, auditable log of feature progress and changes throughout the product lifecycle.

Do I need JSON formatting skills to set up a project feature list?

Yes, you need basic JSON formatting and file manipulation skills to set up a project feature list. The process requires structuring feature data correctly within a JSON file to ensure proper initialization and tracking.

How do I initialize a feature list during project setup?

To initialize a feature list during project setup, run the initializer agent script and populate the feature_list.json file. This generates a comprehensive JSON structure suitable for tracking feature priority and status.

Can I use a JSON feature list for auditing product development progress?

Yes, you can use a JSON feature list for auditing product development progress. It maintains a detailed log of feature changes, priority order, and completion statuses, providing a clear record for project auditing.