By wangyuncepu
Autonomous multi-project orchestration system for Claude Code. User sets goals and reviews plans; AI handles drafting, execution, and routine decisions. Intervenes only on major problems.
6-module project orchestration skill for Claude Code. Project-centric, task-based execution with cross-project parallel coordination.
From within Claude Code:
/plugin marketplace add wangyuncepu/plan-manager
/plugin install plan-manager@plan-manager
Skill auto-registers immediately — no reload needed.
git clone https://github.com/wangyuncepu/plan-manager.git
cd plan-manager
bash install.sh
/reload-plugins
install.sh creates a symlink from ~/.claude/skills/plan-manager → this repo. Only needed for manual installs; plugin install handles everything automatically.
| # | Module | Role |
|---|---|---|
| 1 | Project | Project registry, lifecycle (active/idle/completed/archived) |
| 2 | Task | Task CRUD, priority/dependency ordering, 1 active per project |
| 3 | Plan | Mandatory plan.md per task, plan approval before execution |
| 4 | Execute | Launch top-ranked tasks across N projects in parallel |
| 5 | Check | Loop detection, auto-checkpoint, state persistence |
| 6 | Assistant | Interactive AI guide — overview, suggestions, iteration |
configure plan manager → set root directory
create project <name> → add a project
add task to <project> → create a task (status: pending)
make plan for <TASK-ID> → write plan.md (status: ready)
execute 2 projects → run top tasks from 2 projects
assistant → overview + what to do next
plan-manager/
├── .claude-plugin/
│ ├── plugin.json ← plugin manifest
│ └── marketplace.json ← marketplace listing
├── skills/
│ └── plan-manager/
│ ├── SKILL.md ← skill definition
│ ├── bin/ ← helper scripts
│ └── templates/ ← plan/project templates
├── install.sh
└── README.md
<root>/
├── project/<proj>/
│ ├── .project ← project metadata
│ ├── tasks/<task>/
│ │ ├── .task ← task metadata
│ │ └── plan.md ← required execution plan
│ └── ...
├── STATE.json ← execution state + checkpoints
└── DOCMAP.md ← document index
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.
npx claudepluginhub wangyuncepu/plan-manager --plugin plan-managerComprehensive 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.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
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.