用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-create-spec命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | fabrico-create-spec |
| description | Turn a short idea into a complete, build-ready `SPEC.md`. |
Invocation portability:
$fabrico-*below means the discovered entry workflow. Use the unqualified name for repository or filesystem installs and$fabrico-collections:fabrico-*for plugin installs.
Use the user’s current request as the workflow input. Expected context: [one-line product idea, e.g. "a management app for an amateur football club"].
Produce a complete SPEC.md from a short idea, so the user can hand it straight to
$fabrico-autopilot without writing the spec by hand. The spec must follow the structure of
the bundled references/SPEC.template.md and be concrete enough that an autonomous
build rarely has to stop and ask.
fabrico-task-extracting — to turn the idea into well-formed epics and user stories with acceptance criteria.fabrico-task-analysing — to expand context, spot gaps, and pressure-test scope before writing.Get the idea. Read it from the user’s request. If empty, ask the user for a one-line product idea (direct user question).
Ask only the high-leverage questions. ask the user directly to batch 2–4 questions that materially shape the spec — typically:
Draft the full spec. Read the bundled references/SPEC.template.md, then fill
every section:
product summary · users & roles · scope (in / out) · features → epics with user stories AND testable
acceptance criteria · data-model sketch · tech stack (or "you decide") · integrations + which keys the user
provides · UI/UX (described behaviorally) · non-functional requirements · deployment (or "defer") · autonomy
boundaries (what to assume freely vs. ask about).
Decide where the spec is silent. Make conventional, widely-supported choices, mark genuinely uncertain points inline, and never invent scope unrelated to the idea. Keep the spec platform-agnostic unless the user pinned a platform.
Write the file. Save to SPEC.md (or a path the user names). Then give a 3–5 line summary: the scope you
chose, the key assumptions, and exactly what the user should tweak or provide (e.g. API keys).
SPEC.md — complete and ready for $fabrico-autopilot SPEC.md.Tell the user they can now build it autonomously with $fabrico-autopilot SPEC.md, or — if this is a rebuild of an
existing app — use $fabrico-modernize instead.