developmentlisted
Install: claude install-skill aiskillstore/marketplace
# Development Workflow Bundle
## Overview
Consolidated workflow for end-to-end software development covering web, mobile, and backend development. This bundle orchestrates skills for building production-ready applications from scaffolding to deployment.
## When to Use This Workflow
Use this workflow when:
- Building new web or mobile applications
- Adding features to existing applications
- Refactoring or modernizing legacy code
- Setting up new projects with best practices
- Full-stack feature development
- Cross-platform application development
## Workflow Phases
### Phase 1: Project Setup and Scaffolding
#### Skills to Invoke
- `app-builder` - Main application building orchestrator
- `senior-fullstack` - Full-stack development guidance
- `environment-setup-guide` - Development environment setup
- `concise-planning` - Task planning and breakdown
#### Actions
1. Determine project type (web, mobile, full-stack)
2. Select technology stack
3. Scaffold project structure
4. Configure development environment
5. Set up version control and CI/CD
#### Copy-Paste Prompts
```
Use @app-builder to scaffold a new React + Node.js full-stack application
```
```
Use @senior-fullstack to set up a Next.js 14 project with App Router
```
```
Use @environment-setup-guide to configure my development environment
```
### Phase 2: Frontend Development
#### Skills to Invoke
- `frontend-developer` - React/Next.js component development
- `frontend-design` - UI/UX design implementation
- `re