pactkit

Project Clarify — Development skill for Claude Code

Development community

Standalone requirement clarification before planning.

How to install Project Clarify

Installs to ~/.claude/skills/pactkit-claude-code-plugin-project-clarify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pactkit-claude-code-plugin-project-clarify && curl -fsSL https://raw.githubusercontent.com/pactkit/claude-code-plugin/HEAD/commands/project-clarify.md -o ~/.claude/skills/pactkit-claude-code-plugin-project-clarify/SKILL.md

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

What Project Clarify does


description: "Standalone requirement clarification before planning" allowed-tools: [Read, Bash, Glob, Grep]

Command: Clarify (v1.1.0)

  • Usage: /project-clarify "$ARGUMENTS"
  • Agent: System Architect

**PURPOSE**: Standalone requirement clarification. Run before `/project-plan` to surface ambiguities and assess risks upfront.

Phase 1: Ambiguity Analysis

  1. Analyze $ARGUMENTS against the AMBIGUITY_SIGNALS checklist (same as Plan Phase 0.7).
  2. Generate 3–6 structured

Alternatives in Development

Full documentation available on GitHub

View Source Repository