Comprehensive story-driven development workflow with 30+ commands for agile development, from ideation to production
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install sdd@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/sdd.json
Step 2: Install the plugin
/plugin install sdd@sdd
A Claude Code plugin marketplace providing comprehensive tools for story-driven agile development workflows.
This marketplace contains a plugin that enable complete story-driven development workflows, from ideation through production deployment. All tools are designed to work seamlessly with Claude Code.
# Install the marketplace
/plugin marketplace add ninthspace/claude-code-marketplace
# Then install this plugin
/plugin install sdd@claude-code-marketplace
30+ commands for complete agile development workflow
A comprehensive plugin providing:
Key Features:
Tech Stack Support:
Quick Start:
# Automated workflow (single command for entire lifecycle)
/sdd:story-flow "Add user authentication"
# Or use individual commands for more control
/sdd:story-new "Add user authentication"
/sdd:story-start STORY-2025-001
/sdd:story-implement STORY-2025-001
/sdd:story-save "Implement user authentication"
/sdd:story-review STORY-2025-001
/sdd:story-qa STORY-2025-001
/sdd:story-validate STORY-2025-001
/sdd:story-ship STORY-2025-001
/sdd:story-complete STORY-2025-001
Before creating stories, establish your project foundation:
Initialize Project: /sdd:project-init
/docs/project-context/
, /docs/stories/
)Create Project Brief: /sdd:project-brief [title]
Note: These setup commands are optional. You can jump straight to story creation with smart defaults, but project setup provides better context-aware behavior.
For ongoing projects with multiple development cycles:
Plan Development Phases: /sdd:project-phase [phase_name]
When to use phases:
The /sdd:story-flow
command automates the entire story lifecycle, executing all 9 steps sequentially with a single command. This provides:
--start-at
and --stop-at
to run specific portions of the workflow--auto
flag for full automationExamples:
# Full automated workflow from new story
/sdd:story-flow "Add user authentication"
# Resume existing story from QA step in auto mode
/sdd:story-flow STORY-2025-001 --start-at=qa --auto
# Partial workflow (stop before shipping)
/sdd:story-flow "Fix responsive layout" --stop-at=review
/sdd:story-flow
The plugin uses a /docs/project-context/
directory for context-aware behavior. You can create this automatically or manually:
Automatic Setup (Recommended):
# Initialize project structure with interactive setup
/sdd:project-init
# Create comprehensive project brief
/sdd:project-brief [title]
Files Created:
technical-stack.md
- Technology choices and versionscoding-standards.md
- Code quality standardsdevelopment-process.md
- Workflow stages and quality gatesproject-glossary.md
- Domain terminologyproject-brief.md
- Project overview and story breakdownstory-relationships.md
- Story dependencies (if applicable)phases/[phase_name]/
- Phase-specific documentation (created by /sdd:project-phase
)
phase-brief.md
- Phase goals, features, and timelinestory-queue.md
- Prioritized story backlog for the phaseThe plugin automatically reads these files and adapts its behavior to match your project's needs.
# Uninstall this plugin
/plugin uninstall sdd@claude-code-marketplace
# Remove the entire marketplace
/plugin marketplace remove ninthspace-marketplace
MIT - See LICENSE for details
Contributions welcome! Please:
For issues or questions:
See individual plugin CHANGELOG.md files for version history.
Chris Aves
3.1.0