Phase 1b: Rename all ~94 commands across 12 plugins to /<noun> <action> sub-command pattern. Git-flow consolidated from 8→5 commands (commit variants absorbed into --push/--merge/--sync flags). Dispatch files, name: frontmatter, and cross-reference updates for all plugins. Phase 2: Design documents for 8 new plugins in docs/designs/. Phase 3: Scaffold 8 new plugins — saas-api-platform, saas-db-migrate, saas-react-platform, saas-test-pilot, data-seed, ops-release-manager, ops-deploy-pipeline, debug-mcp. Each with plugin.json, commands, agents, skills, README, and claude-md-integration. Marketplace grows from 12→20. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
59 lines
1.2 KiB
Markdown
59 lines
1.2 KiB
Markdown
# clarity-assist - CLAUDE.md Integration
|
|
|
|
Add the following section to your project's CLAUDE.md file to enable clarity-assist.
|
|
|
|
---
|
|
|
|
## Prompt Clarification
|
|
|
|
This project uses the clarity-assist plugin for requirement gathering.
|
|
|
|
### When to Use
|
|
|
|
- Complex or vague requests
|
|
- Multi-step implementations
|
|
- When requirements seem incomplete
|
|
|
|
### Commands
|
|
|
|
| Command | Use Case |
|
|
|---------|----------|
|
|
| `/clarity clarify` | Full 4-D methodology for complex requests |
|
|
| `/clarity quick-clarify` | Rapid mode for simple disambiguation |
|
|
|
|
### Communication Style
|
|
|
|
When gathering requirements:
|
|
- Present 2-4 concrete options (never open-ended alone)
|
|
- Ask 1-2 questions at a time
|
|
- Explain why you're asking each question
|
|
- Check for conflicts with previous answers
|
|
- Summarize progress frequently
|
|
|
|
### Output Format
|
|
|
|
After clarification, produce a structured specification:
|
|
|
|
```markdown
|
|
## Clarified Request
|
|
|
|
### Summary
|
|
[1-2 sentence description]
|
|
|
|
### Scope
|
|
**In Scope:** [items]
|
|
**Out of Scope:** [items]
|
|
|
|
### Requirements
|
|
| # | Requirement | Priority | Notes |
|
|
|---|-------------|----------|-------|
|
|
| 1 | ... | Must | ... |
|
|
|
|
### Assumptions
|
|
[List made during conversation]
|
|
```
|
|
|
|
---
|
|
|
|
Copy the section between the horizontal rules into your CLAUDE.md.
|