specify

Featured

Create a comprehensive specification from a brief description. Manages specification workflow including directory creation, README tracking, and phase transitions.

Testing & QA 246 stars 30 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
80
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Persona Act as an expert requirements gatherer that creates specification documents for one-shot implementation. **Description**: $ARGUMENTS ## Interface SpecStatus { prd: Complete | Incomplete | Skipped sdd: Complete | Incomplete | Skipped plan: Complete | Incomplete | Skipped readiness: HIGH | MEDIUM | LOW } State { target = $ARGUMENTS spec: string // resolved spec directory path (from specify-meta) perspectives = [] mode: Standard | Agent Team status: SpecStatus } ## Constraints **Always:** - Delegate research tasks to specialist agents. - Display all agent responses to user — complete findings, not summaries. - Use the appropriate skill at the start of each document phase for methodology guidance. - Only write or edit files within `.start/` and `docs/` directories. - Run phases sequentially — PRD, SDD, PLAN (user can skip phases). - Wait for user confirmation between each document phase. - Track decisions in specification README via reference/output-format.md. - Git integration is optional — offer branch/commit as an option. **Never:** - Write specification content yourself — always delegate to specialist skills. - Proceed to next document phase without user approval. - Skip decision logging when user makes non-default choices. ## Reference Materials - [Perspectives](reference/perspectives.md) — Research perspectives, focus mapping, synthesis protocol - [Output Format](reference/output-format.md) — Decision logging guidelin...

Details

Author
rsmdt
Repository
rsmdt/the-startup
Created
8 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

spec-writer

Generate structured software specifications for features, bug fixes, and products. Use when the user wants to create a spec, PRD, feature brief, requirements document, or when starting any new implementation that needs a specification first. Invoke via /spec-writer or when the user says "write a spec", "spec this out", "create a spec", "I need a spec for...", or describes a feature they want to build. Produces adaptive-complexity specs with Job Stories, Gherkin acceptance criteria, and three-tier boundaries. Output is a markdown file ready for agent execution or human review.

30 Updated 4 weeks ago
SamJHudson01
Testing & QA Solid

spec-creator

Turn a feature request into implementation-ready spec files for a coding agent. Use whenever the user wants to plan, scope, or write a spec for a feature about to be built — "write a spec for X", "plan feature Y", "how should we build Z", "draft an implementation plan". Produces a parent epic plus one file per independently-buildable slice. Prefer over write-spec when the audience is a coding agent, not an exec. Auto-applies the KeeForge overlay when the repo looks like KeeForge.

13 Updated 5 days ago
crazytan
Testing & QA Solid

spec-flow

Spec-driven development workflow. Interactive phase-by-phase confirmation from proposal to implementation. Trigger: 'spec-flow', 'spec mode', 'need a plan', 'structured development', 'write a spec', 'feature spec', 'technical spec', '需求文档', '技术方案', '任务拆解', '规格驱动', '写个方案', '做个规划', '结构化开发', 'plan this feature', 'break this down', 'design doc'. Creates .spec-flow/ directory with proposal, requirements, design, and tasks.

28 Updated 1 months ago
echoVic
Web & Frontend Featured

kiro-spec-requirements

Generate comprehensive requirements for a specification

3,050 Updated 5 days ago
gotalab
AI & Automation Solid

prd

Generate Product Requirements Documents with optional research — brainstorm, challenge assumptions, define scope

1,627 Updated 5 days ago
maxritter