How this command is triggered — by the user, by Claude, or both
Slash command
/scope-pipeline:dbopusThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Launch 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
npx claudepluginhub andrewex/claude-marketplace --plugin scope-pipeline/designDesigns database schema for a feature from requirements, generates ERD diagram, SQL tables with indexes, migration files, and optional seed data.
/design-schemaDesign database schema for new feature with normalization and constraints.
/spw-dbDesigns database schema for single-person workflow suites using database-architect agent, based on provided business domain or requirements.
/design-schemaInteractively designs database schema from app requirements, defining entities, relationships, indexes, and constraints; generates SQL DDL and text-based ERD.
/design-database-schemaDesigns optimized database schemas from business requirements, modeling entities, relationships, data types, constraints, and generating SQL DDL examples like user management and e-commerce.
/spw-dbDesigns database schema for single-person workflow suites using business domain or requirements as input.