spec-generator

Generate a 7-section specification document from structured requirements.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/onejaejae/skills --skill spec-generator-onejaejae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-generator
Source: https://github.com/onejaejae/skills/tree/main/plugins/ai-registry/common/spec-pipeline/skills/spec-generator
Command: npx skills add https://github.com/onejaejae/skills --skill spec-generator-onejaejae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill transforms structured requirements into a comprehensive 7-section specification document, ensuring all necessary details are captured and presented formally.

Core Features & Use Cases

  • Automated Spec Generation: Converts raw requirements into a formal spec document.
  • Drafting with Estimates: Fills in missing sections with domain-based drafts marked as [추정] for reviewer clarity.
  • Use Case: After a requirements gathering session, use this Skill to quickly generate a formal spec document from the collected notes, ready for review and refinement.

Quick Start

Use the spec generator skill to create a spec document from the requirements in 'new-feature-requirements.md'.

Frequently Asked Questions about spec-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a formal specification document from raw requirements notes?

Generate a formal specification document by inputting structured requirements text or files to produce a standardized 7-section spec. This process converts collected notes into a comprehensive format ready for formal review and refinement.

What is the best way to draft missing sections in a product specification?

Drafting missing sections in a product specification is handled by filling gaps with domain-based estimates marked as `[추정]`. This clearly identifies generated content for reviewer clarity and subsequent manual verification.

Can I convert a markdown requirements file directly into a standardized spec format?

You can convert a markdown requirements file directly into a standardized spec format. The skill processes direct text input or requirement files to output a formal 7-section specification document.

How does document scanning work when analyzing requirements for spec generation?

Document scanning for spec generation works by utilizing glob and grep to analyze requirement files. This mechanism scans and extracts relevant structured data to ensure all necessary details are captured formally.

What are the limitations of automated spec generation from structured requirements?

Automated spec generation from structured requirements relies on accurate input and marks uncertain drafts as `[추정]`. You should not use it as a final output without manual review, as domain-based estimates require human verification.