spec-creator

Solid

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.

Testing & QA 13 stars 0 forks Updated 5 days ago GPL-3.0

Install

View on GitHub

Quality Score: 75/100

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

Skill Content

# Spec Creator Turns a fuzzy feature request into spec files a coding agent can implement without guessing. Different from a PRD: the audience is an agent, the currency is technical precision, and each slice is small enough to compile and test on its own. ## Workflow ### 1. Restate the request In one or two sentences, repeat back what you understood. Wait for confirmation. If the user's request is already detailed this is a sanity check; if it's terse ("add biometric unlock") this is where you catch a misread before it propagates. ### 2. Detect the repo Read the top-level `AGENTS.md` / `CLAUDE.md` and skim the folder layout. Note language, frameworks, and any "stable core" or "do not touch" rules. **If the repo is KeeForge** (Swift 6 + SwiftUI + XcodeGen + `project.yml` + `AutoFillExtension`), also read `references/keeforge-overlay.md` and apply it on top of this workflow. ### 3. Clarify, adaptively Pick the 3–6 questions that actually matter for this feature and ask them in one `AskUserQuestion` batch. A question is worth asking when all three are true: the answer changes what gets built, a reasonable person could answer it more than one way, and the agent can't infer it from the repo. Pull from these categories — don't ask all of them, pick what fits: - **Scope.** New feature, enhancement, or fix? What's explicitly out of scope? Phased rollout? - **UX.** Entry point? Happy-path flow? Which states need explicit UI (empty, loading, error, offline)? - **Data.** New p...

Details

Author
crazytan
Repository
crazytan/KeeForge
Created
1 months ago
Last Updated
5 days ago
Language
Swift
License
GPL-3.0

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 Featured

specify

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

246 Updated 1 weeks ago
rsmdt
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