AgentSkillsCN

create-feature

初始化一个新的功能区域,用于探索和决策。适用于用户说“创建功能{功能名}”或“新功能{功能名}”时使用。创建包含readme.md和调查目录的文件夹结构。

SKILL.md
--- frontmatter
name: create-feature
description: >
  Initialize a new feature area for exploration and decision-making.
  Use when user says "create feature {feature-name}" or "new feature {feature-name}".
  Creates folder structure with readme.md and investigations directory.

Create Feature Area

Initialize a new feature area for exploration and decision-making.

Usage: When user says "create feature {feature-name}" or "new feature {feature-name}"

Instructions

  1. Create folder structure:

    • docs/features/{feature-name}/
    • docs/features/{feature-name}/investigations/
  2. Create readme.md with this template:

markdown
# Feature: {Name}

**Status**: Exploring
**Created**: {YYYY-MM-DD}

## Problem Statement
{Describe what problem this feature solves}

## Constraints
{Technical, organizational, or domain constraints that shape the solution}

## Investigations
| Investigation | Status | Summary |
|--------------|--------|---------|

## Decision
*No ADR yet - investigations in progress*
  1. Output: Confirm the feature folder was created and summarize next steps (run investigation to explore approaches).

Naming Convention

Use kebab-case for feature names: bulk-import, auth-module, subscription-engine