feature-spec
FeaturedCreates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.
Testing & QA 3,226 stars
442 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
Details
- Author
- davepoon
- Repository
- davepoon/buildwithclaude
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Listed
speckit.specify
Feature Definer - Generates spec.md from natural language description.
2 Updated yesterday
wedabro Code & Development Solid
spec
Write a feature spec — the "what & why" of a Kandev product feature, before coding. Use for a product feature, or from `/fix` to amend/create the concise behavioral repair spec required before implementation. Do not use for incident postmortems, behavior-preserving refactors, or infra-only work.
502 Updated today
kdlbs AI & Automation Featured
implement-feature
Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.
3,226 Updated today
davepoon