By 7tsuno
Execute pre-defined workflows step by step. Each step is executed in isolation to maintain focus throughout multi-step tasks.
A collection of Claude Code plugins.
Add this marketplace to Claude Code:
/plugin marketplace add 7tsuno/claude-plugins
Then install any plugin:
/plugin install progressive-workflow
| Plugin | Description |
|---|---|
| progressive-workflow | Execute pre-defined workflows step by step |
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace definition
├── plugins/ # Distribution (plugins)
│ └── progressive-workflow/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── progressive-workflow/
│ ├── SKILL.md
│ └── scripts/*.js
├── packages/ # Development (source)
│ └── progressive-workflow/
│ ├── src/
│ ├── tests/
│ ├── examples/
│ └── package.json
└── README.md
Each plugin has its own development environment in packages/:
cd packages/progressive-workflow
npm install
npm run build # Build to plugins/
npm test # Run tests
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub 7tsuno/claude-plugins --plugin progressive-workflowCore workflow engine - Execute workflow-as-markdown definitions with validation-driven completion
Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Installer for TÂCHES' Get-Shit-Done workflow system - meta-prompting, context engineering and spec-driven development
Development, data science, writing, and workshop presentation workflows with TDD enforcement, output-first verification, agent team parallelization, and GSD-style deviation rules, test gap validation, and session handoff.
Multi-agent workflow orchestration with natural language creation, parallel execution, conditional flows, and visual progress tracking
Multi-agent workflow orchestration via YAML. Ships the conductor skill so the assistant can validate, run, debug, and author workflow files for the conductor CLI.