npx claudepluginhub kasperjunge/kasperjunge-marketplace --plugin spec-driven-developmentClarifies technical design and architecture based on requirements.
Helps clarify project requirements by asking focused questions and documenting user needs.
Quick design generation with AI-driven creation and review cycle.
Creates detailed implementation plan based on requirements and design specifications.
Quick requirements generation with AI-driven creation and review cycle.
Implements the project based on the approved implementation plan with rigorous testing.
Personal collection of workflow plugins I've built for Claude Code
Hey! I'm sharing some plugins I've created to make development with Claude Code more systematic and powerful. These are based on advanced context engineering patterns that help with with my daily work.
The ultimate workflow plugin for systematic software development
A three-phase methodology that helps you:
Based on Advanced Context Engineering by Dexter Horthy @ HumanLayer.
What you get:
Specification-first development workflow for building projects right the first time
A four-phase methodology that guides you through:
What you get:
To install my plugins, first add this repo as a marketplace in Claude Code:
/plugin marketplace add kasperjunge/kasperjunge-marketplace
Then install whichever plugins you want:
/plugin install research-plan-implement@kasperjunge-marketplace
/plugin install spec-driven-development@kasperjunge-marketplace
| Plugin | Version | Description |
|---|---|---|
| research-plan-implement | 1.0.0 | Advanced context engineering workflow for systematic development |
| spec-driven-development | 1.0.0 | Specification-first workflow with requirements, design, planning, and rigorous testing |
Feel free to fork this and create your own plugin collection! Check out the Plugin Development Guide to learn how Claude Code plugins work.
marketplace/
โโโ .claude-plugin/
โ โโโ marketplace.json # Marketplace catalog
โโโ plugins/
โ โโโ your-plugin/
โ โโโ plugin.json # Plugin manifest
โ โโโ README.md # Plugin docs
โ โโโ agents/ # Optional: AI agents
โ โโโ commands/ # Optional: slash commands
โ โโโ scripts/ # Optional: helper scripts
โโโ docs/
โโโ plugin-marketplaces.md # Detailed documentation
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.