josipjelic/orchestrated-project-template
93 stars · Last commit 2026-04-24
A Claude Code project template with pre-configured specialist agents, living documentation, Conventional Commits conventions, and placeholder-based structure — copy, fill, ship.
README preview
# Claude Development Template  A bootstrapping template for software projects built with [Claude Code](https://claude.com/product/claude-code). Use it as a GitHub template, run **`/start`**, and Claude walks you through setting up all the documentation before a single line of code is written. Conventions in this template are enforced — not just advisory. Lifecycle hooks, file-scoped rules, and MCP server configuration mean Claude follows the standards 100% of the time, not ~80%. --- ## What This Is This repository is an opinionated project scaffold that gives Claude everything it needs to act as a coherent development team from day one: - **Specialized agents** for each discipline (architecture, frontend, mobile/React Native, backend, design, database, QA, CI/CD, Docker, docs, copywriting & SEO) - **Lifecycle hooks** that fire automatically — blocking destructive commands, auto-formatting on save, and warning when docs fall out of sync with implementation - **MCP servers** pre-configured for live library documentation and structured reasoning — shared across the whole team via a committed `.mcp.json` - **File-scoped rules** that inject TypeScript, migration, and test standards only when the relevant file type is being edited - **Slash commands** for every common workflow: `/orchestrate`, `/review`, `/release`, `/checkpoint`, `/status` - **Living documentation** that agents keep up to date as the project evolves