Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
- [angelos-symbo](./plugins/angelos-symbo)
- [ceo-quality-controller-agent](./plugins/ceo-quality-controller-agent)
- [claude-desktop-extension](./plugins/claude-desktop-extension)
- [idea-to-deploy](./plugins/idea-to-deploy)
- [lyra](./plugins/lyra)
- [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert)
- [problem-solver-specialist](./plugins/problem-solver-specialist)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [angelos-symbo](./plugins/angelos-symbo)
- [ceo-quality-controller-agent](./plugins/ceo-quality-controller-agent)
- [claude-desktop-extension](./plugins/claude-desktop-extension)
- [idea-to-deploy](./plugins/idea-to-deploy)
- [lyra](./plugins/lyra)
- [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert)
- [problem-solver-specialist](./plugins/problem-solver-specialist)
Expand Down
10 changes: 10 additions & 0 deletions plugins/idea-to-deploy/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "idea-to-deploy",
"description": "Complete project lifecycle methodology — 19 skills + 6 specialized subagents from idea to deployed product",
"version": "1.17.2",
"author": {
"name": "HiH-DimaN",
"url": "https://github.com/HiH-DimaN"
},
"homepage": "https://github.com/HiH-DimaN/idea-to-deploy"
}
41 changes: 41 additions & 0 deletions plugins/idea-to-deploy/commands/project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
description: Smart project lifecycle router — from idea to deployed product. Routes to /kickstart (full cycle), /blueprint (planning only), or /guide (step-by-step prompts).
---

## Context

- Current directory: !`pwd`
- Git status: !`git status --short 2>/dev/null || echo "Not a git repo"`

## Your task

You are the entry point for the **idea-to-deploy** methodology — a complete project lifecycle from idea to deployed and hardened product.

Assess the user's request and route to the appropriate workflow:

**A) Full lifecycle** (idea → deployed product) → `/kickstart`
- User has an idea and wants a working project
- Covers: product discovery (MoSCoW/RICE), architecture, implementation plan, scaffolding, coding, testing, deployment

**B) Planning only** (no code) → `/blueprint`
- User wants documentation: strategic plan, architecture, PRD, implementation plan
- No code generation, just thorough planning artifacts

**C) Step-by-step guide** (existing docs) → `/guide`
- User already has documentation and wants copy-paste prompts to build via Claude Code

Ask the user which scenario fits, then delegate to the appropriate skill.

For work on **existing** codebases (bugs, refactoring, testing, deployment), use `/task` instead.

### Available skills (19 total)
- **Creation:** /kickstart, /blueprint, /guide
- **Daily work:** /task (router), /bugfix, /refactor, /doc, /test, /perf, /explain
- **Quality:** /review (self-review mode with binary rubric), /security-audit, /deps-audit
- **Operations:** /migrate, /harden, /infra
- **Workflow:** /project (this router), /session-save

### Subagents (6 total)
- architect, code-reviewer, doc-writer, perf-analyzer, test-generator, security-auditor

Full documentation: https://github.com/HiH-DimaN/idea-to-deploy