waterflow
v0.2.0Atomic, composable agent skills that carry work from idea to integration in a small feedback loop, routing process, model tier, agent topology, and proof by risk.
By Adam BoesLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 16 skill or MCP entries
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install waterflow@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Kaliffen/waterflowClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/align/SKILL.md├── skills/authoring/SKILL.md├── skills/build/SKILL.md├── skills/critique/SKILL.md├── skills/define/SKILL.md├── skills/dig/SKILL.md├── skills/interrogate/SKILL.md├── skills/land/SKILL.md├── skills/probe/SKILL.md├── skills/prove/SKILL.md├── skills/recall/SKILL.md├── skills/seam/SKILL.md├── skills/shape/SKILL.md├── skills/slice/SKILL.md├── skills/test/SKILL.md└── skills/waterflow/SKILL.md
Included Skills16
Settle what the work is before deciding how to build it.
Writing documents agents consume. Use when creating or editing a skill, a reference, or an AGENTS.md / CLAUDE.md.
Implement one slice test-first and close it with recorded evidence.
Review a diff on two separate axes, standards and spec, in parallel subagents. Use when reviewing a branch, a pull request, or work in progress before it lands.
Settle the words and the hard-to-reverse decisions for an area, and record them. Use when a term is being used two ways, a domain concept needs a name, or a decision will look surprising to a future reader.
Investigate a question against primary sources and record what was found. Use when documentation or API facts need gathering, or when reading legwork should be delegated rather than done inline.
Interview the owner in rounds until every open decision is settled. Use before committing to a plan, when facts or decisions are missing, or on any request to stress-test thinking.
Integrate finished work after a final review and a fresh proof.
Build throwaway code that answers one design question. Use when a state model, an interface, or a piece of logic needs checking before anything is committed to it.
Run the named proof for a change and record whether it passed. Use after implementing something, when asked whether a change actually works, or before integrating. Not for writing tests — that is the test atom.
Query what the flow already settled about a subject before deriving it again. Use when starting work on an area, briefing a subagent, resuming after a break, or checking whether a question was already answered.
Choose and confirm where behaviour will be observed, before any test is written. Use when deciding where a test goes, what an interface should expose, or how deep a module should be.
Turn settled work into a proof seam and a set of implementable slices.
Cut work into vertical tracer-bullet slices with blocking edges and publish them. Use when a plan or spec needs breaking into implementable pieces.
Write one failing test at the agreed seam, then make it pass. Use for red-green work, building a feature test-first, or fixing a bug with a reproducing test. To run an existing proof instead, use prove.
Route work by risk. Sets lane, model tier, agent topology, proof, and owner.
Plugin manifests1
{
"name": "waterflow",
"version": "0.2.0",
"description": "Atomic, composable agent skills that carry work from idea to integration in a small feedback loop, routing process, model tier, agent topology, and proof by risk.",
"author": {
"name": "Adam Boes",
"url": "https://github.com/Kaliffen"
},
"homepage": "https://github.com/Kaliffen/waterflow",
"repository": "https://github.com/Kaliffen/waterflow",
"license": "MIT",
"keywords": [
"workflow",
"skills",
"agents",
"planning",
"review",
"tdd",
"context-engineering"
],
"skills": [
"./skills/waterflow",
"./skills/authoring",
"./skills/recall",
"./skills/interrogate",
"./skills/define",
"./skills/seam",
"./skills/slice",
"./skills/probe",
"./skills/dig",
"./skills/test",
"./skills/prove",
"./skills/critique",
"./skills/align",
"./skills/shape",
"./skills/build",
"./skills/land"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[waterflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/waterflow)