feature-detail

Generate a detailed feature specification from a Feature work item and wiki context.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a comprehensive Feature Detail artifact by analyzing the active Feature work item, its wiki context, and upstream Epic artifacts when available, ensuring a single source of truth for product scope.

Core Features & Use Cases

  • Analyze the active Feature to extract its scope, description, and key attributes, enriched by parent Epic context when present.
  • Integrate information from the local wiki (overview, sources, concepts, entities) to build a detailed specification including personas, behaviors, business rules, and data interactions.
  • Produce the Feature Detail artifact at artifacts/feature-detail/{SELECTED_FEATURE_ID}-{SELECTED_FEATURE_SLUG}.md and provide a structured Proposed User Story Breakdown for future Tactical level work.

Quick Start

Invoke this skill with the active Feature work item to generate a detailed feature specification.

Frequently Asked Questions about feature-detail

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

FAQPage Schema
How do I auto-generate feature detail specifications from a wiki?▼

To auto-generate feature detail specifications from a wiki, this skill identifies the active Feature work item from docs/forge.yaml and synthesizes local wiki context to output a detailed markdown artifact at artifacts/feature-detail.

What is included in a feature detail artifact for product management?▼

A feature detail artifact includes synthesized Personas, Behaviors, Business Rules, Entity interactions, and Dependencies extracted from the local wiki and parent Epic context to establish product scope.

How do I break down feature requirements into user stories?▼

You can break down feature requirements into user stories by generating a Proposed User Story Breakdown that enforces INVEST constraints and readies the structured tasks for Tactical level drafting.

Does the feature detail generation work with upstream Epic artifacts?▼

Yes, feature detail generation works with upstream Epic artifacts by determining feature scope through both the local wiki and parent Epic artifacts when available to enrich the final specification.

Do I need a specific repository structure to extract feature scope from wiki context?▼

You need the repository to contain docs/forge.yaml to identify the active Feature work item, alongside a local wiki directory to extract the overview, sources, concepts, and entities for synthesis.