feature-spec
The feature-spec skill generates comprehensive product specifications including user stories, acceptance criteria, scope boundaries, dependencies, and risk assessment by delegating to a PM agent. Use this when defining new features, documenting business requirements, or preparing structured handoffs to development teams before implementation begins.
git clone --depth 1 https://github.com/davepoon/buildwithclaude /tmp/feature-spec && cp -r /tmp/feature-spec/plugins/agent-triforce/skills/feature-spec ~/.claude/skills/feature-specSKILL.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 implementationScans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.
Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.
Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.
Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.
Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.
Initialize uc-taskmanager for the current project. Creates works/ directory and configures Bash permissions in .claude/settings.local.json. Use when the user says "uctm init", "initialize uctm", "uctm 초기화", or "초기화".
Triggers the WORK-PIPELINE when a user request starts with a [] tag (e.g., [new-feature], [bugfix], [WORK start]). Use this skill whenever you detect a [] tag at the beginning of a user message.