Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill feature-spec --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feature Spec?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-feature-spec)More formats (shields.io, HTML) on the badges page.
---
name: feature-spec
description: "Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent."
category: ai-agents-and-harness
source_repo: davepoon/buildwithclaude
source_path: "plugins/agent-triforce/skills/feature-spec/SKILL.md"
source_url: https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/agent-triforce/skills/feature-spec/SKILL.md
---
# 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
1. Runs the SIGN IN checklist (identity, task, memory review)
2. Researches existing specs to avoid conflicts
3. Creates a comprehensive spec at `docs/specs/{feature-name}.md`
4. Runs the Spec Completion checklist (TIME OUT)
5. Prepares a structured handoff to the Dev agent
6. 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
---
**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/agent-triforce/skills/feature-spec/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!