Claude Code plugins for structured development workflows and product launch marketing.
globalcoder-development (v3.0.0)
Full development workflow with agent team support, TDD enforcement, parallel execution, and systematic debugging. 23 skills, 1 agent covering the complete development lifecycle. Every skill is invokable as a slash command using its name (e.g., /brainstorming, /writing-plans, /project-init).
- Workflow: project-init, brainstorming, ui-design-bootstrap, writing-plans, executing-plans
- Execution: subagent-driven-development, agent-team-development, dispatching-parallel-agents, tmux-parallel-development
- Quality: test-driven-development, verification-before-completion, requesting-code-review, receiving-code-review
- Debugging: systematic-debugging, performance-profiling
- Code Changes: refactoring, database-migration, security-review
- Git: using-git-worktrees, finishing-a-development-branch
- Meta: using-globalcoder-development, writing-skills, preparing-a-release
Common entry-point commands: /project-init, /brainstorming, /writing-plans, /executing-plans, /requesting-code-review, /finishing-a-development-branch, /preparing-a-release
Note (v3.0.0): Removed the redundant
commands/directory; skills now auto-derive their own slash commands. The short-form commands (/brainstorm,/write-plan, etc.) no longer exist — use the skill names. See v3.0.0 migration.Note (v2.0.0): This plugin was previously named
globalcoder-workflow(matching the repo name, which was confusing). It was renamed toglobalcoder-development. See v2.0.0 migration.
globalcoder-marketing (v1.0.0)
Product and brand launch toolkit with market research, positioning, go-to-market planning, and campaign execution. 11 skills covering the full marketing lifecycle:
- Research & Strategy: market-research, customer-personas, brand-identity, positioning-strategy
- Planning & Execution: launch-plan, content-strategy, landing-page, campaign-builder
- Review: launch-retrospective
- Orchestration: full-launch, using-globalcoder-marketing
# Register each plugin's marketplace and install
claude plugin marketplace add /path/to/globalcoder-development
claude plugin install globalcoder-development@globalcoder-marketplace
claude plugin marketplace add /path/to/globalcoder-marketing
claude plugin install globalcoder-marketing@globalcoder-marketing-marketplaceEnable in ~/.claude/settings.json:
{
"enabledPlugins": {
"globalcoder-development@globalcoder-marketplace": true,
"globalcoder-marketing@globalcoder-marketing-marketplace": true
}
}The two plugins are independent but complementary:
Marketing Development
───────── ───────────
market-research ─┐
customer-personas │ project-init
brand-identity ├─► strategy brainstorming
positioning │ documents writing-plans ─► execute ─► verify ─► finish
launch-plan ──────┘ (subagent / agent-team / tmux)
Use globalcoder-marketing to produce strategy and positioning documents, then hand off to globalcoder-development's writing-plans skill to turn them into implementation tasks. The handoff is loose — there's no hard dependency between the plugins.
MIT