Skip to content

Global-Coder-Team/globalcoder-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GlobalCoder Plugins

Claude Code plugins for structured development workflows and product launch marketing.

Plugins

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 to globalcoder-development. See v2.0.0 migration.

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

Installation

# 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-marketplace

Enable in ~/.claude/settings.json:

{
  "enabledPlugins": {
    "globalcoder-development@globalcoder-marketplace": true,
    "globalcoder-marketing@globalcoder-marketing-marketplace": true
  }
}

How They Work Together

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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors