agentsclimarketplace

Spec writing

Skill Neznakometz/StackForge/spec-prep/skills/spec-writing

Writing a project specification from an idea — brainstorm, requirements, acceptance criteria. Apply when creating or editing SPECIFICATION/DESIGN_SPEC/IMPLEMENTATION_PLAN and when turning an idea into a spec.From its SKILL.md

Install
npx -y skills add Neznakometz/StackForge --skill spec-writing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.8 KB, 365 tokens by cl100k_base, as published. Nobody here has run it

Writing a Spec

Brainstorm (extract the spec from the idea)

Don't jump into requirements. With Socratic questions, draw out: for whom / which problem / the main value criterion / what's out of scope. Show it in chunks, let it be confirmed. Talk through alternatives — don't push the first one.

Principles

  • What and why, not how. The spec describes behavior and requirements, not the stack or the implementation (the stack comes later, in the plan//init).
  • Verifiability. Every requirement is measurable. "when X, Y happens", not "works correctly".
  • Anti-scope, explicitly. What we are NOT doing — as a separate section; it guards against scope creep.
  • Don't paper over conflicts. A contradiction between sources/requirements → an ⚠️ CONFLICT block + a recommendation, escalation to the owner.
  • Don't invent. No data — ask, don't guess.

Artifact structure

  • SPECIFICATION.md — product/requirements (FR-*), entities, API. Template templates/specification-template.md.
  • DESIGN_SPEC.md — UI: tokens, screens, states, accessibility. Template templates/design-spec-template.md.
  • IMPLEMENTATION_PLAN.md — phases + tasks + acceptance criteria. Template templates/implementation-plan-template.md.
  • constitution.md — principles and inviolable rules. Template templates/constitution-template.md.

Acceptance criteria (the most important part)

Each phase of the plan is closed by a checklist of verifiable criteria — this is the contract with /phase-check. A criterion with no way to verify it (command/test/manual instruction) is not a criterion.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,750. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.