Claude Tools / Plugins / soloflow

Plugins · kesteva/soloflow

soloflow

Hooks-based workflow orchestration for solo product development with Claude Code

CLEARED_STATICclaude-onlyv0.11.0

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Claude-only

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran17037 code lines / 143 files
secretsranno secret patterns matched
egressran20 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): 8 JS/TS entry point(s)

What's inside

Components found

agent-templates/shadow-researcher.md
componentmedium
agent-templates/shadow-roadmap-researcher.md
componentmedium
agent-templates/shadow-sprint-verifier.md
componentmedium
agent-templates/shadow-verifier.md
componentmedium
agents/bug-investigator.md
componentmedium
agents/claude-md-reviewer.md
componentmedium
agents/claudemd-pruner.md
componentmedium
agents/code-reviewer.md
componentlow
agents/codebase-pruner.md
componentmedium
agents/compound-skeptic.md
componentmedium
agents/compounder.md
componentmedium
agents/executor.md
componentmedium
agents/idea-extractor.md
componentmedium
agents/integration-tester.md
componentmedium
agents/roadmap-generator.md
componentmedium
agents/sprint-closer.md
componentmedium
agents/sprint-code-reviewer.md
componentmedium
agents/sprint-initiator.md
componentmedium
agents/task-decomposer.md
componentmedium
agents/task-refiner.md
componentmedium

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 20 lexical match(es)

README

From the repository

# SoloFlow

Soloflow is a hooks-based workflow orchestration for solo product development with Claude Code.

It's built specifically to address some of the limitations of using Claude Code as a solo developer work on side projects and aims to solve two core problems:
1) **No time to babysit:** to be useful, Claude needs to be able to run autonomously for long stretches. You're using it for side projects, you don't have time to constantly babysit, approve permissions, and ask it to move along to the next stage
2) **Limited time to review:** because you might only have a 30 minutes or an hour in a day to make progress. You don't have time to do constant QA, read every line of output, or deal with correcting sloppy work. Your time reviewing should be spent on the things that need actual human input. 

To address this, Soloflow automates the product development lifecycle through five stages: **idea extraction → refinement → execution → verification → learning**. Each stage is designed so you provide input at the beginning and then the agent runs autonomously while you walk away. Check in occasionally in your terminal or from your phone to tee up the next stage. 

## Some warnings

- **

← Back to Plugins