Production-first project scaffolding. Drop into any repo — new or existing — and run /grovv to generate the product spec, development plan, technical spec, a development best-practices skills repository, a project-specific agent team (via the bundled harness meta-skill), and the README. Conversation-driven and ask-first: understands the product, users, constraints, and stack before generating.
Scaffolds a project with the grovv stack production-first process — generates the product spec, development plan, technical spec, a development best-practices skills repository, a project-specific agent team (harness), and the README. Use whenever the user wants to: 'build out this project', 'scaffold with grovv', 'set up grovv stack', 'grovv stack this repo', 'adopt grovv stack' in an existing codebase, or start a new production-ready project from scratch. Also triggers on requests to lay down docs/specs/skills foundations or an agent team for a new or existing project. Prefer the /grovv command when the user wants an explicit kickoff; this skill catches the same intent expressed in natural language.
하네스를 구성합니다. 전문 에이전트를 정의하며, 해당 에이전트가 사용할 스킬을 생성하는 메타 스킬. (1) '하네스 구성해줘', '하네스 구축해줘' 요청 시, (2) '하네스 설계', '하네스 엔지니어링' 요청 시, (3) 새로운 도메인/프로젝트에 대한 하네스 기반 자동화 체계를 구축할 때, (4) 하네스 구성을 재구성하거나 확장할 때, (5) '하네스 점검', '하네스 감사', '하네스 현황', '에이전트/스킬 동기화' 등 기존 하네스 운영/유지보수 요청 시 사용.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
██████╗ ██████╗ ██████╗ ██╗ ██╗██╗ ██╗
██╔════╝ ██╔══██╗██╔═══██╗██║ ██║██║ ██║
██║ ███╗██████╔╝██║ ██║██║ ██║██║ ██║
██║ ██║██╔══██╗██║ ██║╚██╗ ██╔╝╚██╗ ██╔╝
╚██████╔╝██║ ██║╚██████╔╝ ╚████╔╝ ╚████╔╝
╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═══╝ ╚═══╝
gro\/\/ stack — Production-First Project Scaffolding
A prompt-driven scaffolding system that an AI agent uses to generate production-ready codebases (new projects) or layer documentation, skills, conventions, and an agent team onto existing ones. It is conversation-driven and ask-first: it understands the product, users, constraints, and stack before generating anything.
This repository is not an application. Its output is documents, configuration, and an agent team in your project — never code in this repo.
/plugin marketplace add constructyourself/grovv-stack
/plugin install grovv-stack@grovv
In any repository — new or existing:
| Entry point | How |
|---|---|
| Command | /grovv — auto-detects new vs existing. Force the mode with /grovv new or /grovv adopt. |
| Natural language | "build out this project with grovv stack", "adopt grovv stack in this repo" — triggers the grovv-scaffold skill. |
Both run the same workflow defined in grovv-stack-scaffold.md. For an existing project, the agent assesses the codebase and proposes an adoption plan before changing anything — it never overwrites working code without approval.
Working from a clone of this repo (without installing) also works: the agents and skills under .claude/ load as project-scope components.
Into the target project:
product-spec.md # What, who, why
development-plan.md # Engineering plan
tech-spec.md # Complete technical specification
docs/skills/ # 12-15 development best-practice guides
docs/prompts/ # Prompt specs (skills-builder, team-design, tech-spec, readme)
docs/architecture/ # Architecture decision records
.claude/agents/ # Project-specific agent team (additive to the six defaults)
.claude/skills/ # Skills the agents use + an orchestrator
README.md # Project README
The pipeline runs: structure + config → product spec → development plan → tech spec → prompt docs → skills-builder → team-design (harness) → linear-tracking → readme. The team-design step uses the bundled harness meta-skill to design a project-specific agent team, additive to the six grovv defaults. The linear-tracking step uses the Linear MCP to create a project and seed issues from the development plan.
| Component | Path |
|---|---|
| Command | commands/grovv.md |
| Kickoff skill | .claude/skills/grovv-scaffold/ |
| harness meta-skill (Apache-2.0, vendored) | .claude/skills/harness/ |
| Default agents | .claude/agents/ (scaffold, frontend, backend, testing, database, code-review) |
| Master directive | grovv-stack-scaffold.md |
grovv stack is licensed under the MIT License. Vendored third-party components keep their own licenses — the bundled harness meta-skill is Apache-2.0; see .claude/skills/harness/ATTRIBUTION.md.
gro\/\/ stack — Production-First Project Scaffolding
npx claudepluginhub constructyourself/grovv-stack --plugin grovv-stackComprehensive 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.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
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 feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete developer toolkit for Claude Code