npx claudepluginhub andrewex/claude-marketplace --plugin scope-pipelineopusLaunch the scope-db agent to create comprehensive database schema designs from planning documents.
This agent will:
1. Read all documentation in `.claude/scope/{feature-name}/` starting with `plan.md`
2. Identify all data entities, relationships, and business rules
3. Design normalized table structures with proper types
4. Create ASCII Entity Relationship Diagrams (ERD)
5. Design access control policies
6. Plan indexes for query performance
7. Write migration scripts
8. Document common query patterns
9. Save to `.claude/scope/{feature-name}/schema.md`
Use this command when:
- You have c...Launch the scope-db agent to create comprehensive database schema designs from planning documents.
This agent will:
.claude/scope/{feature-name}/ starting with plan.md.claude/scope/{feature-name}/schema.mdUse this command when:
/scope-pipeline:plan phase and need database designThe agent creates comprehensive schema documentation following database best practices:
Recommended workflow:
/scope-pipeline:plan - Create the implementation plan/scope-pipeline:db - Design the database schema/scope-pipeline:ui - Visualize the UI/UX layouts/scope-pipeline:api - Design API endpoints/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