By kecbigmt
Story-driven Development workflow plugin for Claude Code. Provides skills and commands for user story creation, acceptance criteria, verification, and story log management.
Objective acceptance testing from isolated context. Acts as product owner proxy, manually verifying each criterion. Use when story is ready for acceptance testing.
Refactor for loose coupling, high cohesion, single responsibility, clarity. After Red-Green in isolated context.
Verify via independent acceptance testing. After refactor, before code review. Isolated context.
Guide human PO through manual acceptance testing. Optional - use when PO wants manual verification before merge.
Create user stories and epic design documents. Use when defining new features, writing Given-When-Then criteria, creating story logs, or designing larger features.
Epic design document template. Use when creating new epic documents or need epic structure reference.
Implement using TDD Red-Green cycle. Focus on Red-Green only; refactoring is separate step.
Pull request template for story-driven development. Use when creating PRs or need PR structure reference.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of Claude Code plugins.
# Add the marketplace
/plugin marketplace add kecbigmt/cc-plugins
# Install the story-driven plugin
/plugin install story-driven@kecbigmt-plugins
Story-driven Development workflow plugin for Claude Code. Provides skills and commands for user story creation, acceptance criteria, verification, and story log management.
Codex CLI integration for autonomous code analysis, reviews, and codebase queries. Executes the codex tool with real-time execution visibility for deep codebase understanding.
To test plugins during development:
git clone https://github.com/kecbigmt/cc-plugins.git
claude --plugin-dir ./cc-plugins/plugins/story-driven
Restart Claude Code after making changes to pick up updates.
/story-driven:start # Start workflow (interactive)
/story-driven:start <free text> # Start with intent
Examples:
/story-driven:start
/story-driven:start add login feature
/story-driven:start verify
The codex plugin provides the codex-exec skill that automatically activates when you request code analysis or reviews.
Examples:
"Review the authentication module for security vulnerabilities"
"Analyze the database query patterns for performance issues"
"Explain how the user registration flow works"
"Find potential bugs in error handling code"
Claude will automatically execute the codex CLI tool with appropriate parameters.
Skills are model-invoked and activate based on workflow phase.
| Skill | Phase |
|---|---|
defining-stories | Define |
implementing-stories | Implement |
verifying-stories | Verify |
accepting-stories | Accept |
publishing-stories | Publish |
The timing of acceptance testing adapts to your workflow:
| Workflow | Flow |
|---|---|
| Pre-commit | Verify → Accept → Commit → Push |
| Pre-push | Verify → Commit → Accept → Push |
| Post-PR | Verify → Commit → Push → Draft PR → Accept → Ready |
Ask Claude naturally:
Claude will automatically use the relevant skill.
plugins/story-driven/
commands/
start.md # /story-driven:start command
skills/
defining-stories/
implementing-stories/
verifying-stories/
accepting-stories/
publishing-stories/
MIT
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin kecbigmt-cc-pluginsTailscale networking utilities for Claude Code. Configure dev servers for remote access via Tailscale VPN.
Helder's personal SDLC toolbelt for AI coding agents — from spec to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
A spec-driven development kit for Claude Code: the prompt-grill and dev-lifecycle skills plus a specs/ scaffold that takes you from a vague request to shipped, reviewed code.
Core developer skills for feature planning, code review, testing, commits, and daily development workflows.
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems