npx claudepluginhub andrewex/claude-marketplace --plugin scope-pipelineopusLaunch the scope-api agent to create comprehensive API specifications from planning documents.
This agent will:
1. Read all documentation in `.claude/scope/{feature-name}/` starting with `plan.md`
2. Identify all required API endpoints and operations
3. Design RESTful endpoints with proper HTTP methods
4. Create request/response schemas with type definitions
5. Document authentication and authorization requirements
6. Design server-side functions and route handlers
7. Include error handling and status codes
8. Add frontend usage examples
9. Save to `.claude/scope/{feature-name}/api-spec.m...Launch the scope-api agent to create comprehensive API specifications from planning documents.
This agent will:
.claude/scope/{feature-name}/ starting with plan.md.claude/scope/{feature-name}/api-spec.mdUse this command when:
/scope-pipeline:plan phase and need API designThe agent creates comprehensive API documentation following REST best practices:
Recommended workflow:
/scope-pipeline:plan - Create the implementation plan/scope-pipeline:db - Design the database schema/scope-pipeline:api - Design API endpoints/scope-pipeline:ui - Visualize the UI/UX layouts/scope-pipeline:edge - Identify edge cases/scope-pipeline:test - Create test plan/scope-pipeline:task - Break down into tasks/scope-pipeline:exec - Execute implementation$ARGUMENTS