groomingnator
v1.0.1
Published
Claude Code MCP plugin for structured grooming sessions. Analyzes inputs in real-time, surfacing gaps, contradictions, and edge cases.
Downloads
187
Maintainers
Readme
Groomingnator
Claude Code MCP plugin for structured grooming sessions. Analyzes inputs in real-time, surfacing gaps, contradictions, and edge cases.
Setup
In your project directory:
npx groomingnator initThis adds Groomingnator to your .mcp.json. Then run /mcp in Claude Code to connect.
Usage
Once connected, use the launch-session MCP tool in Claude Code to open the grooming UI in your browser.
The UI lets you:
- Fill in structured grooming fields (user story, acceptance criteria, etc.)
- Analyze individual fields or the entire form for gaps, contradictions, and edge cases
- Generate a plan and task breakdown from your grooming session
- Use custom templates to match your team's grooming format
How it works
Groomingnator runs as an MCP server connected to Claude Code. When you launch a session, it starts a local HTTP/WebSocket server and opens a browser UI. Analysis requests are processed through Claude, returning structured feedback with summaries of identified issues.
Requirements
- Node.js >= 18
- Claude Code CLI (
claude) installed and available in PATH
License
MIT
