Skip to content

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flow-skeleton

A Claude Code plugin marketplace with one plugin: flow — a universal development workflow. Design on the strongest model, implement economically, verify by risk, survive brownfield rewrites.

Install (once per machine)

Inside any Claude Code session:

/plugin marketplace add amilabs/flow-skeleton
/plugin install flow@flow-skeleton
/plugin install superpowers@claude-plugins-official

Choose User scope — flow becomes available in every project on the machine. Then enable updates: /plugin → Marketplaces → flow-skeleton → Enable auto-update. superpowers is installed explicitly (not as a plugin dependency: cross-marketplace dependency resolution has been a recurring failure class — flow's init step and session-start hook verify its presence instead).

Manual update (note: update requires the fully-qualified name, unlike install):

claude plugin marketplace update flow-skeleton
claude plugin update flow@flow-skeleton

Commands

Command Purpose
/flow:init bootstrap a project (--existing migrates a live one)
/flow:spec design a change → OpenSpec change folder → owner approval
/flow:implement execute the approved change with TDD (fresh session)
/flow:accept acceptance gate: checks, live verify, reviews, summary
/flow:blast-radius impact analysis before touching existing code

Trivial changes (one-sentence diff, no dependents) skip the lifecycle entirely — that is a rule, not an exception.

Team repositories

Commit this to the project's .claude/settings.json and teammates get an install prompt on first trusted open — their instruction is one sentence: "clone, open in Claude Code, accept the prompts."

{
  "extraKnownMarketplaces": {
    "flow-skeleton": {
      "source": { "source": "github", "repo": "amilabs/flow-skeleton" }
    }
  },
  "enabledPlugins": { "flow@flow-skeleton": true }
}

Design

The full design document: docs/superpowers/specs/2026-07-05-flow-plugin-design.md.

License

Apache-2.0

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages