By andrewex
A structured feature development pipeline with brainstorming, planning, database design, API design, UI wireframing, edge case analysis, test planning, task breakdown, and execution agents
npx claudepluginhub andrewex/claude-marketplace --plugin scope-pipelineDesign API endpoints from planning documents
Generate ideas and explore approaches before creating a plan
Design database schema from planning documents
Identify and document edge cases from planning documents
Execute feature implementation from completed scope plans
Run the complete scope pipeline to create all planning documents for a feature
Interview the user to gather requirements before planning a feature
Create a detailed implementation plan for a feature, bug fix, or refactor
Convert planning documents into actionable, phased task lists
Create comprehensive test plans from planning documents
Create ASCII wireframes from planning documents
Use this agent to design API endpoints from planning documents. Reads plan.md and related documentation to create detailed API specifications including endpoints, request/response schemas, authentication, and server-side function designs.
Use this agent to explore ideas and approaches for a feature before committing to a plan. Generates multiple alternatives, analyzes pros/cons, and identifies the best direction. Creates a brainstorm document as input for scope-planner.
Use this agent to design database schema from planning documents. Reads plan.md and related documentation to create detailed database designs including tables, columns, relationships, indexes, access policies, and migrations.
Use this agent to identify and document all edge cases for a feature. Reads plan.md and related documentation to create a comprehensive edge cases document with severity ratings, proposed solutions, and a priority matrix.
Use this agent to execute feature implementation from completed scope plans. Reads plan.md and tasks.md, then systematically implements each phase, tracking progress and marking tasks complete.
Use this agent to run the complete scope pipeline — all 7 planning phases in sequence. Orchestrates plan, database, API, UI, edge cases, test plan, and task breakdown for a feature in a single session.
Use this agent to conduct a structured requirements-gathering interview before planning a feature. Asks targeted questions across users, data, UI, integrations, and constraints, then synthesizes answers into a requirements document.
Use this agent to create detailed implementation plans for features, bug fixes, or refactors. Analyzes requirements, researches the existing codebase, and produces comprehensive plans with phases, file paths, risks, and testing strategies.
Use this agent to convert planning documents into actionable, phased task lists. Reads all scope documentation and decomposes plans into atomic tasks organized by phases with clear acceptance criteria.
Use this agent to create comprehensive test plans from planning documents. Reads all scope documentation to create test strategies, E2E scenarios, unit test outlines, integration tests, and acceptance criteria.
Use this agent to create ASCII wireframes from planning documents. Reads plan.md to create detailed wireframes showing page layouts, components, states, and user interactions for all pages and views described in the plan.
A collection of Claude Code plugins for structured development workflows.
| Plugin | Description |
|---|---|
| scope-pipeline | A structured feature development pipeline — brainstorm, plan, design, test, and execute |
/plugin marketplace add andrewex/claude-marketplace
/plugin install scope-pipeline@andrewex
/plugin update scope-pipeline@andrewex
To test plugins locally without installing:
claude --plugin-dir ./plugins/scope-pipeline
Each plugin lives in its own directory under plugins/ and follows the Claude Code plugin format:
plugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/ # Slash commands (.md files)
├── agents/ # Agent definitions (.md files)
├── README.md
├── LICENSE
└── CHANGELOG.md
After creating a plugin, add it to .claude-plugin/marketplace.json in the repo root.
MIT
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Uses power tools
Uses Bash, Write, or Edit tools
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams