AgentSkillsCN

feature-init

在项目中初始化功能工作流目录结构。在使用 /feature-capture 之前,应先运行此步骤。

SKILL.md
--- frontmatter
name: feature-init
description: Initialize feature-workflow directory structure in a project. Run this first before using /feature-capture.
user-invocable: true

Initialize Feature Workflow

DO THIS NOW - NO EXPLORATION NEEDED

Run this exact command immediately:

bash
python3 "${CLAUDE_PLUGIN_ROOT}/skills/feature-init/scripts/init.py" "$(pwd)"

STOP. Do not search for files. Do not read files. Do not explore. Just run the command above.

The script creates docs/features/ and docs/features/DASHBOARD.md.

That's it. Nothing else to do.