Customizable files for deterministic hierarchy and governance of agents via various: SKILL.md, AGENTS.md, template files, and scripts
Install
npx skillscat add velcrafting/codex-skills/skills-meta-spec-sculptor Install via the SkillsCat registry.
SKILL.md
name: spec-sculptor
description: Convert a storm of thoughts into a concise feature spec suitable for planning and implementation.
metadata:
short-description: Ideas → spec
mode: spec
read-only: true
Spec Sculptor
Goal
Produce a concise spec that prevents implementation-by-guessing.
Non-negotiables
- Read-only mode.
- No code, no file edits, no implementation steps.
- Capture edge cases and risks explicitly.
Workflow
- Summarize the user’s intent in 2–3 sentences.
- Extract requirements and group them.
- Identify conflicts and ask at most 3 follow-ups if truly necessary.
- Output spec using template.
Output template (follow exactly)
Feature Spec
Problem
<What problem are we solving and why now?>
Users and scenarios
- :
- :
Goals
- G1:
- G2:
Non-goals
- NG1:
- NG2:
Requirements
Functional
- FR1:
- FR2:
- FR3:
Data model (conceptual)
- Entities:
- Key fields:
- State machine:
UX / Ops (if applicable)
- Surfaces:
- Operator actions:
Edge cases
- E1:
- E2:
- E3:
Risks and mitigations
- R1: →
- R2: →
Open questions
- Q1:
- Q2:
- Q3: