orchestrated-project-template
Multi-agent project scaffolding with enforced coding conventions
All Skills in This Repository (11)
Pure Emerald Level Indicatorsdatabase
Plan and validate database schema changes with forward and rollback SQL migrations.
design
Generate implementation-ready design specifications grounded in user personas and design-system tokens.
docker
Guide Dockerfile creation, optimization, and runtime hardening for containerization workflows.
frontend
Guide React/Next.js UI implementation with accessibility and performance standards.
quality
Validate Playwright E2E test quality against requirements and conventions.
planning
Structure backlog, sprint plans, and architecture decisions with dependency mapping.
content
Generates brand-aligned marketing copy for landing pages, products, and CTAs.
backend
Develop server-side backends, APIs, and authentication logic with layered architecture.
docs
Update user-facing docs to match actual code and feature behavior.
cicd
Automate GitHub Actions workflow design, governance, and release notes.
mobile
Automates creation and modification of React Native screens and navigation flows.
Frequently Asked Questions
FAQPage SchemaHow to install orchestrated-project-template?▼
Run `npx skills add josipjelic/orchestrated-project-template --all -g -y` in your terminal to install all skills globally.
What does the /orchestrate command do?▼
It breaks your task into specialist subtasks, plans parallel and sequential execution waves, creates a feature branch, and runs the right agents in order after you approve the plan.
Can I use this template on an existing codebase?▼
Yes. The installer is non-destructive and only adds missing files, then the /start skill reads your code and fills in the documentation automatically.
How does it enforce coding standards?▼
Lifecycle hooks block destructive commands, auto-format saved files, flag naming violations, and warn when docs fall out of sync with code changes.
Does it work with Claude Code?▼
Yes. It is built for Claude Code and loads its instructions, agents, skills, and hooks automatically every session.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core