plocemourasouza

Spec Clarify — Testing skill for Claude Code

Testing community

Helper — Resolves ambiguities and gaps in the specification or design before proceeding to the next phase.

How to install Spec Clarify

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

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

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

What Spec Clarify does


description: Helper — Resolves ambiguities and gaps in the specification or design before proceeding to the next phase. Use whenever a .specs/ artifact has fields marked as "NEEDS CLARIFICATION", "?", or "TBD". Triggers: "clarify", "clear up", "gaps", "ambiguity", "what does this mean", "/spec-clarify [feature]".

Required context

Read before executing:

  • .specs/features/[feature]/discovery.md (if it exists)
  • .specs/features/[feature]/spec.md (if it exists)
  • `.specs/features/[fe

Alternatives in Testing

  • Notion Spec To Implementation — Convert Notion specs into linked implementation plans and tasks 14.6k ★
  • Create Test Repo — Create a new ArcKit test repo with full scaffolding, auto-detecting the next version number 2.2k ★
  • Spec Draft PR — Turn a feature idea or GitHub issue into a one-page spec saved to Documentation/specs/ and opened as a draft P 324 ★

Full documentation available on GitHub

View Source Repository