zenflow workflow: idea → plan → execute → validate → review. Plus field-notes for structured work logging.
npx claudepluginhub brewpirate/zen-flowStructured agent work journal — write entries, read history, summarize patterns, and reflect on sessions. Single JSONL file per project.
Semantic file triggers — sample model associations to generate training-data-resonant recall phrases.
Structured development pipeline for high-quality, agent-driven software delivery
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Experimental — All plugins in this marketplace are under active development. APIs, commands, and behavior may change without notice. Use at your own risk.
/plugin marketplace add brewpirate/zenflow
/plugin install zenflow@zen
/plugin install field-notes@zen
/plugin install total-recall@zen
/reload-plugins
Three plugins, one marketplace:
| Plugin | Description |
|---|---|
| zenflow | Structured development pipeline — idea → plan → execute → validate → review. 15 composable skills, 3 agents, 3 hooks. Parallel subagent execution, code audits, bug-fix pipelines, and collaborative sessions with worktree delegation and mid-session context refresh. |
| field-notes | Structured work journal for Claude Code agents. 5 skills, 4 commands. Write entries, read history, surface patterns, and run end-of-session retrospectives. Stored as append-only JSONL with a browser-based viewer. |
| total-recall | Experimental. 5 tokens to recall a 1000-token file. Samples model associations to generate training-data-resonant trigger phrases — cheap attention reweighting for files lost in long contexts. Convergence sampling validated (0.93 avg confidence across 26 files); behavioral efficacy unproven. |
zen-flow/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/zenflow/ → see plugins/zenflow/README.md
│ ├── agents/
│ ├── commands/
│ ├── hooks/
│ └── skills/
├── plugins/field-notes/ → see plugins/field-notes/README.md
│ ├── commands/
│ ├── scripts/
│ └── skills/
└── plugins/total-recall/ → see plugins/total-recall/README.md
├── agents/
├── commands/
└── skills/