diff --git a/README-zh.md b/README-zh.md index 2c2de0e..804ca46 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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) diff --git a/README.md b/README.md index e4de615..a994e41 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/plugins/idea-to-deploy/.claude-plugin/plugin.json b/plugins/idea-to-deploy/.claude-plugin/plugin.json new file mode 100644 index 0000000..b64fc87 --- /dev/null +++ b/plugins/idea-to-deploy/.claude-plugin/plugin.json @@ -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" +} diff --git a/plugins/idea-to-deploy/commands/project.md b/plugins/idea-to-deploy/commands/project.md new file mode 100644 index 0000000..3a5df3d --- /dev/null +++ b/plugins/idea-to-deploy/commands/project.md @@ -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