plocemourasouza

Spec Discover — Testing skill for Claude Code

Testing community

Phase 0 — Discovers and validates the user's problem before specifying any solution.

How to install Spec Discover

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

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

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

What Spec Discover does


description: Phase 0 — Discovers and validates the user's problem before specifying any solution. Ensures we are building the right thing. Use when starting any feature that affects the end user. Triggers: "discover", "what problem to solve", "why build", "validate hypothesis", "user problem", "/spec-discover [feature]".

Required context

Read before executing:

  • .specs/memory/constitution.md (if it exists)
  • .specs/project/PROJECT.md (if it exists)
  • .specs/project/STATE.md (pr

Alternatives in Testing

  • Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
  • Playwright Automation — git clone Browser automation skill for end-to-end testing and web interaction 2.3k ★
  • Agent Skills Spec — A skill is a folder of instructions, scripts, and resources that agents can discover and load dynamically to p 1.9k ★

Full documentation available on GitHub

View Source Repository