feature-list

Extract features from the active wiki and generate a prioritized feature-list artifact.

5|1|Updated May 3, 2026
One-click install
npx skills add https://github.com/cooperacode/forge --skill feature-list-cooperacode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-list
Source: https://github.com/cooperacode/forge/tree/main/.forge/skills/feature-list
Command: npx skills add https://github.com/cooperacode/forge --skill feature-list-cooperacode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning scattered wiki content into a single, prioritized Feature List artifact for Product-level work items, ensuring traceability back to sources.

Core Features & Use Cases

  • Reads the active wiki index and source pages to identify all described features.
  • Prioritizes features and compiles a single, versioned artifact aligned to the current work item's type (Epic or Feature).
  • Updates navigation and item documentation to reflect the new artifact and maintain traceability.

Quick Start

Instruct the orchestrator to generate the Feature List for the current wiki work item and save it to artifacts/feature-list.md.

Frequently Asked Questions about feature-list

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

FAQPage Schema
How do I extract a prioritized feature list from wiki pages?

To extract a prioritized feature list from wiki pages, the tool reads the active wiki index and related pages, identifies all described features, and compiles them into a single versioned artifact saved to artifacts/feature-list.md.

What is a structured feature list artifact for product work items?

A structured feature list artifact is a compiled markdown document that extracts all features described in a wiki and aligns them to a specific product work item type, such as an Epic or Feature, ensuring traceability back to original source pages.

How do I generate a feature list for an Epic or Feature work item?

To generate a feature list for an Epic or Feature work item, instruct the orchestrator to process the current wiki item. The workflow validates sources against a feature-list template, optionally incorporates upstream parent context, and outputs the aligned artifact.

Can I use wiki content to update work item documentation and navigation?

Yes, you can use wiki content to update work item documentation and navigation. The workflow generates a feature list artifact and automatically updates related navigation and item documentation to maintain traceability across the product workspace.

Does generating a feature list require upstream context from parent work items?

Generating a feature list does not strictly require upstream context, but the workflow can optionally incorporate it. Reading parent work items provides broader product context to better prioritize features and align the final artifact.