retz8/pastiche

drawing UI consistently with agents, at the top of Design System + Component Library

4Stars on the repository
10Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

divide-task

01

retz8/pastiche

Skill Claude CodeCodex

Divide a specced pastiche task into sub-task GitHub issues with autonomy and dependency labels, mirror them into dev/TODO.md, and update the parent issue. Use after grill-to-spec completes for a task, or when the user invokes /divide-task.

4 2mo ago A 60 tokens original MIT

grill-to-spec

02

retz8/pastiche

Skill Claude CodeCodex

Convert a completed grill-me session into a spec file. Captures only the task and the decisions locked during grilling — no implementation details, no invented decisions. Use when the user asks to write a spec from a grill, save grill decisions, or after a grill-me session concludes.

4 2mo ago A 61 tokens original MIT

pick-up-task

03

retz8/pastiche

Skill Claude CodeCodex

Pick up or resume a task from dev/TODO.md — marks [WIP], creates or switches to the task's feature branch, rebases with main. Use when the user invokes /pick-up-task or asks to grab/resume a pastiche task.

4 2mo ago A 60 tokens original MIT

retz8/pastiche

Skill Claude CodeCodex

Rebase the current pastiche feature branch onto main to absorb hotfixes. Use when the user invokes /rebase-feat-with-main, when resuming a task, or after a hotfix lands on main while a feature branch is in flight.

4 2mo ago A 58 tokens original MIT

release-pastiche

05

retz8/pastiche

Skill Claude CodeCodex

Ship a pastiche release — version bump, plugin build, CHANGELOG entry, release commit, tag, GitHub Release, milestone close. Use when the user invokes /release-pastiche after a TODO group's final feat→main merge. Human-triggered only; never run from an automated routine.

4 2mo ago A 66 tokens original MIT