feature-spec

Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.

Content Preview
---
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
- Docume
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/feature-spec.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/feature-spec/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/agent-triforce/skills/feature-spec/SKILL.md

Related Skills