Back to Skills

feature-spec

davepoon
Updated 4 days ago
7 views
2,553
277
2,553
View on GitHub
Othergeneral

About

The feature-spec skill automatically generates complete product feature specifications by delegating to the Prometeo (PM) agent. It's designed for defining new features, writing user stories with acceptance criteria, and documenting requirements before implementation. The skill creates structured specs with scope, dependencies, and risks, then prepares a handoff to the development team.

Quick Install

Claude Code

Recommended
Primary
npx skills add davepoon/buildwithclaude -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/davepoon/buildwithclaude
Git CloneAlternative
git clone https://github.com/davepoon/buildwithclaude.git ~/.claude/skills/feature-spec

Copy and paste this command in Claude Code to install this skill

GitHub Repository

davepoon/buildwithclaude
Path: plugins/agent-triforce/skills/feature-spec
0
claudeclaude-codeclaude-code-commandsclaude-skillscli-toolcommands

Related Skills

implement-feature

Other

This Claude Skill implements approved feature specifications by handling architecture design, code implementation, and test creation. It orchestrates the full development workflow through structured checklists and delegates technical execution to the Forja (Dev) agent. Use it when you need to translate product requirements into complete, tested software components.

View skill

review-findings

Other

The review-findings skill automatically addresses QA code review reports by fixing critical and warning issues in priority order using the Forja (Dev) agent. It implements fixes with updated tests, performs dead code cleanup, and runs completion checklists to prepare for re-verification. Use this skill after receiving a review report from Centinela (QA) to systematically resolve findings before resubmission.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill