
Progressive Workflow
- 3 repo stars
- Updated January 16, 2026
- 7tsuno/claude-plugins
Execute pre-defined workflows step by step. Each step is executed in isolation to maintain focus throughout multi-step tasks.
About
progressive-workflow is a Claude Code skill in the Automation & Workflows category. Execute pre-defined workflows step by step. Each step is executed in isolation to maintain focus throughout multi-step tasks.
- progressive-workflow
- Automation & Workflows
- AI-coding skill
Progressive Workflow by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add 7tsuno/claude-plugins/plugin install progressive-workflow@7tsuno-claude-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | January 16, 2026 |
| Repository | 7tsuno/claude-plugins ↗ |
What it does
Execute pre-defined workflows step by step. Each step is executed in isolation to maintain focus throughout multi-step tasks.
README.md
7tsuno Claude Plugins
A collection of Claude Code plugins.
Installation
Add this marketplace to Claude Code:
/plugin marketplace add 7tsuno/claude-plugins
Then install any plugin:
/plugin install progressive-workflow
Available Plugins
| Plugin | Description |
|---|---|
| progressive-workflow | Execute pre-defined workflows step by step |
Repository Structure
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
Development
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
License
MIT