Review service documentation completeness on Notion
Validates service documentation completeness in Notion and identifies missing operations or standards violations.
/plugin marketplace add alvis/.claude/plugin install specification@alvis<service-name> [--area=...]Review the completeness and integrity of a service's documentation on Notion through comprehensive validation of service operations. This command orchestrates parallel validation tasks to ensure all service operations meet coding standards and completeness requirements.
What this command does NOT do:
When to REJECT:
ultrathink: you'd perform the following steps
Output Format:
[✅/❌] Command: $ARGUMENTS
## Summary
- Service: [service-name]
- Operations reviewed: [count]
- Issues found: [count]
- Standards compliance: [PASS/FAIL]
## Actions Taken
1. Discovered service operations from Notion Services database
2. Validated [count] operations across [domains] functional domains
3. Generated comprehensive validation report with recommendations
## Workflows Applied
- Review Service Operation: [Status]
## Issues Found (if any)
- **Issue**: [Description with location]
**Fix**: [Applied fix or actionable recommendation]
## Validation Report
[Link or content of comprehensive validation report]
/review-service-operation "user-management"
# Reviews all operations for the user-management service
/review-service-operation "payment-processing" --area="authentication"
# Reviews only operations in authentication area for payment-processing service
/review-service-operation "notification-service"
# Automatically delegates to:
# - Discovery Agent: Extracts service context and operations
# - Validator A: Reviews operations 1-2 (parallel)
# - Validator B: Reviews operations 3-4 (parallel)
# - Report Agent: Consolidates findings
/review-service-operation "nonexistent-service"
# Error: Service 'nonexistent-service' not found in Services database
# Suggestion: Check available services with Notion search
# Alternative: Use '/list-services' to see valid service names
/review-service-operation "order-management" --area="fulfillment"
# Reviews only operations in fulfillment area for order-management service
# Filters operations by functional domain before validation