Skip to content

cuongvd23/piecewise-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

piecewise-workflow

A Claude Code plugin that breaks large features into small, reviewable pieces.

Built following the Agent Skills open standard.

Install

npx skills add cuongvd23/piecewise-workflow

Skills

Skill What it does
plan-task Reads a GitHub issue, explores the codebase, proposes sub-issues with acceptance criteria, gets your approval, then creates and links them via GitHub's sub-issues API
parallel-develop Spawns parallel Claude Code workers in tmux panes, one per issue, each in its own git worktree
post-task-verification Checks your implementation against the original requirements, searches for orphaned patterns, and flags gaps
commit Splits staged changes into multiple logical commits, each doing one thing

Usage

Skills are namespaced under piecewise-workflow:

/piecewise-workflow:plan-task 123
/piecewise-workflow:parallel-develop 201 202 204
/piecewise-workflow:post-task-verification 123
/piecewise-workflow:commit

When installed via npx skills add, skills are symlinked into ~/.claude/skills/ and can be used directly without the namespace:

/plan-task 123
/parallel-develop 201 202 204
/post-task-verification 123
/commit

Requirements

Compatibility

This plugin follows the Agent Skills open standard and is compatible with Claude Code, Codex CLI, Gemini CLI, OpenCode, and other supporting agents.

About

A Claude Code plugin that breaks large features into small, reviewable pieces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages