Official marketplace for Flowspec - A comprehensive Spec-Driven Development toolkit
npx claudepluginhub jpoley/flowspecComprehensive Spec-Driven Development toolkit with multi-language support, specialized agents, and integrated security/observability tools
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Plan features with specialized AI agents. Track tasks with backlog.md + beads. Ship with confidence.
flowspec transforms how you build software with AI. Instead of giving AI loose instructions, you give it structured specifications and tracked tasks. Each /flowspec command launches specialized AI agents that:
# Install flowspec CLI
uv tool install flowspec-cli --from git+https://github.com/jpoley/flowspec.git
# Initialize your project (prompts to install backlog.md + beads if missing)
flowspec init my-project --ai claude
cd my-project
Note: During
flowspec init, you'll be prompted to install:
- backlog.md - task management
- beads - issue tracking for AI agents
/flow:init # Creates constitution with project principles
/flow:assess Build a REST API for task management with JWT authentication
For Full SDD (complex features):
/flow:specify Build a REST API for task management with JWT authentication
/flow:plan
/flow:implement
/flow:validate
For Light/Medium (medium features):
/flow:specify Build a new user settings page
/flow:implement
For Simple tasks:
# Just create a task and implement
backlog task create "Fix login button alignment" --ac "Button aligns with form fields"
# Then code directly
┌────────────────────────────────────────────────────────────────────────┐
│ WORKFLOW MODE SELECTION │
├────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ SIMPLE │ │ MEDIUM │ │ COMPLEX │ │
│ │ (Score 8-12)│ │ (Score 13-20)│ │ (Score 21+) │ │
│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
│ Skip SDD Light/Medium Full SDD │
│ Just code Quick specs All phases │
│ │
│ Examples: Examples: Examples: │
│ • Bug fix • New endpoint • New auth system │
│ • Config change • UI component • Payment integration │
│ • Doc update • Small feature • Major refactor │
│ │
└────────────────────────────────────────────────────────────────────────┘
/flow:assess first/flow:assess Build a REST API with user authentication
This scores your feature across 8 dimensions and recommends: Skip SDD, Light/Medium, or Full SDD.
All modes produce the same artifacts - only the review depth changes: