Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
End-to-end feature development workflow with Jira planning, TDD implementation, code review, and automated merge
npx claudepluginhub gravity9-tech/claude_code_marketplace_demo --plugin feature-lifecycleReviews code changes against a Jira ticket plan, then commits and merges if approved. Use when the user wants a code review, review before merge, check implementation quality, or validate against ticket requirements.
Plans feature implementation by creating a Jira ticket with BDD acceptance criteria, expanding it into DEV/QA subtasks, exploring the codebase, and producing a structured implementation plan. Use when the user wants to plan a feature, create an implementation plan, break down a feature into tasks, or prepare for development.
Implements [DEV] subtasks with TDD and [QA] subtasks with test automation from a Jira parent ticket. Use when the user wants to implement a feature ticket, build subtasks with TDD, code a planned feature, or execute QA tests from Jira.
Commits changes on a feature branch and merges into local main after tests pass. All operations are local — never pushes or pulls. Use when the user wants to commit and merge, finish a feature branch, land a feature, merge to main, or complete a branch.
Creates a Git feature branch from local main with standard naming. Use when the user wants to create a branch, start a feature branch, check out a new branch for a ticket, or begin work on a Jira issue.
Creates a Jira ticket from a feature description with BDD acceptance criteria. Use when the user wants to create a ticket, file a bug, add a story, log a task, or write a Jira issue.
Expands a Jira ticket into DEV and QA subtasks. Use when the user wants to break down a ticket, expand a story, create subtasks, split work into dev and testing tasks, or decompose a Jira issue.
Implements features using TDD red-green-refactor cycle. Use when the user wants to use TDD, write tests first, do test-driven development, red-green-refactor, or build a feature with tests.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A workflow automation system that helps Claude Code implement features systematically with built-in planning, validation, and review steps
Feature lifecycle management with skill-centric architecture. Capture ideas (idea.md), plan implementations (plan.md), and complete with quality gates (shipped.md). Status determined by file presence with auto-generated DASHBOARD.md. Shared Python library for dashboard generation with minimal hooks.
A structured development pipeline: task bootstrapping, project planning, feature planning, task generation, TDD implementation, and code review
Full feature development workflow from spec to completion
Autonomous Development Workflows
Opinionated 5-phase development lifecycle for Claude Code — language-agnostic, repo-local bin/* delegation
Defense-in-depth protection system for Claude Code. Blocks dangerous commands and protects sensitive files via PreToolUse hooks. Provides command pattern blocking, path protection levels, and ask patterns for confirmation dialogs.
Generate comprehensive documentation from codebases with ASCII diagrams, evidence-backed content, and automatic Claude Code skill syncing
Integration with LaunchDarkly feature flag management system. Manage feature flags, create flags with automated tests for both variants, and remove flags from your codebase using LaunchDarkly MCP server.
Organisation-level plugins for Claude Code.
| Plugin | Description |
|---|---|
| feature-lifecycle | Jira planning, TDD implementation, code review, and automated merge |
| deepwiki | Generate documentation from codebases with ASCII diagrams and auto-synced Claude Code skills |
From GitHub:
Install from the repo:
/plugin marketplace add https://github.com/gravity9-tech/claude_code_marketplace_demo.git
Or using the GitHub shortcut syntax:
/plugin marketplace add gravity9-tech/claude-code-marketplace-demo
Note: This method clones via SSH. You need SSH keys configured for GitHub. If you get a
Permission denied (publickey)error, either set up SSH keys or use the HTTPS URL method below instead.
or from a local clone:
/plugin marketplace add ./path/to/claude-code-marketplace-demo
/plugin install feature-lifecycle@pandora-marketplace
/plugin install deepwiki@pandora-marketplace
You can also use the interactive plugin browser:
/plugin
This opens a tabbed UI where you can browse the Discover tab to see available plugins from all configured marketplaces.
/plugin marketplace list # List configured marketplaces
/plugin marketplace update # Refresh plugin listings
/plugin disable <plugin> # Disable without uninstalling
/plugin enable <plugin> # Re-enable
/plugin uninstall <plugin> # Remove completely
To have team members automatically prompted to add this marketplace, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"pandora-marketplace": {
"source": {
"source": "github",
"repo": "<owner>/claude-code-marketplace-demo"
}
}
},
"enabledPlugins": {
"feature-lifecycle@pandora-marketplace": true,
"deepwiki@pandora-marketplace": true
}
}
/deepwiki:init ./ ./wiki
/deepwiki:sync ./wiki
/deepwiki:skills list
Requires the Atlassian MCP server for Jira integration.
/implement-feature Add user authentication with OAuth2 PROJ
init, sync, skillsdeepwiki-planner, deepwiki-doc-generator, deepwiki-skill-generatorimplement-featureplanner, tdd-implementer, code-reviewer