plocemourasouza

Spec Specify — Testing skill for Claude Code

Testing community

Phase 1 — Creates the detailed technical specification of a feature: functional requirements, non-functional requirements, acceptance criteria, and use cases.

How to install Spec Specify

Installs to ~/.claude/skills/plocemourasouza-osforge-spec-specify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/plocemourasouza-osforge-spec-specify && curl -fsSL https://raw.githubusercontent.com/plocemourasouza/osforge/HEAD/commands/spec-specify.md -o ~/.claude/skills/plocemourasouza-osforge-spec-specify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Spec Specify does


description: Phase 1 — Creates the detailed technical specification of a feature: functional requirements, non-functional requirements, acceptance criteria, and use cases. Use after /spec-discover or when the problem is already validated. Triggers: "specify", "specify feature", "write spec", "technical requirements", "/spec-specify [feature]".

Required context

Read before executing:

  • .specs/features/[feature]/discovery.md — validated problem and hypothesis
  • `.specs/memory/constit

Alternatives in Testing

  • Langgraphjs — by langchain-ai - Offers comprehensive build and test commands with detailed TypeScript style guidelines, laye 2.7k ★
  • Agent Skills Spec — A skill is a folder of instructions, scripts, and resources that agents can discover and load dynamically to p 1.9k ★
  • Inkline — by inkline - Structures development workflow using pnpm with emphasis on TypeScript and Vue 3 Composition API 1.4k ★

Full documentation available on GitHub

View Source Repository