Hybrid development workflow combining TDD discipline with knowledge compounding
npx claudepluginhub c-reichert/flowstateHybrid development workflow combining TDD discipline with knowledge compounding. 10 agents, 10 commands, 17 skills for brainstorming, planning, TDD execution, multi-agent review, parallel team execution, and learning capture.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A Claude Code plugin that combines strict development discipline with compounding knowledge. Every cycle produces working code and accumulated insights that make the next cycle easier.
Flowstate is inspired by ideas from several sources:
None of these alone delivered what we wanted: strict development discipline and knowledge that compounds across sessions. Flowstate takes the ideas we liked from each and builds its own opinionated workflow.
┌───────────────────────────────────────────────────────────────┐
│ │
│ brainstorm → write-plan → [deepen] → work → review → compound
│ ▲ ▲ │
│ │ │ │
│ └───────────────────────┴───────────────────────────┘
│ knowledge feeds back into
│ planning, reviewing, and building
└───────────────────────────────────────────────────────────────┘
| Step | Command | What It Does |
|---|---|---|
| 1 | /workflow:brainstorm | Guided design — one question at a time, explore approaches, validate decisions |
| 2 | /workflow:write-plan | Research agents + TDD implementation plan with exact file paths and test steps |
| 3 | /workflow:deepen-plan | (optional) Per-section parallel research to add depth, examples, edge cases |
| 4 | /workflow:work | Worktree isolation → subagent-per-task TDD → two-stage review → ship. Supports wave-based parallel execution via team agents when plan tasks declare depends_on dependencies. |
| 5 | /workflow:review | 5 parallel review agents (security, performance, simplicity, architecture, patterns) |
| 5b | /workflow:deep-review | Extended 14+ agent swarm with conditional reviewers |
| 6 | /workflow:compound | Capture learnings to docs/solutions/ — searchable by future sessions |
/workflow:debug | 6-step systematic debugging with 3-strike escalation | |
/workflow:setup | Show workflow pipeline, commands, and getting-started guide | |
/workflow:remind | Re-inject core rules when Claude drifts from the workflow |
Every command can be used independently or as part of the full loop.
┌─────────────────────────────────────────────────────────┐
│ COMMANDS (orchestrators) │
│ brainstorm · write-plan · deepen-plan · work · review ·│
│ deep-review · compound · debug · setup · remind │
│ │ │
│ invoke ▼ │
│ ┌──────────────────────┐ │
│ │ SKILLS (16) │ │
│ │ Process knowledge │ │
│ │ HOW to do things │ │
│ └──────────────────────┘ │
│ │ │
│ dispatch ▼ │
│ ┌──────────────────────┐ │
│ │ AGENTS (10) │ │
│ │ Expert personas │ │
│ │ WHO does what │ │
│ └──────────────────────┘ │
│ │ │
│ enforced by ▼ │
│ ┌──────────────────────┐ │
│ │ HOOKS │ │
│ │ Session start: │ │
│ │ core rules always │ │
│ │ in context │ │
│ └──────────────────────┘ │
└─────────────────────────────────────────────────────────┘
Commands are lean orchestrators (~8 lines each) that sequence skill invocations.
Skills contain all process knowledge — reusable, discoverable, independently invocable.
Agents are expert personas dispatched by skills for parallel work.
Hooks inject core rules (TDD, verification, brainstorm-before-build) into every session via additionalContext.