Agent Skills
› davepoon/buildwithclaude
› feature-spec
feature-spec
GitHub用于创建完整的产品功能规格说明书。通过Prometeo PM Agent生成包含验收标准、范围、依赖和风险的文档,并准备向开发团队的交接,避免需求冲突。
Trigger Scenarios
定义新功能或产品需求
编写带有验收标准的用户故事
需要结构化规格说明的产品工作规划
实施前记录业务需求
Install
npx skills add davepoon/buildwithclaude --skill feature-spec -g -y
SKILL.md
Frontmatter
{
"name": "feature-spec",
"category": "workflow-orchestration",
"description": "Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent."
}
Feature Spec
Creates a complete product feature specification using the Prometeo (PM) agent.
When to Use This Skill
- Defining a new feature or product requirement
- Writing user stories with acceptance criteria
- Planning product work that needs a structured spec
- Documenting business requirements before implementation
What This Skill Does
- Runs the SIGN IN checklist (identity, task, memory review)
- Researches existing specs to avoid conflicts
- Creates a comprehensive spec at
docs/specs/{feature-name}.md - Runs the Spec Completion checklist (TIME OUT)
- Prepares a structured handoff to the Dev agent
- Runs the SIGN OUT checklist (memory update, deliverables)
How to Use
Basic Usage
/feature-spec user authentication with JWT tokens
Detailed Usage
/feature-spec multi-tenant billing system with Stripe integration
Example
User: /feature-spec webhook event system
Output: A complete spec at docs/specs/webhook-event-system.md containing:
- Problem statement and success metrics
- User stories with GIVEN/WHEN/THEN acceptance criteria
- In-scope and out-of-scope items
- Dependencies, risks, and open questions
- Handoff notes for the Dev agent
Tips
- Be specific about the feature scope in your description
- The agent will ask clarifying questions rather than guess
- Review the generated spec before passing to implementation
Version History
- 502fc01 Current 2026-07-05 15:01


